summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/simplecv/testcv.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/simplecv/testcv.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/simplecv/testcv.tex')
-rw-r--r--macros/latex/contrib/simplecv/testcv.tex45
1 files changed, 45 insertions, 0 deletions
diff --git a/macros/latex/contrib/simplecv/testcv.tex b/macros/latex/contrib/simplecv/testcv.tex
new file mode 100644
index 0000000000..a8e24e9336
--- /dev/null
+++ b/macros/latex/contrib/simplecv/testcv.tex
@@ -0,0 +1,45 @@
+\documentclass{simplecv}
+
+\begin{document}
+
+\leftheader{123 Hamlet Street\\
+Stratford-upon-Avon}
+
+\rightheader{TEL: 888-PUCK\\
+\texttt{\small bill@globe.org}}
+
+\title{William Shakespeare}
+
+\maketitle
+
+Some people put a summary here. Note: there are many \LaTeX{}
+variables you can set in the preamble to change the look of the CV.
+
+\section{Work Experience}
+
+\begin{topic}
+\item[1593--1609] Wrote and produced plays for the Queen, and then for the
+King. He really liked them a lot, but they reminded him of plays by
+this guy, the Earl of Oxford.
+
+You can have several paragraphs in the same topic entry
+\end{topic}
+
+\section{Education}
+
+\begin{topic}
+\item[1577--78] My Dad taught me stuff.
+\item[April to May 1581] Tried high school. Hated my English teacher.
+[note how a linebreak is inserted if your subtitle is too long]
+\end{topic}
+
+\section{Publications}
+
+\begin{thebibliography}{1}
+\bibitem{firstref} First Folio. Me. 1623.
+\bibitem{secondref} These references could have been entered via
+Bib\TeX{}\ldots{} In any case, here I can cite my work of
+\cite{firstref}.
+\end{thebibliography}
+
+\end{document}