%% sauttext.fd % \NeedsTeXFormat{LaTeX2e}[1994/12/1] %% Joerg Knappen 26-NOV-1994 %% removed T1 fontdefinitions 1998/12/10 Jeroen Nijhof %% added sizes 29.86 pt and 35.83 pt 1999/02/02 Jeroen Nijhof %% (c) Copyright 1998 Jeroen Nijhof %% (c) Copyright 1993, 1994 Joerg Knappen % % Standard test to prevent double loading of this file. % \begin{macrocode} \expandafter\ifx\csname sauttext.fd\endcsname\relax \expandafter\def\csname sauttext.fd\endcsname{} \else\message{---already loaded}\endinput\fi % \end{macrocode} % % Send a message identifying this file. % \begin{macrocode} \ProvidesFile{sauttext.fd}[1998/12/10 v2.5 (JHBN)] % \end{macrocode} %%% end of file header %% %% This file contains the external font information needed to load %% the computer modern family designed by Donald E. Knuth, together %% with all fonts which are supplied with the AMS font package, %% and the cyrillic fonts from the Univ. of Washington. %% You may remove the font families your system does not support. %% %% Don't change the next few lines unless you know exactly what you %% are doing. %% %% %% One can generate all TeX font sizes with the Sauter package. %% \providecommand{\sauter@family}[5]{% \DeclareFontShape{#1}{#2}{#4}{#5} { <5> #35 <6> #36 <7> #37 <8> #38 <9> #39 <10> #310 <10.95> #311 <12> #312 <14.4> #314 <17.28> #317 <20.74> #320 <24.88> #325 <29.86> #330 <35.83> #336 }{}% } %% CMR medium \DeclareFontFamily{OT1}{cmr}{}{} \sauter@family{OT1}{cmr}{cmr}{m}{n} \sauter@family{OT1}{cmr}{cmsl}{m}{sl} \sauter@family{OT1}{cmr}{cmti}{m}{it} \sauter@family{OT1}{cmr}{cmu}{m}{ui} \sauter@family{OT1}{cmr}{cmcsc}{m}{sc} %% CMR bold extended \sauter@family{OT1}{cmr}{cmbx}{bx}{n} \sauter@family{OT1}{cmr}{cmbxsl}{bx}{sl} \sauter@family{OT1}{cmr}{cmbxti}{bx}{it} \sauter@family{OT1}{cmr}{cmbxsc}{bx}{sc} % New in Sauter-2.3 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% %% Sans serif font shapes %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Where's demibold condensed? sb + c? And cmssq? And cmssqi? % \DeclareFontFamily{OT1}{cmss}{}{} \sauter@family{OT1}{cmss}{cmss}{m}{n} \sauter@family{OT1}{cmss}{cmssi}{m}{it} \sauter@family{OT1}{cmss}{cmssbx}{bx}{n} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% %% Typewriter font shapes %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % \DeclareFontFamily{OT1}{cmtt}{\hyphenchar\font\m@ne}{} \sauter@family{OT1}{cmtt}{cmtt}{m}{n} \sauter@family{OT1}{cmtt}{cmitt}{m}{it} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% %% Removed T1 font definitions: they are 'Sauterised' %% but they are not Sauter fonts, and besides, %% we don't know wether the T1 fonts are 'dc' fonts or 'ec' %% fonts. Better use t1cmr.fd to load the T1 font definitions. %% %% sauttext.fd made 26. 11. 1994 by J"org Knappen %% updated 1998/12/10 by Jeroen Nijhof \endinput