% File : logos.sty % Author : Hans Stoks with ideas from Johannes Braams (JL_Braams@pttrnl.nl) % Date : 8-apr-1991 % Version: 1.0 % Purpose: Defines a new version of the LaTeX-logo and others for use % with the new font-selectionscheme by Mittelbach and Schoepf % Works with LaTeX 2.09 with lfonts.new (FMi & RS) % % With the new fontselection it becomes possible to ask for the % current size of the current font. Thus it becomes possible to % select the letter A from a font two steps smaller than the current % font instead of a \sc A. % The advantage is that \LaTeX now also works with \it, \bf and the like. % With 6-point we also chose 5-point for the letter a since no 4-point % font is available. %- \ifx\logosloaded\undefined\let\logosloaded\relax\else\endinput\fi \@ifundefined{selectfont}{\relax}{% \new@fontshape{manual}{m}{n}{% <5>manfnt at4.82pt% <6>manfnt at5.79pt% <7>manfnt at6.94pt% <8>manfnt at8.33pt% <9>manfnt at9pt% <10>manfnt% <11>manfnt at10.95pt% <12>manfnt at12pt% <14>manfnt at14.4pt% <17>manfnt at17.28pt% <20>manfnt at20.74pt <25>manfnt at24.88pt% <30>manfnt}{}% \extra@def{manual}{}{} \new@fontshape{dunhill}{m}{n}{% <5>cmdunh10 at4.82pt% <6>cmdunh10 at5.79pt% <7>cmdunh10 at6.94pt% <8>cmdunh10 at8.33pt% <9>cmdunh10 at9pt% <10>cmdunh10% <11>cmdunh10 at10.95pt% <12>cmdunh10 at12pt% <14>cmdunh10 at14.4pt% <17>cmdunh10 at17.28pt% <20>cmdunh10 at20.74pt <25>cmdunh10 at24.88pt% <30>cmdunh10}{}% \extra@def{dunhill}{}{} \gdef\graffiti{\protect\pgraffiti} \gdef\pgraffiti{\family{manual}\series{c}\shape{sl}\size{9}{10pt}\selectfont} \gdef\@makefnmark{\raise 1ex\hbox{\scriptsize\@thefnmark}} \gdef\smaller{\count0=\f@size\relax% \ifnum\count0=6\size{5}{\baselineskip}\else% \ifnum\count0=7\size{5}{\baselineskip}\else% \ifnum\count0=8\size{6}{\baselineskip}\else% \ifnum\count0=9\size{7}{\baselineskip}\else% \ifnum\count0=10\size{8}{\baselineskip}\else% \ifnum\count0=11\size{9}{\baselineskip}\else% \ifnum\count0=12\size{10}{\baselineskip}\else% \ifnum\count0=14\size{11}{\baselineskip}\else% \ifnum\count0=17\size{12}{\baselineskip}\else% \ifnum\count0=20\size{14}{\baselineskip}\else% \ifnum\count0=25\size{17}{\baselineskip}% \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\selectfont}% \newcount\mfc@unt \gdef\Metafont{% \mfc@unt=\f@size\relax% \ifnum\mfc@unt=6\size{6}{\baselineskip}% {\family{manual}\selectfont META\-FONT}\else% \ifnum\mfc@unt=7\size{7}{\baselineskip}% {\family{manual}\selectfont META\-FONT}\else% \ifnum\mfc@unt=8\size{10}{\baselineskip}% {\family{manual}\selectfont opqr\-stuq}\else% \ifnum\mfc@unt=9\size{10}{\baselineskip}% {\family{manual}\selectfont hijk\-lmnj}\else% \ifnum\mfc@unt=10\size{10}{\baselineskip}% {\family{manual}\selectfont META\-FONT}\else% \ifnum\mfc@unt=11\size{11}{\baselineskip}% {\family{manual}\selectfont META\-FONT}\else% \ifnum\mfc@unt=12\size{12}{\baselineskip}% {\family{manual}\selectfont META\-FONT}\else% \ifnum\mfc@unt=14\size{14}{\baselineskip}% {\family{manual}\selectfont META\-FONT}\else% \ifnum\mfc@unt=17\size{17}{\baselineskip}% {\family{manual}\selectfont META\-FONT}\else% \ifnum\mfc@unt=20\size{20}{\baselineskip}% {\family{manual}\selectfont META\-FONT}\else% \ifnum\mfc@unt=25\size{25}{\baselineskip}% {\family{manual}\selectfont META\-FONT}\else% \ifnum\mfc@unt=30\size{10}{\baselineskip}% {\family{manual}\selectfont{\vbox to30pt{}()*+,-.*}}% \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi}}% \let\metafont\MF \let\latex\LaTeX \gdef\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025emb}\kern-.08em\TeX}} \gdef\LaTeX{\@ifundefined{selectfont}{\latex}{% L\kern-.36em\raise.3ex\hbox{\protect\smaller A}\kern-.15em T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}} \gdef\MF{\@ifundefined{selectfont}{{\small\sf META}\-{\small\sf FONT}}% {\Metafont}}%{{\protect\smaller\sf META}\-{\protect\smaller\sf FONT}} \gdef\WEB{{\tt WEB}}% \gdef\STEGON{\@ifundefined{selectfont}% {{\sf\small ST{\Large\rm\ital{\kern-.1em\t{}\kern-.1667em e}}GON}}% {{\protect\smaller\sf ST{\LARGE\rm\ital{\protect\smaller\kern-.1em\t{}\kern-.1667em e}}GON}}}% \gdef\de_Volkskrant{\@ifundefined{selectfont}% {de Volks\-krant}% {{\family{dunhill}\selectfont\protect\smaller de Volks\-krant}}}% \endinput