diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2014-02-15 15:52:31 +0100 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-02-15 15:52:31 +0100 |
commit | e16c57f7e33e0d1cf44c3b3f5bf425b24b5277ec (patch) | |
tree | 8e6269a0f673d948a10d9c5c703eec0c628ea96f /doc/luaotfload-tool.rst | |
parent | aa016b9643a986dc1cf0bed24fbb07e302b5d0d8 (diff) | |
parent | bf21af737122e0c904f305b3213b91710bb93216 (diff) | |
download | luaotfload-e16c57f7e33e0d1cf44c3b3f5bf425b24b5277ec.tar.gz |
Merge pull request #201 from phi-gamma/texlive2014
kill dtx
Diffstat (limited to 'doc/luaotfload-tool.rst')
-rw-r--r-- | doc/luaotfload-tool.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/luaotfload-tool.rst b/doc/luaotfload-tool.rst index 6863918..761b0ec 100644 --- a/doc/luaotfload-tool.rst +++ b/doc/luaotfload-tool.rst @@ -21,6 +21,7 @@ SYNOPSIS [ --prefer-texmf ] [ --dry-run ] [ --formats=[+|-]EXTENSIONS ] [ --no-compress ] [ --no-strip ] + [ --local ] **luaotfload-tool** --find=FONTNAME [ --fuzzy ] [ --info ] [ --inspect ] [ --no-reload ] @@ -57,6 +58,13 @@ update mode --update, -u Update the database; indexes new fonts. --force, -f Force rebuilding of the database; re-indexes all fonts. +--local, -L Include font files in ``$PWD``. This option + will cause large parts of the database to be + rebuilt. Thus it is quite inefficient. + Additionally, if local font files are found, + the database is prevented from being saved + to disk, so the local fonts need to be parsed + with every invocation of ``luaotfload-tool``. --no-reload, -n Suppress auto-updates to the database (e.g. when ``--find`` is passed an unknown name). --no-strip Do not strip redundant information after |