summaryrefslogtreecommitdiff
path: root/systems/msdos/emtex-fonts/contrib/testdc.tex
diff options
context:
space:
mode:
Diffstat (limited to 'systems/msdos/emtex-fonts/contrib/testdc.tex')
-rw-r--r--systems/msdos/emtex-fonts/contrib/testdc.tex58
1 files changed, 58 insertions, 0 deletions
diff --git a/systems/msdos/emtex-fonts/contrib/testdc.tex b/systems/msdos/emtex-fonts/contrib/testdc.tex
new file mode 100644
index 0000000000..05552480fd
--- /dev/null
+++ b/systems/msdos/emtex-fonts/contrib/testdc.tex
@@ -0,0 +1,58 @@
+%
+% This is only a small hack, 24.08.94
+% Matthias Eckermann, Munich, Germany <ud311aa@sunmail.lrz-muenchen.de>
+%
+% THIS "DOCUMENT" PRODUCES AS MANY DIFFERENT FONTS AS POSSIBLE
+% TO TEST YOUR DC-FONT INSTALLATION: DON'T CARE ABOUT LATEX-WARNINGS
+% TRY SAME WITH 11pt AND 12pt!
+% PERHAPS YOU HAVE TO ENLARGE YOUR DVI-DRIVER!? (works fine with emTeX's DVIDRV)
+% With LaTeX2e PatchLevel3 your DVI-Driver must load 130 Fonts at 10pt,
+% 134 at 11pt, 121 at 12pt
+%
+% Header
+%
+%\documentclass[12pt]{article}
+%\documentclass[11pt]{article}
+\documentclass{article}
+\usepackage[T1]{fontenc}
+\pagestyle{empty}
+\parindent0in
+\textheight9.5in
+\textwidth6.5in
+%
+% Macros
+%
+\newcommand{\TestSizes}{{%
+\tiny Test\scriptsize Test\footnotesize Test\small Test
+\normalsize Test
+\large Test\Large Test\LARGE Test\huge Test\Huge Test}}
+%
+\newcommand{\TestRM}{rm-family: {\rmfamily\TestSizes}\newline}
+\newcommand{\TestSF}{sf-family: {\sffamily\TestSizes}\newline}
+\newcommand{\TestTT}{tt-family: {\ttfamily\TestSizes}\newline}
+\newcommand{\TestFamilies}{\TestRM\TestSF\TestTT\newline}
+%
+\newcommand{\TestMD}{md-series: {\mdseries\TestFamilies}}
+\newcommand{\TestBF}{bf-series: {\bfseries\TestFamilies}}
+\newcommand{\TestSeries}{\TestBF\TestMD\par}
+%
+\newcommand{\TestUP}{up-shape: {\upshape\TestSeries}\par}
+\newcommand{\TestIT}{it-shape: {\itshape\TestSeries}\par}
+\newcommand{\TestSL}{sl-shape: {\slshape\TestSeries}\par}
+\newcommand{\TestSC}{sc-shape: {\scshape\TestSeries}\par}
+\newcommand{\TestShapes}{\TestUP\TestIT\TestSL\TestSC}
+%
+% Body
+%
+\begin{document}
+\message{.THIS "DOCUMENT" PRODUCES AS MANY DIFFERENT FONTS AS POSSIBLE............}
+\message{.TO TEST YOUR DC-FONT INSTALLATION: DON'T CARE ABOUT LATEX-WARNINGS......}
+\message{.TRY SAME WITH 11pt AND 12pt!............................................}
+\message{.PERHAPS YOU HAVE TO ENLARGE YOUR DVI-DRIVER!?..With LaTeX2e PatchLevel3.}
+\message{.your DVI-Driver must load 130 Fonts at 10pt, 134 at 11pt, 121 at 12pt...}
+\TestShapes
+\end{document}
+%
+% End
+%
+