summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/uwa-letterhead
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-09-10 21:03:41 +0000
committerKarl Berry <karl@freefriends.org>2021-09-10 21:03:41 +0000
commit4b79745423266a43faee6595620461d873704a1c (patch)
treec0067395832d74e855c3f39f5f6447ab51bdd45a /Master/texmf-dist/doc/latex/uwa-letterhead
parent4fb1439822812931cd8727b02790f8ddcf3e3e1d (diff)
uwa-letterhead (10sep21)
git-svn-id: svn://tug.org/texlive/trunk@60468 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/uwa-letterhead')
-rw-r--r--Master/texmf-dist/doc/latex/uwa-letterhead/README23
-rw-r--r--Master/texmf-dist/doc/latex/uwa-letterhead/example.tex43
-rw-r--r--Master/texmf-dist/doc/latex/uwa-letterhead/uwa-letterhead.pdfbin0 -> 58265 bytes
3 files changed, 66 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/uwa-letterhead/README b/Master/texmf-dist/doc/latex/uwa-letterhead/README
new file mode 100644
index 00000000000..5aa003f531d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/uwa-letterhead/README
@@ -0,0 +1,23 @@
+This package generates the letterhead of the University of Western Australia.
+
+It requires the UWA logo in PDF format, which is available in SVG format at
+https://static-listing.weboffice.uwa.edu.au/visualid/core-rebrand/img/uwacrest/,
+and uses the Arial (https://docs.microsoft.com/en-us/typography/font-list/arial)
+and UWA Slab (https://www.brand.uwa.edu.au/) fonts by default.
+
+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.
diff --git a/Master/texmf-dist/doc/latex/uwa-letterhead/example.tex b/Master/texmf-dist/doc/latex/uwa-letterhead/example.tex
new file mode 100644
index 00000000000..9168e2d7d13
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/uwa-letterhead/example.tex
@@ -0,0 +1,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}
diff --git a/Master/texmf-dist/doc/latex/uwa-letterhead/uwa-letterhead.pdf b/Master/texmf-dist/doc/latex/uwa-letterhead/uwa-letterhead.pdf
new file mode 100644
index 00000000000..1325f7aa0de
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/uwa-letterhead/uwa-letterhead.pdf
Binary files differ