summaryrefslogtreecommitdiff
path: root/fonts/gothic/oldlatin/test_ol_sl.tex
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/gothic/oldlatin/test_ol_sl.tex')
-rw-r--r--fonts/gothic/oldlatin/test_ol_sl.tex24
1 files changed, 24 insertions, 0 deletions
diff --git a/fonts/gothic/oldlatin/test_ol_sl.tex b/fonts/gothic/oldlatin/test_ol_sl.tex
new file mode 100644
index 0000000000..92b5e7e177
--- /dev/null
+++ b/fonts/gothic/oldlatin/test_ol_sl.tex
@@ -0,0 +1,24 @@
+\documentclass[10pt,a4paper]{article}
+\font\olsleight=olsl8 scaled 1000
+\font\olslnine=olsl9 scaled 1000
+\font\olslten=olsl10 scaled 1000
+\font\olsltwelve=olsl12 scaled 1000
+\font\olsltt=olsltt10 scaled 1000
+\newcommand{\Ligature}{%
+\input test_alphabet.tex
+}
+\begin{document}
+
+Computer Modern Roman:\\{\Ligature}
+
+Slanted Roman 8pt:\\{\olsleight \Ligature}
+
+Slanted Roman 9pt:\\{\olslnine \Ligature}
+
+Slanted Roman10pt:\\{\olslten \Ligature}
+
+Slanted Roman 12pt:\\{\olsltwelve \Ligature}
+
+Slanted Typewriter Text 10pt:\\{\olsltt \Ligature}
+
+\end{document}