|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T e
Length: 702 (0x2be) Types: TextFile Names: »ex-mac.tex«
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« └─⟦ca79c7339⟧ └─⟦this⟧ »DVIware/laser-setters/dvi-to-ps/TeXPS/doc/ex-mac.tex«
% Macros for the examples in examples.tex and examples2.tex % \foc % ==== % Generate a font chart. % #1: control sequence to invoke the font. % #2: its name as string. % #3: label of the figure being generated here. \def\foc #1#2#3{ \begin{figure} {\BeginFontTable{#1}\NormalFontTable\MoreFontTable\EndFontTable} \caption{Font chart of {\tt #2}} \label{#3} \end{figure} } % \evl % ==== % Encoding vector table and other information generated by "printpdr" % and written to a file with file extension .evl % #1: the name of the font (PS-...) % The label to refer to the figure generated by pfd2tfm is "t-#1.pdr". % printpdr already generated the complete table. \def\evl #1{ \input{#1.evl} }