summaryrefslogtreecommitdiff
path: root/luaotfload.dtx
diff options
context:
space:
mode:
authorPatrick Gundlach <gundlach@speedata.de>2011-09-30 07:26:37 +0200
committerPatrick Gundlach <gundlach@speedata.de>2011-09-30 07:26:37 +0200
commita527fb342e80adc63d6a192bd0a492b93aa25693 (patch)
tree57690252a7aff0f56e38c75b8e3b20ab002f1bfd /luaotfload.dtx
parent9580e67ebe04130a43dd1b1874e9c696c47624a9 (diff)
downloadluaotfload-a527fb342e80adc63d6a192bd0a492b93aa25693.tar.gz
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}
%