summaryrefslogtreecommitdiff
path: root/luaotfload.dtx
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2011-09-29 22:57:16 -0700
committerKhaled Hosny <khaledhosny@eglug.org>2011-09-29 22:57:16 -0700
commitfe64e0c29d0c53cf1c496f983c676d1e518fb34d (patch)
tree57690252a7aff0f56e38c75b8e3b20ab002f1bfd /luaotfload.dtx
parent711c6fc949dfbc4b40d76168ae82d5d49c25a7b8 (diff)
parenta527fb342e80adc63d6a192bd0a492b93aa25693 (diff)
downloadluaotfload-fe64e0c29d0c53cf1c496f983c676d1e518fb34d.tar.gz
Merge pull request #40 from pgundlach/whitelist
Black-/whitelist documentation update
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r--luaotfload.dtx13
1 files changed, 12 insertions, 1 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx
index 5bb9b6a..7e4d8ed 100644
--- a/luaotfload.dtx
+++ b/luaotfload.dtx
@@ -379,7 +379,18 @@ and the derived files
% Simply, create a file named |otfl-blacklist.cnf| and added the to be
% blacklisted files, one per line. Then put the file some where \textsf{kpse}
% can find. You can either use the base name or the full path. Any thing after
-% a |%| sign is ignored.
+% a |%| sign is ignored. \textsf{luaotfload} reads all files named named
+% |otfl-blacklist.cnf|, so you can add your own fonts to the global blacklist
+% by creating a local file |otfl-blacklist.cnf| with the entries you need.
+% You can also remove a font from this blacklist by prepending the name with
+% a dash (|-|).
+%
+% \begin{verbatim}
+% % example otf-blacklist.cnf
+% /Library/Fonts/GillSans.ttc % luaotfload ignores this font
+% -/Library/Fonts/Optima.ttc % it is usable again, even if it
+% % is blacklisted somewhere else
+% \end{verbatim}
%
% \section{Required \context files}
%