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/pln-tfm.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/pln-tfm.tex')
-rw-r--r-- | tests/pln-tfm.tex | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/pln-tfm.tex b/tests/pln-tfm.tex new file mode 100644 index 0000000..16ae41a --- /dev/null +++ b/tests/pln-tfm.tex @@ -0,0 +1,10 @@ +\ifdefined\directlua\input luaotfload.sty \fi +%% TFM’s can be loaded with a file: request ... +\font\antykwatorunska="file:rm-anttr" +%% or with an anonymous request, like in þe olde TeX: +\font\antykwatorunskabcap=ec-anttbcap +\font\lmromanten={file:ec-lmr10} at 10pt +\antykwatorunska foo bar +\antykwatorunskabcap baz xyzzy +\lmromanten Donde, está, la biblioteca. Me llamo T-Bone La araña discoteca. +\bye |