diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
commit | 007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 (patch) | |
tree | 90d17e00e572ecb1e24764b6f29c80e098b08d29 /Master/texmf-dist/doc/latex/zefonts | |
parent | 950209b26f70aa87ed07c54f82a95b6f03b7c3a0 (diff) |
doc/latex
git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/zefonts')
-rw-r--r-- | Master/texmf-dist/doc/latex/zefonts/CHANGES | 16 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/zefonts/ae_or_ze.ps.gz | bin | 0 -> 122708 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/zefonts/ae_or_ze.tex | 57 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/zefonts/readme | 29 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/zefonts/test.tex | 58 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/zefonts/zefonts.tex | 71 |
6 files changed, 231 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/zefonts/CHANGES b/Master/texmf-dist/doc/latex/zefonts/CHANGES new file mode 100644 index 00000000000..082af9ec67f --- /dev/null +++ b/Master/texmf-dist/doc/latex/zefonts/CHANGES @@ -0,0 +1,16 @@ +July 17, 2000 +------------- + Added two fd files: omlzer.fd and omszer. + Created a comparison test between ae and ze fonts + (the ae_or_ze.{tex,ps} files) + CHANGES, readme and zefonts.tex updated +September 22, 1998 +------------------ + Old names (like ptmr0) for Adobe fonts updated to those in current + version of psnfss (like ptmr8r) + Changed the file names dvips/config.ze and dvips/ze.map to the more + apropiate dvips/slantcm.cfg and dvips/slantcm.map + Corrected in slantcm.map the errors detected in ze.map. + vf/cm*.vf files removed. + Various file names changed to lowercase. + Created this file (CHANGES). diff --git a/Master/texmf-dist/doc/latex/zefonts/ae_or_ze.ps.gz b/Master/texmf-dist/doc/latex/zefonts/ae_or_ze.ps.gz Binary files differnew file mode 100644 index 00000000000..03e8da40b2c --- /dev/null +++ b/Master/texmf-dist/doc/latex/zefonts/ae_or_ze.ps.gz diff --git a/Master/texmf-dist/doc/latex/zefonts/ae_or_ze.tex b/Master/texmf-dist/doc/latex/zefonts/ae_or_ze.tex new file mode 100644 index 00000000000..f4185a676e4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/zefonts/ae_or_ze.tex @@ -0,0 +1,57 @@ +\documentclass{article} +\usepackage{array,ifthen} +\usepackage{zefonts} +\title{A comparison between `ae' and `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{July 17, 2000 (version 2.1)} +\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 +In the following figures you can compare +the `ze' fonts with the `ae' (almost european) fonts. +\begin{figure} + \caption{10pt roman font in zefonts (zerm1000) \label{fig:zerm1000}} + \taula + \caption{10pt roman font in ae fonts (aer10) \label{fig:aer10}} + {\renewcommand{\rmdefault}{aer}\rmfamily\selectfont\taula + } +\end{figure} +\begin{figure} + \caption{10pt sans serif font in zefonts (zess1000) \label{fig:zess1000}} + \sffamily\taula + \caption{10pt sans serif font in ae fonts (aess10) \label{fig:aess10}} + {\renewcommand{\sfdefault}{aess}\sffamily\selectfont\taula + } +\end{figure} +\begin{figure} + \caption{10pt typewriter font in zefonts (zett1000) \label{fig:zett1000}} + \ttfamily\taula + \caption{10pt typewriter font in ae fonts (aett10) \label{fig:aett10}} + {\renewcommand{\ttdefault}{aett}\ttfamily\selectfont\taula + } +\end{figure} +\end{document} diff --git a/Master/texmf-dist/doc/latex/zefonts/readme b/Master/texmf-dist/doc/latex/zefonts/readme new file mode 100644 index 00000000000..36568d398cc --- /dev/null +++ b/Master/texmf-dist/doc/latex/zefonts/readme @@ -0,0 +1,29 @@ + +The `ze' fonts (virtual T1 fonts) +version 2.1 + +by Robert Fuster (rfuster\@ mat.upv.es) + Departament de Matem\`atica Aplicada + Universitat Polit\`ecnica de Val\`encia + 46071 Val\`encia (Spain) + + June 24, 1997 + September 17, 1998 + July 17, 2000 + + The `zd' fonts by Constantin Kahn (kahn@math.uni-hannover.de) + are virtual T1 encoded Computer Modern fonts based on (OT1) Computer + Modern, Times, and Helvetica fonts, intended for simulate `dc' + fonts. (Waine Sullivan's `dm' fonts are another approach to + the substitution of `dc' fonts by virtual ones.) + + Because `dc' fonts are now obsolete, I've adapted the Kahn's package to + `ec' fonts. The resulting virtual fonts are named according to the ec + fonts names, changing `ec' by `ze' (zerm1000.vf simulates ecrm1000, and + so on). + + Another virtual T1 encoded Computer Modern fonts are the almost european + (`am') fonts, by Lars Engebretsen (enge@nada.kth.se). The main difference + between `am' and `ze' fonts is that almost european fonts only use + Computer Modern fonts to simulate the European Modern and, then, + more characters are lost. 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} diff --git a/Master/texmf-dist/doc/latex/zefonts/zefonts.tex b/Master/texmf-dist/doc/latex/zefonts/zefonts.tex new file mode 100644 index 00000000000..0e7e8e5d85b --- /dev/null +++ b/Master/texmf-dist/doc/latex/zefonts/zefonts.tex @@ -0,0 +1,71 @@ +\documentclass{article} +\title{The `ze' fonts + (virtual T1 fonts)\\ + version 2.1} +\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{\small June 24, 1997\\ + September 22, 1998\\ + July 17, 2000} +\begin{document} +\maketitle +\tableofcontents +\section{Description} + The `zd' fonts by Constantin Kahn (\verb<kahn@math.uni-hannover.de<) + are virtual T1 encoded Computer Modern fonts based on (OT1) Computer Modern, + Times, and Helvetica fonts, intended for simulate `dc' + fonts.\footnote{Waine Sullivan's `dm' fonts are another approach to + the substitution of `dc' fonts by virtual ones.} + + Because `dc' fonts are now obsolete, I've adapted the Kahn's package to + `ec' fonts. The resulting virtual fonts are named according to the ec + fonts names, changing `ec' by `ze' (\verb+zerm1000.vf+ + simulates \verb+ecrm1000+, and so on) + + Another virtual T1 encoded Computer Modern fonts are the almost european + (`am') fonts, by Lars Engebretsen (\texttt{enge@nada.kth.se}). The main + difference between `am' and `ze' fonts is that almost european fonts only + use Computer Modern fonts to simulate the European Modern and, then, + more characters are lost. +\section{Installation} + The installation is very easy: you only need to put every file in its + correct directory. + \begin{itemize} + \item Copy all the files from the \verb+vf+ directory where your + dvi driver can find virtual files.\footnote{Your dvi driver must + support virtual fonts, of course.} + \item Copy all the files from the \verb+tfm+ directory where \TeX{} + look for font metrics. + \item Copy all the files from the \verb+texinput+ directory + where \LaTeX{} look for input files. + \item If you have the \verb+dvips+ driver, copy the files from the + \verb+dvips+ directory where \verb+dvips+ looks for font mapping. + \item \textbf{If you have an (very) old version of zefonts}, remove + this files: + \begin{itemize} + \item cmsy10o.vf + cmmi10o.vf + cmvtt10o.vf + cmbsy10o.vf + cmmib10o.vf and + cmbxi10f.vf + (from your virtual fonts path), + \item ze.map and config.ze (from the directory where dvips + search for font mapping). + \end{itemize} + \end{itemize} +\section{Warnings} +\begin{itemize} +\item +This is an unsupported software, and it comes without any kind of warranty. +\item +You can distribute it freely. +\item +My work for construct the `ze' fonts was a simple adaptation from the +`zd' fonts by C. Khan. +\end{itemize} +\end{document} |