summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/simplecv
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-04-24 23:56:51 +0000
committerKarl Berry <karl@freefriends.org>2007-04-24 23:56:51 +0000
commit6d57ece139d5b666d50415ba2465a992b805b3f4 (patch)
treefdc5f604bdc886f3d135a007e15774179055c573 /Master/texmf-dist/doc/latex/simplecv
parenta3b51f6f68d0fe50bab2eaf0a7734b46f31003b4 (diff)
new package simplecv (24apr07)
git-svn-id: svn://tug.org/texlive/trunk@4184 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/simplecv')
-rw-r--r--Master/texmf-dist/doc/latex/simplecv/README12
-rw-r--r--Master/texmf-dist/doc/latex/simplecv/testcv.pdfbin0 -> 38070 bytes
-rw-r--r--Master/texmf-dist/doc/latex/simplecv/testcv.tex45
3 files changed, 57 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/simplecv/README b/Master/texmf-dist/doc/latex/simplecv/README
new file mode 100644
index 00000000000..0963806b721
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/simplecv/README
@@ -0,0 +1,12 @@
+The simplecv document class is intended to provide a simple
+yet elegant way to write your curriculum vitae (resume). This is a
+repackaging of the |cv| class that has been available with LyX for a
+long time. The change of name has been made necessary by the
+existence of another |cv| class on CTAN.
+
+Author: Jean-Marc Lasgouttes (Jean-Marc.Lasgouttes@inria.fr)
+
+This material is subject to the LaTeX Project Public License. See
+http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html for
+the details of that license
+
diff --git a/Master/texmf-dist/doc/latex/simplecv/testcv.pdf b/Master/texmf-dist/doc/latex/simplecv/testcv.pdf
new file mode 100644
index 00000000000..e5a88817edc
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/simplecv/testcv.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/simplecv/testcv.tex b/Master/texmf-dist/doc/latex/simplecv/testcv.tex
new file mode 100644
index 00000000000..a8e24e93364
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/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}