summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2010-06-25 18:04:23 +0300
committerKhaled Hosny <khaledhosny@eglug.org>2010-06-25 18:04:23 +0300
commit0fa046c08f691d7db06ce2955923a83f42ebef5e (patch)
tree7ad6e55840835f11b12268a9eb8d24554a8b6479
parentde1a75f617318803025eb74d8aea7409608309e2 (diff)
downloadluaotfload-0fa046c08f691d7db06ce2955923a83f42ebef5e.tar.gz
Document blacklisting feature
-rw-r--r--luaotfload.dtx13
1 files changed, 13 insertions, 0 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx
index 1dbd00e..ddd12f4 100644
--- a/luaotfload.dtx
+++ b/luaotfload.dtx
@@ -346,6 +346,19 @@ and the derived files
% the script and includes some advanced options that we have not mentioned
% here.
%
+% \subsection{Blacklisting fonts}
+%
+% Some fonts are problematic in \LuaTeX, if you found that your document takes
+% too long to compile, or eats all the free memory, you can find the culprit
+% file by running |mkluatexfontdb| utility with |-v| option to see which font
+% file it is stuck with. You can then instruct \textsf{luaotfload} to ignore
+% this font by adding it to the blacklist configuration file.
+%
+% 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.
+%
% \section{Required \ConTeXt\ files}
%
% This package is a wrapper for several files taken from the \ConTeXt\ macro