From 007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 9 Jan 2006 00:49:07 +0000 Subject: doc/latex git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/zefonts/test.tex | 58 ++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/zefonts/test.tex (limited to 'Master/texmf-dist/doc/latex/zefonts/test.tex') diff --git a/Master/texmf-dist/doc/latex/zefonts/test.tex b/Master/texmf-dist/doc/latex/zefonts/test.tex new file mode 100644 index 00000000000..3c25a03930a --- /dev/null +++ b/Master/texmf-dist/doc/latex/zefonts/test.tex @@ -0,0 +1,58 @@ +\documentclass{article} +\usepackage{array,ifthen} +\usepackage{zefonts} +\title{Testing the `ze' fonts + (virtual T1 fonts)} +\author{Robert Fuster\\ + \footnotesize Departament de Matem\`atica Aplicada\\ + \footnotesize Universitat Polit\`ecnica de Val\`encia\\ + \footnotesize 46071 Val\`encia (Spain)\\ + \footnotesize e-mail: \texttt{rfuster\@ mat.upv.es}\\ + \footnotesize URL: \texttt{HTTP://www.upv.es/\~{}rfuster}} +\date{June 24, 1997\\ + September 22, 1998 (version 2.0)} +\setlength{\extrarowheight}{2pt} +\newcounter{n} \newcounter{p} +\newcommand{\taula}{% + \setcounter{n}{0} + \setcounter{p}{0} + \begin{center} + \setcounter{n}{0} + \setcounter{p}{0} + \begin{tabular}{|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|} + \hline + \whiledo{\value{n} < 255}{% + \symbol{\then}\stepcounter{p}\stepcounter{n}\ifthenelse{\value{p} = 16}{% + \setcounter{p}{0}\\\hline + }{\ifthenelse{\value{n} < 256}{&}{}% + }} + \symbol{\then}\\\hline + \end{tabular} + \end{center} +} +\begin{document} +\maketitle +This is a test of the `ze' fonts. In the following figures you can compare +these fonts with the real `ec' fonts. +\begin{figure} + \caption{Roman virtual font zerm1000 \label{fig:zerm1000}} + \taula + \caption{Roman font ecrm1000 \label{fig:ecrm1000}} + {\renewcommand{\rmdefault}{cmr}\rmfamily\selectfont\taula + } +\end{figure} +\begin{figure} + \caption{Sans Serif virtual font zess1000 \label{fig:zess1000}} + \sffamily\taula + \caption{Sans Serif font ecss1000 \label{fig:ecss1000}} + {\renewcommand{\sfdefault}{cmss}\sffamily\selectfont\taula + } +\end{figure} +\begin{figure} + \caption{Typewriter virtual font zett1000 \label{fig:zett1000}} + \ttfamily\taula + \caption{Typewriter font ectt1000 \label{fig:ectt1000}} + {\renewcommand{\ttdefault}{cmtt}\ttfamily\selectfont\taula + } +\end{figure} +\end{document} -- cgit v1.2.3