From 6b230e2f951822095d9ea5b9fc12c4307b8581ea Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Wed, 31 Jul 2013 22:59:17 +0200 Subject: [doc] document --format and add it to usage message --- luaotfload-tool.rst | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) (limited to 'luaotfload-tool.rst') 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.) -- cgit v1.2.3 From 709a43ce2fd471502f587d99f3ca7527a3e76672 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Thu, 1 Aug 2013 15:40:52 +0200 Subject: update NEWS and man page --- luaotfload-tool.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'luaotfload-tool.rst') diff --git a/luaotfload-tool.rst b/luaotfload-tool.rst index bd781dc..80884cd 100644 --- a/luaotfload-tool.rst +++ b/luaotfload-tool.rst @@ -65,9 +65,9 @@ update mode --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. + dfont, pfa, 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: -- cgit v1.2.3 From 898fa8861c06b41acd946a1de35a13c64e26d22c Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Thu, 1 Aug 2013 16:27:45 +0200 Subject: [diagnose] add diagnostics for font index --- luaotfload-tool.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'luaotfload-tool.rst') diff --git a/luaotfload-tool.rst b/luaotfload-tool.rst index 80884cd..2d3ae2f 100644 --- a/luaotfload-tool.rst +++ b/luaotfload-tool.rst @@ -159,7 +159,9 @@ miscellaneous 3) ``environment`` -> print relevant environment and kpse variables; 4) ``repository`` -> check the git repository - for new releases. + for new releases, + 5) ``index`` -> check database, display + information about it. Procedures can be chained by concatenating with commas, e.g. ``--diagnose=files,permissions``. -- cgit v1.2.3