blob: 835f2fe8ff4a9dddb31eb427dac0d0a014d8c5e4 (
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
44
45
46
47
48
49
50
51
52
53
|
\documentstyle[12pt,a4,epsf]{article}
\font\HUGEPalatino = Palatino-Roman scaled 2986 % \magstep6
\font\HugePalatino = Palatino-Roman scaled \magstep5
\font\LARGEPalatino = Palatino-Roman scaled \magstep4
\font\LargePalatino = Palatino-Roman scaled \magstep3
\font\SmallPalatinoBold = Palatino-Bold
\font\SmallPalatino = Palatino-Roman
\font\LARGEChancery = ZapfChancery-MediumItalic scaled \magstep4
\font\LargeChancery = ZapfChancery-MediumItalic scaled \magstep3
\font\Hugebf = cmbx12 scaled \magstep5
\begin{document}
\thispagestyle{empty}
\begin{center}
{\LargePalatino UNIVERSITY OF DUBLIN}
\bigskip
{\HugePalatino TRINITY COLLEGE}
\medskip
{\LargePalatino SCHOOL OF MATHEMATICS}
\vspace{1in}
\epsfxsize=5cm\mbox{\epsffile{/usr/local/lib/tex/inputs/Local/tcdarms.pss}}\
\vspace{1.5in}
{\Hugebf David Wilkins}
\bigskip
\bigskip
\bigskip
{\huge\bf An Introduction to \LaTeX}
%{\huge\bf A \LaTeX\ Summary}
\vspace{1.5in}
{\LargeChancery Computer Notes \#2}
%{\LargeChancery Computer Notes \#3}
\end{center}
\end{document}
|