summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/pressrelease/samples/sample-pressrelease6.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/pressrelease/samples/sample-pressrelease6.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/pressrelease/samples/sample-pressrelease6.tex')
-rw-r--r--macros/latex/contrib/pressrelease/samples/sample-pressrelease6.tex55
1 files changed, 55 insertions, 0 deletions
diff --git a/macros/latex/contrib/pressrelease/samples/sample-pressrelease6.tex b/macros/latex/contrib/pressrelease/samples/sample-pressrelease6.tex
new file mode 100644
index 0000000000..919f85d6a0
--- /dev/null
+++ b/macros/latex/contrib/pressrelease/samples/sample-pressrelease6.tex
@@ -0,0 +1,55 @@
+% arara: pdflatex
+% arara: pdflatex
+\documentclass[a4paper,11pt,symbols]{pressrelease}
+
+\usepackage[british]{babel}
+\usepackage{graphicx}
+
+\PRset{releasealign=right,ruled=false,logo=below right,smashlogo}
+
+\PRlogo{\includegraphics[height=2cm]{example-image}}
+
+\PRcompany{Some Company}
+\PRdepartment{Some Department}
+\PRcontact{Ann Other}
+\PRaddress{1 The Street\\The Town\\AB1 2YZ}
+\PRphone{01234 56789}
+\PRmobile{07123456789}
+\PRfax{01234 56788}
+\PRurl{http://www.some-company.com/~abc}
+\PRemail{ann.other@some-company.com}
+\PRhours{9:00--17:30 Mon--Fri}
+\PRencl{some stuff}
+
+\date{Some City, \today}
+
+\PRheadline{Some amazing news}
+\PRsubheadline{subheading}
+
+\begin{document}
+
+\begin{pressrelease}
+
+This is an example press release. Keep it short and use the third
+person. Avoid the use of exclamation marks and all-caps. Put all the
+pertinent details in the first paragraph. Answer who, what, when,
+where and why.
+
+Use short paragraphs. Try not to exceed 500 words. Keep to the point
+and avoid jargon. This example has loaded the
+\textsf{pressrelease-symbols} package (via the \texttt{symbols}
+class option) to use symbols (from the
+\textsf{marvosym} package and one designed using \textsf{tikz}) instead of text.
+The image is from the \textsf{mwe} package. The header layout has
+been changed using:
+\begin{verbatim}
+\PRset{releasealign=right,ruled=false,logo=below right,smashlogo}
+\end{verbatim}
+
+\begin{about}
+Some Company was set up in imaginary year $i$.
+\end{about}
+
+\end{pressrelease}
+
+\end{document}