diff options
author | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-05-03 01:24:36 -0700 |
---|---|---|
committer | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-05-03 01:24:36 -0700 |
commit | 225c63363a259867bad8848e9e9880e43cbf4ad5 (patch) | |
tree | b70a6b21034ce00c7b741329f4b5b50a29ef9e26 /tests/font_patch.tex | |
parent | cabc4adc0619e85a1fd020c2c820bec050f8da30 (diff) | |
parent | eb4fdd2afe34627abece6f75187a2cd691bcf6db (diff) | |
download | luaotfload-225c63363a259867bad8848e9e9880e43cbf4ad5.tar.gz |
Merge pull request #30 from phi-gamma/master
implement feature request #24
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 |