summaryrefslogtreecommitdiff
path: root/otfl-blacklist.cnf
Commit message (Collapse)AuthorAgeFilesLines
* Comment out mac ttc fontsKhaled Hosny2011-10-011-18/+19
| | | | | LuaTeX does not crash anymore. fixes #37
* Black-/whitelist documentation updatePatrick Gundlach2011-09-301-1/+1
|
* Blacklist all TTC fonts that ship with Mac OS XKhaled Hosny2010-06-271-0/+20
| | | | | This list need to be filtered out so that only known problematic ones are blacklisted.
* Handle trailing spaces and inline commentsKhaled Hosny2010-06-251-1/+1
| | | | This turned out to be easier that I first thought.
* Implement general font blacklisting mechanismKhaled Hosny2010-06-251-0/+2
Blacklisted fonts are listed one per line in a file named "otfl-blacklist.cnf", there can be as much copies of this file as kpse can find (we look for "tex" format despite of the file extension, so it can exist any where a .tex file can) and all found files will be loaded an read. The parser is rather dump, it assumes a good formated file; one font per line, no trailing spaces, no inline comments, lines starting with "%" and empty lines will be ignored, any other lines will end in the blacklist table without any further processing.