diff options
author | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-04-21 15:43:18 +0200 |
---|---|---|
committer | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-04-21 15:43:18 +0200 |
commit | 7f0665e076a4a80079b103335e9cd02bd88e4c37 (patch) | |
tree | 0f6be44796c8f02d6d0cf5ffdc6f8d8b9de1bcc4 /tests/fullname.tex | |
parent | 908c644982184f1119339a6abeb6fb8b548d5710 (diff) | |
download | luaotfload-7f0665e076a4a80079b103335e9cd02bd88e4c37.tar.gz |
Adding a test with absolute path in file: specification
Diffstat (limited to 'tests/fullname.tex')
-rw-r--r-- | tests/fullname.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/fullname.tex b/tests/fullname.tex index 0209c98..78cf4d0 100644 --- a/tests/fullname.tex +++ b/tests/fullname.tex @@ -3,7 +3,13 @@ \font\testa={LM Roman Slanted 10 Regular} at 10pt \font\testb={LM Roman 9 Italic} at 10pt \font\testc={TeX Gyre Termes Bold} at 25pt +% Also testing with absolute filename, please change the path according to your +% system +\font\testd=file:/usr/share/texmf/fonts/opentype/public/lm/lmmono10-italic.otf + \testa abcd ABCD\par \testb abcd ABCD\par \testc abcd ABCD\par +\testd abcd ABCD\par + \bye |