-
Notifications
You must be signed in to change notification settings - Fork 1
/
letter.tex
40 lines (25 loc) · 1.23 KB
/
letter.tex
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
\documentclass[a4paper]{article}
\usepackage{nusletter}
\usepackage{lipsum}
\begin{document}
\nushead{\textbf{Faculty of Arts and Social Sciences}\\
\small Department of English, Linguistics and Theatre Studies}
\nusfoot{Block AS5, 7 Arts Link, Singapore 117570\\
Tel: (65) 6516 3914 / 3915 / 3917 \hskip 5pt Fax: (65) 6773 2981\\
Website: fass.nus.edu.sg/elts}
\pagestyle{empty}
\noindent\today
\
\noindent Dear fellow NUS staff,
The \verb`nusletter` \LaTeX{} package generates a first page which resembles NUS letterhead. To use, add \verb`\usepackage{nusletter}` to your preamble. If you prefer a blue header, add the package option \verb`blue`. If you prefer a black and white header, which may be printed without edge-to-edge printing, add the package option \verb`black`. Use the \verb`\nushead{}` and \verb`\nusfoot{}` commands in your document body, right after \verb`\begin{document}`, to add text to the header and footer. (The Source Sans Pro font is used for this purpose, as the official Frutiger font is not freely available.)
\lipsum
\lipsum
\lipsum
\hspace*{3.5in}\begin{minipage}{3in}
\-\\Sincerely,\\
\\
Michael Yoshitaka Erlewine (mitcho)\\
Associate Professor, NUS\\
\texttt{[email protected]}
\end{minipage}
\end{document}