summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
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
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')
-rw-r--r--Master/texmf-dist/doc/luatex/luaotfload/NEWS13
-rw-r--r--Master/texmf-dist/doc/luatex/luaotfload/filegraph.pdfbin43148 -> 43120 bytes
-rw-r--r--Master/texmf-dist/doc/luatex/luaotfload/luaotfload.pdfbin205240 -> 215723 bytes
-rw-r--r--Master/texmf-dist/doc/man/man1/luaotfload-tool.145
-rw-r--r--Master/texmf-dist/doc/man/man1/luaotfload-tool.man1.pdfbin9166 -> 9988 bytes
5 files changed, 51 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/luatex/luaotfload/NEWS b/Master/texmf-dist/doc/luatex/luaotfload/NEWS
index 192bd482a15..8615d909d5b 100644
--- a/Master/texmf-dist/doc/luatex/luaotfload/NEWS
+++ b/Master/texmf-dist/doc/luatex/luaotfload/NEWS
@@ -1,6 +1,19 @@
Change History
--------------
+2013/07/03, luaotfload v2.3:
+ * New experimental lookups: ``kpse`` (kpathsea), ``my`` (callback)
+ * Precedence of texmf over system fonts can be requested
+ using the ``--prefer-texmf`` option of luaotfload-tool
+ * Resolve file names to full paths at later stage
+ * Rewrite the output of ``\fontname`` via ``patch_font`` callback
+ * Allow blacklisting directories
+ * Drop compatibility layer
+ * Remove dependency on luaotfload-lib-dir (references to dir.glob() and
+ dir.mkdirs())
+ * luaotfload-tool now displays extensive information about a font if given
+ the argument --inspect
+
2013/05/20, luaotfload v2.2:
* There is now a central, non-personal dev repo on github:
https://github.com/lualatex/luaotfload
diff --git a/Master/texmf-dist/doc/luatex/luaotfload/filegraph.pdf b/Master/texmf-dist/doc/luatex/luaotfload/filegraph.pdf
index dbf165b720e..d2d2fcbfa27 100644
--- a/Master/texmf-dist/doc/luatex/luaotfload/filegraph.pdf
+++ b/Master/texmf-dist/doc/luatex/luaotfload/filegraph.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/luatex/luaotfload/luaotfload.pdf b/Master/texmf-dist/doc/luatex/luaotfload/luaotfload.pdf
index 95abb4b1d89..6243bf1c4da 100644
--- a/Master/texmf-dist/doc/luatex/luaotfload/luaotfload.pdf
+++ b/Master/texmf-dist/doc/luatex/luaotfload/luaotfload.pdf
Binary files differ
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.
diff --git a/Master/texmf-dist/doc/man/man1/luaotfload-tool.man1.pdf b/Master/texmf-dist/doc/man/man1/luaotfload-tool.man1.pdf
index a9995a4dbad..aabebeda558 100644
--- a/Master/texmf-dist/doc/man/man1/luaotfload-tool.man1.pdf
+++ b/Master/texmf-dist/doc/man/man1/luaotfload-tool.man1.pdf
Binary files differ