summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/pclnfss/tests
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/pclnfss/tests
Initial commit
Diffstat (limited to 'macros/latex/contrib/pclnfss/tests')
-rw-r--r--macros/latex/contrib/pclnfss/tests/typelist.tex54
1 files changed, 54 insertions, 0 deletions
diff --git a/macros/latex/contrib/pclnfss/tests/typelist.tex b/macros/latex/contrib/pclnfss/tests/typelist.tex
new file mode 100644
index 0000000000..2524e3165e
--- /dev/null
+++ b/macros/latex/contrib/pclnfss/tests/typelist.tex
@@ -0,0 +1,54 @@
+% typelist.tex - simulate PCL Typeface List
+\documentclass[12pt]{article}
+\begin{document}
+\pagestyle{empty}
+\renewcommand{\baselinestretch}{1.5}
+\noindent\usefont{OT1}{ccr}{m}{n} Courier\\
+\usefont{OT1}{ctm}{m}{n} CG Times\\
+\usefont{OT1}{ctm}{bx}{n} CG Times Bold\\
+\usefont{OT1}{ctm}{m}{it} CG Times Italic\\
+\usefont{OT1}{ctm}{bx}{it} CG Times Bold Italic\\
+\usefont{OT1}{cop}{m}{n} CG Omega\\
+\usefont{OT1}{cop}{bx}{n} CG Omega Bold\\
+\usefont{OT1}{cop}{m}{it} CG Omega Italic\\
+\usefont{OT1}{cop}{bx}{it} CG Omega Bold Italic\\
+\usefont{OT1}{cot}{m}{n} Coronet\\
+\usefont{OT1}{ccd}{bc}{n} Clarendon Condensed\\
+\usefont{OT1}{cun}{m}{n} Univers Medium\\
+\usefont{OT1}{cun}{bx}{n} Univers Bold\\
+\usefont{OT1}{cun}{m}{it} Univers Medium Italic\\
+\usefont{OT1}{cun}{bx}{it} Univers Bold Italic\\
+\usefont{OT1}{cun}{c}{n} Univers Medium Condensed\\
+\usefont{OT1}{cun}{bc}{n} Univers Bold Condensed\\
+\usefont{OT1}{cun}{c}{it} Univers Medium Condensed Italic\\
+\usefont{OT1}{cun}{bc}{it} Univers Bold Condensed Italic\\
+\usefont{OT1}{cao}{m}{n} Antique Olive\\
+\usefont{OT1}{cao}{bx}{n} Antique Olive Bold\\
+\usefont{OT1}{cao}{m}{it} Antique Olive Italic\\
+\usefont{OT1}{cgm}{m}{n} Garamond Antiqua\\
+\usefont{OT1}{cgm}{bx}{n} Garamond Halbfett
+\pagebreak
+
+\noindent\usefont{OT1}{cgm}{m}{it} Garamond Kursiv\\
+\usefont{OT1}{cgm}{bx}{it} Garamond Kursiv Halbfett\\
+\usefont{OT1}{cmg}{m}{n} Marigold\\
+\usefont{OT1}{cal}{m}{n} Albertus Medium\\
+\usefont{OT1}{cal}{ebx}{n} Albertus Extra Bold\\
+\usefont{OT1}{mhv}{m}{n} Arial\\
+\usefont{OT1}{mhv}{bx}{n} Arial Bold\\
+\usefont{OT1}{mhv}{m}{it} Arial Italic\\
+\usefont{OT1}{mhv}{bx}{it} Arial Bold Italic\\
+\usefont{OT1}{mnt}{m}{n} Times New\\
+\usefont{OT1}{mnt}{bx}{n} Times New Bold\\
+\usefont{OT1}{mnt}{m}{it} Times New Italic\\
+\usefont{OT1}{mnt}{bx}{it} Times New Bold Italic\\
+\usefont{OT1}{msy}{m}{n} \char65\char66\char67\char68\char69\char102\char103\char104\char105\char106\char161\char162\char179\char182\char184\char185\char187\char189\char193\char35\char36\\
+\usefont{OT1}{hwi}{m}{n}\char65\char66\char67\char68\char69\char102\char103\char104\char105\char106\char161\char162\\
+\usefont{OT1}{ccr}{bx}{n} Courier Bold\\
+\usefont{OT1}{ccr}{m}{it} Courier Italic\\
+\usefont{OT1}{ccr}{bx}{it} Courier Bold Italic\\
+\usefont{OT1}{clg}{m}{n} Letter Gothic\\
+\usefont{OT1}{clg}{bx}{n} Letter Gothic Bold\\
+\usefont{OT1}{clg}{m}{it} Letter Gothic Italic\\
+
+\end{document}