summaryrefslogtreecommitdiff
path: root/support/lametex/doc/example3.tex
blob: beeba00f41886d6515bdb76f78ec6baa9694d1ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
% 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}