% This simple file (LaTeX) produces a reasonable facsimile of McGill % Math Dept letterhead. (Haven't tried it on a 2-page letter, tho') \documentstyle{article} \setlength{\topmargin}{-1.4cm} \setlength{\headheight}{0cm} \setlength{\headsep}{0cm} \setlength{\topskip}{0cm} \setlength{\oddsidemargin}{0.5cm} \begin{document} \thispagestyle{empty} \setlength{\marginparwidth}{0.9cm} \reversemarginpar \font\mcgill=mcgill36 \marginpar{\mcgill A} \noindent \begin{minipage}{8cm} \begin{tabular}{l} {\mcgill M\phantom{\rm .}Gill} \\ \\ \\ {\small\bf Department of Mathematics and Statistics}\\ \end{tabular} \vspace{\baselineskip} \begin{tabular}{l} \small\sf McGill University \\ \small\sf Burnside Hall \\ \small\sf 805 Sherbrooke Street West \\ \small\sf Montreal, QC, Canada\quad H3A\thinspace 2K6 \end{tabular} \end{minipage} \end{document}