summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/oldlatin/test_ol_tt.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-04-19 23:13:08 +0000
committerKarl Berry <karl@freefriends.org>2010-04-19 23:13:08 +0000
commitec197fb09394527e05dddd8ed3ec563e19dfbc91 (patch)
tree9ad8545a3056d02027403aa7ae5d08c93115456d /Master/texmf-dist/doc/fonts/oldlatin/test_ol_tt.tex
parent9a454afea0ead3b650c7acb554cf78e4a4632763 (diff)
new package oldlatin (19apr10)
git-svn-id: svn://tug.org/texlive/trunk@17932 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/oldlatin/test_ol_tt.tex')
-rw-r--r--Master/texmf-dist/doc/fonts/oldlatin/test_ol_tt.tex24
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/oldlatin/test_ol_tt.tex b/Master/texmf-dist/doc/fonts/oldlatin/test_ol_tt.tex
new file mode 100644
index 00000000000..f102645fa68
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/oldlatin/test_ol_tt.tex
@@ -0,0 +1,24 @@
+\documentclass[10pt,a4paper]{article}
+\font\oltteight=oltt8 scaled 1000
+\font\olttnine=oltt9 scaled 1000
+\font\olttten=oltt10 scaled 1000
+\font\oltttwelve=oltt12 scaled 1000
+\font\olvtt=olvtt10 scaled 1000
+\newcommand{\Ligature}{%
+\input test_alphabet.tex
+}
+\begin{document}
+
+Computer Modern Roman:\\{\Ligature}
+
+Typewriter Text 8pt:\\{\oltteight \Ligature}
+
+Typewriter Text 9pt:\\{\olttnine \Ligature}
+
+Typewriter Text 10pt:\\{\olttten \Ligature}
+
+Typewriter Text 12pt:\\{\oltttwelve \Ligature}
+
+Variable-Width Typewriter Text 10pt:\\{\olvtt \Ligature}
+
+\end{document}