| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
Pretending I knew what it does.
|
|
|
|
|
|
| |
We never turn off the package as it makes no sense to load it then (and
it does not really turn everything off since we already register another
callback in the color module.
|
| |
|
|
|
|
|
| |
Mer copying of files over from ConTeXt is no longer possible and should
not be suggested.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* --database-dir is useless anyway since we don't support loading names
database from arbitrary path.
* --sys (and mkluatexfontdb-sys) are dangerous since we will load user
specific fonts (in ~/.fonts for example) which can not be loaded by
other users (can be security concern as well). If there is real need,
we should then implement it properly.
+ some clean up and less code duplication in mkluatexfontdb.
|
| |
|
| |
|
|
|
|
| |
Tested with luatexbase v0.2.
|
|
|
|
| |
Makes the typeset code look better
|
|
|
|
|
| |
This gives macro packages access to (Script)ScriptPercentScaleDown math
constants, see wspr/unicode-math#112.
|
| |
|
|
|
|
|
|
|
| |
If the top directories do not exist (in case we were run the first
to be run after fresh texlive install) try to make them first.
closes #17
|
| |
|
|
|
|
|
|
| |
Fix by Hans.
fixes #18
|
|
|
|
|
|
|
| |
Fonts should always have a names table, I suppose, so if not we should
reject the font.
Reported by Philipp Stephani.
|
|
|
|
|
| |
Right now it just checks the number if fields, may be we should check if
it is a valid hex color value as well.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
We now fill in two extra math constants, FractionDelimiterSize and
FractionDelimiterDisplayStyleSize.
See:
http://tug.org/pipermail/luatex/2010-July/001741.html
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
There is also ScriptPercentScaleDown and ScriptScriptPercentScaleDown
besides RadicalDegreeBottomRaisePercent, so be more generalised.
|
| |
|
|
|
|
|
|
| |
Move code that does not belong to otfl-font-nms.lua to luaotfload.dtx.
Please test.
|
| |
|
|
|
|
|
| |
The database building/updating that the, unusual, progress bar is not
needed.
|
| |
|
|
|
|
|
| |
Key/value features prefixed by a plus sign now work, fixes #16. Needs a
more throughly testing, as it might break other feature assignments.
|
| |
|
|
|
|
|
| |
This list need to be filtered out so that only known problematic ones
are blacklisted.
|
|
|
|
| |
'FAR' script was used instead of 'ARA' and 'URD' instead of 'FAR'!
|
| |
|
|
|
|
|
| |
This way it is easier for people to actually find the broken ones so we
can blacklist them explicitly.
|
|
|
|
|
| |
io.flush() is needed, otherwise nothing gets printed until the loading
is finished.
|
| |
|
|
|
|
| |
This turned out to be easier that I first thought.
|
|
|
|
|
| |
I didn't know how to check if a table contains a certain value so I had
this value=true hack, now I know better so removed it.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
This reverts commit 1473edf932ec729f4a41736fb7ee52654c848d59.
This broke mkluatexfontdab.
|
| |
|
| |
|