% example3.tex % % This is a LameTeX document. You may use the LameTeX text formatter % to do fancy graphic formatting from this file into PostScript. % % Alternatively, this file may be formatted with normal LaTeX. % % Copyright 1992 Jonathan Monsarrat. Permission given to freely distribute, % edit and use as long as this copyright statement remains intact. % \documentstyle[10pt]{report} \setlength{\textwidth}{6 in} \setlength{\textheight}{9 in} \setlength{\topmargin}{-.5 in} \setlength{\oddsidemargin}{0.25 in} \begin{document} % \begin{stealth} \begin{postscript} % % /FUNKYFONT { /Times-Roman findfont 100 scalefont setfont } def % % /FUNKYnum fontnames length def % % /fontnames [ fontnames { } forall /FUNKYFONT ] def % % \end{postscript} \end{stealth} \begin{Huge} I want it % \begin{stealth} \begin{postscript} % /temp newfontcmd def % [ FUNKYnum false ] NewFont % \end{postscript} \end{stealth} NOW! % \begin{stealth} \begin{postscript} % [ temp false ] NewFont % \end{postscript} \end{stealth} \end{Huge} And I don't care what it costs! \end{document}