% % This is only a small hack, 24.08.94 % Matthias Eckermann, Munich, Germany % % 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 %