summaryrefslogtreecommitdiff
path: root/tests/fontspec_lookup.ltx
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/fontspec_lookup.ltx
parent70e80bb79416b0089ea9ee5f01a11be34bef251c (diff)
parent1d16a614853476a8cc00f06a4f018e515b175b8d (diff)
downloadluaotfload-bb8ee997db8486468c23a985a0b207697b250b62.tar.gz
Merge pull request #175 from phi-gamma/texlive2014
import dev branch
Diffstat (limited to 'tests/fontspec_lookup.ltx')
-rw-r--r--tests/fontspec_lookup.ltx41
1 files changed, 0 insertions, 41 deletions
diff --git a/tests/fontspec_lookup.ltx b/tests/fontspec_lookup.ltx
deleted file mode 100644
index 6645427..0000000
--- a/tests/fontspec_lookup.ltx
+++ /dev/null
@@ -1,41 +0,0 @@
-\documentclass[a5paper,12pt]{scrartcl}
-\usepackage{fontspec}
-%% --------------------------------------------------------------------
-%% weirdness ahead
-%% --------------------------------------------------------------------
-\setmainfont
- [Numbers=Lining,
- BoldFont={TeX Gyre Pagella Bold},
- BoldItalicFont={TeX Gyre Termes BoldItalic}]
- {EB Garamond}
-%% --------------------------------------------------------------------
-
-%% --------------------------------------------------------------------
-%% excerpt from samples/knuth.tex
-%% --------------------------------------------------------------------
-\def\knuth{%
- Thus, I came to the conclusion that the designer of a new
- system must not only be the implementer and first
- large--scale user; the designer should also write the first
- user manual.
-
- The separation of any of these four components would have
- hurt \TeX\ significantly. If I had not participated fully in
- all these activities, literally hundreds of improvements
- would never have been made, because I would never have
- thought of them or perceived why they were important.
-
-}
-
-%% --------------------------------------------------------------------
-%% main
-%% --------------------------------------------------------------------
-\begin{document}
-
- \section{regular} {\rmfamily\upshape\knuth}
- \section{bold face} {\rmfamily\bfseries\knuth}
- \section{italic} {\rmfamily\itshape\knuth}
- \section{slanted} {\rmfamily\slshape\knuth}
- \section{bold italic} {\rmfamily\bfseries\itshape\knuth}
-
-\end{document}