Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Comment out mac ttc fonts | Khaled Hosny | 2011-10-01 | 1 | -18/+19 |
| | | | | | LuaTeX does not crash anymore. fixes #37 | ||||
* | Black-/whitelist documentation update | Patrick Gundlach | 2011-09-30 | 1 | -1/+1 |
| | |||||
* | Blacklist all TTC fonts that ship with Mac OS X | Khaled Hosny | 2010-06-27 | 1 | -0/+20 |
| | | | | | This list need to be filtered out so that only known problematic ones are blacklisted. | ||||
* | Handle trailing spaces and inline comments | Khaled Hosny | 2010-06-25 | 1 | -1/+1 |
| | | | | This turned out to be easier that I first thought. | ||||
* | Implement general font blacklisting mechanism | Khaled Hosny | 2010-06-25 | 1 | -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. |