diff options
author | Karl Berry <karl@freefriends.org> | 2015-03-10 22:08:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-03-10 22:08:09 +0000 |
commit | 8333d638af410c3ad892c1b3583c2488ff57cc28 (patch) | |
tree | a4f2b76acbeb1bcfa3b141f719cecc092f091af9 /Master/texmf-dist/doc/latex/europasscv | |
parent | f29fb7f0c90f5bd49edc591bca993fff2a822229 (diff) |
europasscv (10mar15)
git-svn-id: svn://tug.org/texlive/trunk@36475 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/europasscv')
-rw-r--r-- | Master/texmf-dist/doc/latex/europasscv/Makefile.europasscv | 8 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/europasscv/europasscv.pdf | bin | 323403 -> 324893 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/europasscv/europasscv.tex | 24 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/europasscv/europasslogo2013.pdf | bin | 0 -> 9430 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/europasscv/europasslogo2013.svg (renamed from Master/texmf-dist/doc/latex/europasscv/europasslogo.svg) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/europasscv/example/europasscv_en.pdf | bin | 36482 -> 36471 bytes |
6 files changed, 18 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/latex/europasscv/Makefile.europasscv b/Master/texmf-dist/doc/latex/europasscv/Makefile.europasscv index 730d277ff32..71d90781959 100644 --- a/Master/texmf-dist/doc/latex/europasscv/Makefile.europasscv +++ b/Master/texmf-dist/doc/latex/europasscv/Makefile.europasscv @@ -3,9 +3,9 @@ ICONS_PDF=$(ICONS_SVG:.svg=.pdf) all: class documentation -pictures: icons europasslogo.pdf +pictures: icons europasslogo2013.pdf -europasslogo.pdf: europasslogo.svg +europasslogo2013.pdf: europasslogo2013.svg inkscape $< --export-area-drawing --export-pdf $@ # convert from pdf to ps then back to pdf to avoid the pdftex warning "PDF @@ -37,7 +37,7 @@ package: class documentation mkdir -p europasscv/example cp *.svg europasscv cp *_europass_icon.pdf europasscv - cp europasslogo.pdf europasscv + cp europasslogo2013.pdf europasscv cp europasscv.cls europasscv cp europasscv*.def europasscv cp europasscv.tex europasscv @@ -51,7 +51,7 @@ package: class documentation rm -fr europasscv distclean: - rm -f *~ *.synctex.gz *.aux *.log *.out *.backup *.toc + rm -f *~ *.synctex.gz *.aux *.log *.out *.backup *.toc *.temp clean: distclean rm -f *.pdf
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/europasscv/europasscv.pdf b/Master/texmf-dist/doc/latex/europasscv/europasscv.pdf Binary files differindex bc408939265..059676c90ca 100644 --- a/Master/texmf-dist/doc/latex/europasscv/europasscv.pdf +++ b/Master/texmf-dist/doc/latex/europasscv/europasscv.pdf 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} diff --git a/Master/texmf-dist/doc/latex/europasscv/europasslogo2013.pdf b/Master/texmf-dist/doc/latex/europasscv/europasslogo2013.pdf Binary files differnew file mode 100644 index 00000000000..fb26bab0440 --- /dev/null +++ b/Master/texmf-dist/doc/latex/europasscv/europasslogo2013.pdf diff --git a/Master/texmf-dist/doc/latex/europasscv/europasslogo.svg b/Master/texmf-dist/doc/latex/europasscv/europasslogo2013.svg index 30bbd431c33..30bbd431c33 100644 --- a/Master/texmf-dist/doc/latex/europasscv/europasslogo.svg +++ b/Master/texmf-dist/doc/latex/europasscv/europasslogo2013.svg diff --git a/Master/texmf-dist/doc/latex/europasscv/example/europasscv_en.pdf b/Master/texmf-dist/doc/latex/europasscv/example/europasscv_en.pdf Binary files differindex a2e1932d50c..78b7612bc22 100644 --- a/Master/texmf-dist/doc/latex/europasscv/example/europasscv_en.pdf +++ b/Master/texmf-dist/doc/latex/europasscv/example/europasscv_en.pdf |