summaryrefslogtreecommitdiff
path: root/tests/fullname.tex
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2014-01-06 12:03:13 -0800
committerPhilipp Gesang <phg42.2a@gmail.com>2014-01-06 12:03:13 -0800
commitbb8ee997db8486468c23a985a0b207697b250b62 (patch)
treea4c38d1174021fc9c797f5cd4242ad1d369d370e /tests/fullname.tex
parent70e80bb79416b0089ea9ee5f01a11be34bef251c (diff)
parent1d16a614853476a8cc00f06a4f018e515b175b8d (diff)
downloadluaotfload-bb8ee997db8486468c23a985a0b207697b250b62.tar.gz
Merge pull request #175 from phi-gamma/texlive2014
import dev branch
Diffstat (limited to 'tests/fullname.tex')
-rw-r--r--tests/fullname.tex15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/fullname.tex b/tests/fullname.tex
deleted file mode 100644
index 78cf4d0..0000000
--- a/tests/fullname.tex
+++ /dev/null
@@ -1,15 +0,0 @@
-\input luaotfload.sty
-
-\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