summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/europasscv/europasscv.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/europasscv/europasscv.tex')
-rw-r--r--Master/texmf-dist/doc/latex/europasscv/europasscv.tex24
1 files changed, 14 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/europasscv/europasscv.tex b/Master/texmf-dist/doc/latex/europasscv/europasscv.tex
index 7cc8b831e89..09720be6b93 100644
--- a/Master/texmf-dist/doc/latex/europasscv/europasscv.tex
+++ b/Master/texmf-dist/doc/latex/europasscv/europasscv.tex
@@ -14,7 +14,7 @@
\href{mailto:gmazzamuto+ctan@gmail.com}{\texttt{gmazzamuto+ctan@gmail.com}}\\}
\title{\small Documentation of the \LaTeX\ class\\
\Large \textbf{\texttt{europasscv.cls}}\\
- \small \vspace{0.2cm} Version 0.1, 2015-03-05
+ \small \vspace{0.2cm} Version 2015-03-10
}
\newcommand{\bs}{\textbackslash}
@@ -25,7 +25,7 @@
\begin{abstract}
-This paper describes how to use europasscv.cls, a \LaTeX\ document class for typesetting a curriculum vitae according to the Europass initiative of the European Commission. This is an unofficial implementation of that format, following the major restylings that came out in 2013.
+This paper describes how to use europasscv.cls, a \LaTeX\ document class for typesetting a curriculum vitae according to the Europass initiative of the European Commission. This is an unofficial implementation of that format, implementing the major style updates that came out in 2013.
\end{abstract}
@@ -80,7 +80,6 @@ For a complete list of usable class options see section \ref{sec:classOptions}.
\bigskip
\noindent
The \emph{Personal information} section shown above is specified with the commands:
-
\begin{verbatim}
\ecvname{Name Surname}
\ecvaddress{rue Wiertz, B-1047 Brussels}
@@ -93,11 +92,14 @@ The \emph{Personal information} section shown above is specified with the comman
\ecvnationality{English}
\ecvgender{Female}
\end{verbatim}
-and typeset with:
-\begin{verbatim}
-\ecvpersonalinfo
-\end{verbatim}
-
+and then typeset inside the \texttt{europasscv} environment with:
+\begin{description}
+\item[\texttt{\bs ecvpersonalinfo}]
+\end{description}
+A photo can be added with the command:
+\begin{description}
+\item[\texttt{\bs ecvpicture[\textit{width}]\{\textit{filename}\}}]
+\end{description}
\hypersetup{urlcolor=magenta}
@@ -207,9 +209,9 @@ If you want to use the hyphenation patterns for the language(s) of your choice,
% The use of \textsf{babel} is mandatory for Greek (see the Greek language option above).
The following language options are currently supported:
-\texttt{english}, \texttt{italian}.
+\texttt{english}, \texttt{german}, \texttt{italian}.
-If you need a different language, you must create a new \texttt{.def} file and add the corresponding \texttt{\textbackslash DeclareOption} in the class file. Please contribute your \texttt{.def} files so that they can be included in future updates.
+If you need a different language, you must create a new \texttt{.def} file and add the corresponding \texttt{\textbackslash DeclareOption} in the class file. Please contribute your \texttt{.def} files so that they can be included in future updates. The \texttt{.def} files in the \texttt{europecv}\footnote{\url{http://ctan.org/pkg/europecv}} package are a good starting point.
\subsubsection{Debugging}
If you are editing the class file you may find the \texttt{debug} option useful: if this option is specified, debug messages are printed on the terminal, the boxes making up the structure of the CV are highlighted with background colors, and the package \texttt{showframe} is loaded.
@@ -250,4 +252,6 @@ Europass and the Europass logo are copyright of the European Union.\footnote{See
\section{Acknowledgements}
Thanks to \LaTeX\ enthusiast Francesco Biccari whom I had the pleasure to meet at LENS in Sesto Fiorentino and who provided useful comments and suggestions.
+
+Thanks to Peter Fink for providing traslation for German.
\end{document}