summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/man/man1/luaotfload-tool.1
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-07-05 23:54:33 +0000
committerKarl Berry <karl@freefriends.org>2013-07-05 23:54:33 +0000
commit3a7fd63f467d90781d764fbded8b377343d25522 (patch)
treecdedc2a8efb1115d3b9a6743f70a77781600b452 /Master/texmf-dist/doc/man/man1/luaotfload-tool.1
parent6ae06b1532def77d3f173bf682d34a85ad5bc687 (diff)
luaotfload (4jul13)
git-svn-id: svn://tug.org/texlive/trunk@31106 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/man/man1/luaotfload-tool.1')
-rw-r--r--Master/texmf-dist/doc/man/man1/luaotfload-tool.145
1 files changed, 38 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/man/man1/luaotfload-tool.1 b/Master/texmf-dist/doc/man/man1/luaotfload-tool.1
index 21940932d9e..b158f17ce93 100644
--- a/Master/texmf-dist/doc/man/man1/luaotfload-tool.1
+++ b/Master/texmf-dist/doc/man/man1/luaotfload-tool.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
-.TH LUAOTFLOAD-TOOL 1 "2013-05-06" "2.2" "text processing"
+.TH LUAOTFLOAD-TOOL 1 "2013-06-02" "2.3" "text processing"
.SH NAME
luaotfload-tool \- generate and query the Luaotfload font names database
.
@@ -32,11 +32,11 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
..
.SH SYNOPSIS
.sp
-\fBluaotfload\fP [ \-cfFiquvVh ]
+\fBluaotfload\fP [ \-bDcfFiIpquvVwh ]
.sp
-\fBluaotfload\fP \-\-update [ \-\-force ] [ \-\-quiet ] [ \-\-verbose ] [ \-\-dry\-run ]
+\fBluaotfload\fP \-\-update [ \-\-force ] [ \-\-quiet ] [ \-\-verbose ] [ \-\-prefer\-texmf ] [ \-\-dry\-run ]
.sp
-\fBluaotfload\fP \-\-find=FONTNAME [ \-\-fuzzy ] [ \-\-info ]
+\fBluaotfload\fP \-\-find=FONTNAME [ \-\-fuzzy ] [ \-\-info ] [ \-\-inspect ]
.sp
\fBluaotfload\fP \-\-flush\-lookups
.sp
@@ -47,6 +47,8 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
\fBluaotfload\fP \-\-help
.sp
\fBluaotfload\fP \-\-version
+.sp
+\fBluaotfload\fP \-\-show\-blacklist
.SH DESCRIPTION
.sp
luaotfload\-tool accesses the font names database that is required by
@@ -75,6 +77,11 @@ Update the database; indexes new fonts.
Force rebuilding of the database; re\-indexes
all fonts.
.TP
+.B \-\-prefer\-texmf, \-p
+Organize the file name database in a way so
+that it prefer fonts in the \fITEXMF\fP tree over
+system fonts if they are installed in both.
+.TP
.B \-\-dry\-run, \-D
Don’t load fonts, scan directories only.
(For debugging file system related issues.)
@@ -96,6 +103,21 @@ the lookup was unsuccessful (requires
Display basic information to a resolved font
file (requires \fB\-\-find\fP).
.TP
+.B \-\-inspect, \-I
+Display detailed information by loading the
+font and analyzing the font table; very slow!
+For the meaning of the returned fields see
+the LuaTeX documentation.
+(requires \fB\-\-find\fP).
+.TP
+.B \-\-warnings, \-w
+Print the warnings generated by the fontloader
+library (assumes \fB\-I\fP). Automatically enabled
+if the verbosity level exceeds 2.
+.TP
+.B \-\-show\-blacklist, \-b
+Show blacklisted files (not directories).
+.TP
.BI \-\-list\fB= CRITERION
Show entries, where \fICRITERION\fP is one of the
following:
@@ -146,9 +168,18 @@ repetitions of \fB\-v\fP.
.B \-\-quiet
No verbose output (log level set to zero).
.TP
-.BI \-\-log\fB= stdout
-Redirect log output to terminal (for database
-troubleshooting).
+.BI \-\-log\fB= CHANNEL
+Redirect log output (for database
+troubleshooting), where \fICHANNEL\fP can be
+.INDENT 7.0
+.IP 1. 3
+\fBstdout\fP \-> all output will be
+dumped to the terminal; or
+.IP 2. 3
+\fBfile\fP \-> write to a file to the temporary
+directory (the name will be chosen
+automatically (\fBexperimental!\fP).
+.UNINDENT
.TP
.B \-\-version, \-V
Show version number and exit.