summaryrefslogtreecommitdiff
path: root/macros/unicodetex/latex/uwa-letterhead/example.tex
blob: 9168e2d7d13e8bd17c30eb287e1ae54c1c3cd375 (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
% Copyright 2019, 2021 Anthony Di Pietro
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
% The latest version of this license is in
%   http://www.latex-project.org/lppl.txt
% and version 1.3 or later is part of all distributions of LaTeX
% version 2005/12/01 or later.
%
% This work has the LPPL maintenance status `maintained'.
%
% The Current Maintainer of this work is Anthony Di Pietro.
%
% This work consists of the files uwa-letterhead.dtx, uwa-letterhead.ins, and
% example.tex and the derived files uwa-letterhead.sty and uwa-letterhead.pdf.

\documentclass[a4paper,11pt]{article}
\usepackage{uwa-letterhead}

\author{John Smith}
\school{School of Psychological Science}
\mbdp{000}
\phone{+61 8 6488 0000}
\mobile{+61 000 000 000}
\email{john.smith@uwa.edu.au}

\begin{document}

Joe Bloggs \\
1 Main Street \\
Perth WA 6000

\vspace{2\baselineskip}

Dear Joe,

This is an example of the \texttt{uwa-letterhead} package.

Yours sincerely, \\
John Smith

\end{document}