diff options
author | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-05-03 01:31:57 -0700 |
---|---|---|
committer | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-05-03 01:31:57 -0700 |
commit | 3e3dcf4b43fb6bf14bba1bd4024b418124822e93 (patch) | |
tree | b70a6b21034ce00c7b741329f4b5b50a29ef9e26 /tests/font_patch.tex | |
parent | 49cc81c4edff6e3c813a93964923bdb35f07e95c (diff) | |
parent | 225c63363a259867bad8848e9e9880e43cbf4ad5 (diff) | |
download | luaotfload-3e3dcf4b43fb6bf14bba1bd4024b418124822e93.tar.gz |
Merge pull request #14 from lualatex/master
update with lualatex master
Diffstat (limited to 'tests/font_patch.tex')
-rw-r--r-- | tests/font_patch.tex | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/font_patch.tex b/tests/font_patch.tex index d41ff48..d3bba07 100644 --- a/tests/font_patch.tex +++ b/tests/font_patch.tex @@ -8,7 +8,11 @@ mc.DisplayOperatorMinHeight = 2800 / em * sz end end - luatexbase.add_to_callback("luaotfload.patch_font", patch, "cambria.domh") + %% part of luaotfload-auxiliary + %luatexbase.add_to_callback( + %"luaotfload.patch_font", + %patch, + %"luaotfload.aux.patch_cambria_domh") } \font\4={name:Cambria Math:mode=base;script=math} at 10pt |