summaryrefslogtreecommitdiff
path: root/luaotfload-tool.rst
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2013-07-31 22:59:17 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2013-07-31 22:59:17 +0200
commit6b230e2f951822095d9ea5b9fc12c4307b8581ea (patch)
treea311a93f5666f3729bf8bcc3b96a817dcb9f2672 /luaotfload-tool.rst
parente8b9a15801b4d0cd52126d21d4ba262b472ba45c (diff)
downloadluaotfload-6b230e2f951822095d9ea5b9fc12c4307b8581ea.tar.gz
[doc] document --format and add it to usage message
Diffstat (limited to 'luaotfload-tool.rst')
-rw-r--r--luaotfload-tool.rst29
1 files changed, 25 insertions, 4 deletions
diff --git a/luaotfload-tool.rst b/luaotfload-tool.rst
index 2e95381..bd781dc 100644
--- a/luaotfload-tool.rst
+++ b/luaotfload-tool.rst
@@ -6,18 +6,20 @@
generate and query the Luaotfload font names database
-----------------------------------------------------------------------
-:Date: 2013-07-10
+:Date: 2013-07-31
:Copyright: GPL v2.0
-:Version: 2.3a
+:Version: 2.4
:Manual section: 1
:Manual group: text processing
SYNOPSIS
=======================================================================
-**luaotfload-tool** [ -bDcfFiIpquvVwh ]
+**luaotfload-tool** [ -bDfFiIlpquvVhw ]
-**luaotfload-tool** --update [ --force ] [ --quiet ] [ --verbose ] [ --prefer-texmf ] [ --dry-run ]
+**luaotfload-tool** --update [ --force ] [ --quiet ] [ --verbose ]
+ [ --prefer-texmf ] [ --dry-run ]
+ [ --formats=[+|-]EXTENSIONS ]
**luaotfload-tool** --find=FONTNAME [ --fuzzy ] [ --info ] [ --inspect ]
@@ -60,6 +62,25 @@ update mode
--prefer-texmf, -p Organize the file name database in a way so
that it prefer fonts in the *TEXMF* tree over
system fonts if they are installed in both.
+--formats=EXTENSIONS Extensions of the font files to index.
+ Where *EXTENSIONS* is a comma-separated list of
+ supported file extensions (otf, ttf, ttc,
+ dfont, and pfb). If the list is prefixed with
+ a ``+`` sign, the given list is added to the
+ currently active one; ``-`` subtracts.
+ Default: *otf,ttf,ttc,dfont*.
+ Examples:
+
+ 1) ``--formats=-ttc,ttf`` would skip
+ TrueType fonts and font collections;
+ 2) ``--formats=otf`` would scan only OpenType
+ files;
+ 3) ``--formats=+pfb`` includes binary
+ Postscript files. **Warning**: with a
+ standard TeX Live installation this will
+ grow the database considerably and slow down
+ font indexing.
+
--dry-run, -D Don’t load fonts, scan directories only.
(For debugging file system related issues.)