summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/europecv
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 00:49:07 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 00:49:07 +0000
commit007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 (patch)
tree90d17e00e572ecb1e24764b6f29c80e098b08d29 /Master/texmf-dist/doc/latex/europecv
parent950209b26f70aa87ed07c54f82a95b6f03b7c3a0 (diff)
doc/latex
git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/europecv')
-rw-r--r--Master/texmf-dist/doc/latex/europecv/europecv.pdfbin0 -> 582388 bytes
-rw-r--r--Master/texmf-dist/doc/latex/europecv/europecv.tex394
-rw-r--r--Master/texmf-dist/doc/latex/europecv/examples/cv_template_de.pdfbin0 -> 64750 bytes
-rw-r--r--Master/texmf-dist/doc/latex/europecv/examples/cv_template_de.tex86
-rw-r--r--Master/texmf-dist/doc/latex/europecv/examples/cv_template_en.pdfbin0 -> 63722 bytes
-rw-r--r--Master/texmf-dist/doc/latex/europecv/examples/cv_template_en.tex85
-rw-r--r--Master/texmf-dist/doc/latex/europecv/examples/cv_template_it.pdfbin0 -> 62237 bytes
-rw-r--r--Master/texmf-dist/doc/latex/europecv/examples/cv_template_it.tex85
-rw-r--r--Master/texmf-dist/doc/latex/europecv/examples/cv_template_pl.pdfbin0 -> 80571 bytes
-rw-r--r--Master/texmf-dist/doc/latex/europecv/examples/cv_template_pl.tex91
-rw-r--r--Master/texmf-dist/doc/latex/europecv/examples/minimal.pdf1482
-rw-r--r--Master/texmf-dist/doc/latex/europecv/examples/minimal.tex6
-rw-r--r--Master/texmf-dist/doc/latex/europecv/examples/publications.bib12
13 files changed, 2241 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/europecv/europecv.pdf b/Master/texmf-dist/doc/latex/europecv/europecv.pdf
new file mode 100644
index 00000000000..79f5446cfe4
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/europecv/europecv.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/europecv/europecv.tex b/Master/texmf-dist/doc/latex/europecv/europecv.tex
new file mode 100644
index 00000000000..1e39316f1a6
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/europecv/europecv.tex
@@ -0,0 +1,394 @@
+%&program=pdflatex
+%&encoding=UTF-8 Unicode
+\documentclass{europecv}
+%%%%%%%%%%%%%%%%%
+% Input encoding
+%%%%%%%%%%%%%%%%%
+\usepackage{ucs}
+\usepackage[utf8x]{inputenc}
+%%%%%%%%%%%%%%%%%
+% Fonts
+%%%%%%%%%%%%%%%%%
+\usepackage[T1]{fontenc}
+\usepackage{lmodern}
+%\usepackage{microtype}
+
+\usepackage[a4paper,left=2cm,right=2cm,top=2cm,bottom=3cm]{geometry}
+
+\usepackage{ifpdf}
+\usepackage[english]{babel}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Including graphics %
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\ifpdf
+ \usepackage[pdftex]{graphicx}
+\else
+ \usepackage{graphicx}
+\fi
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Hyperlinks %
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\usepackage{url}
+\ifpdf
+ \usepackage[pdftex,colorlinks]{hyperref}
+\else
+ \usepackage{hyperref}
+\fi
+
+
+\newcommand{\ecv}[1]{\texttt{\textbackslash ecv#1}}
+
+\title{\textsf{europecv}: an unofficial class\\
+for European curricula}
+\author{Nicola Vitacolonna\\
+ \href{mailto:vitacolo@dimi.uniud.it}{\texttt{vitacolo@dimi.uniud.it}}\\
+ Department of Mathematics and Computer Science\\
+ University of Udine, Italy}
+\date{2005/04/08}
+
+\hyphenation{europecv}
+
+\begin{document}
+
+\selectlanguage{english}
+
+\maketitle
+
+\pagestyle{plain}
+
+
+\begin{abstract}
+As of 11 March 2002 the European Commission has defined a common format for curricula vit\ae. This class is an unofficial \LaTeX\ implementation of that format. Although primarily intended for users in the European Union, the class can be used for any kind of curriculum vit\ae.
+\end{abstract}
+
+\section{Overview}
+This class is an unofficial \LaTeX\ implementation of the standard model for curricula vit\ae\ (the \emph{Europass~CV\/}) as recommended by the European Commission.\footnote{\url{http://europa.eu.int/scadplus/leg/en/cha/c11057.htm}.} The Europass~CV replaces the European CV, launched in~2002.
+
+The Europass~CV defines both the content and the layout of a curriculum vit\ae. The \textsf{europecv} class provides support for the latter, and for the former as far as personal information and spoken languages are concerned. If you want to know how the content of a Europass~CV must be structured you must read the documentation provided by the Europass website.\footnote{\url{http://europass.cedefop.eu.int/htm/index.htm}.}
+
+This class tries to be as close as possible to the standard model without sacrificing flexibility. Although it is primarily intended for users of the European Union, the class can be used for any kind of curriculum vit\ae\ (possibly with the options \texttt{notitle} and \texttt{nologo}, see below), or even for other kinds of documents: for example, this documentation file has been typeset using the \textsf{europecv} class. The source files are included in the package.
+\medskip
+
+A minimal (empty) curriculum vit\ae, quite similar to the official one, can be obtained with the following code:
+\begin{quote}
+\begin{verbatim}
+\documentclass[helvetica,narrow]{europecv}
+\usepackage{graphicx} % Required to draw the logo
+\begin{document}
+ \begin{europecv}
+ \end{europecv}
+\end{document}
+\end{verbatim}
+\end{quote}
+This produces the following output, having only the \emph{title} (``Europass Curriculum vit\ae''), and the Europass logo:\footnote{It also produces a footer with the page number, not shown here.}
+\bigskip\medskip
+{
+\fontfamily{phv}\fontseries{bc}\selectfont
+\renewcommand{\bfdefault}{bc}
+\begin{europecv}
+\end{europecv}
+}
+
+The main differences with respect to the official model are the use of Helvetica (which should be in any standard \LaTeX\ distribution) instead of Arial, and the use of a vector image instead of a low-resolution bitmap.
+
+\section{A curriculum through class options}
+\renewcommand*{\ecvtitle}{}
+\renewcommand*{\draweuropasslogo}{}
+\begin{europecv}
+\ecvsection{Font options}
+\ecvitem{\texttt{helvetica}}{Uses Helvetica as the default font.}
+\ecvitem{\texttt{arial}}{Uses Arial as the default font. In order for this option to take effect, the font must have been installed and must be accessible through \LaTeX.
+
+How to install fonts in \LaTeX\ goes beyond the scope of this document: read \emph{The Font Installation Guide} you can find on CTAN. The \textsf{europecv} class expects the font filenames to use \texttt{m} for the supplier (Monotype) and \texttt{a1} for the typeface (Arial). For more information, please refer to the \emph{Fontname} guide you can find on CTAN.}
+\ecvitem[15pt]{\texttt{narrow}}{Uses a condensed version of the font. This option must be used with either \texttt{helvetica} or~\texttt{arial}.}
+\ecvitem{Notes}{If no font option is specified, \textsf{europecv} will use the current font.}
+
+\ecvsection{Language options}
+\ecvitem{\texttt{catalan}}{Chooses Catalan language.}
+\ecvitem{\texttt{danish}}{Chooses Danish language.}
+\ecvitem{\texttt{dutch}}{Chooses Dutch language.}
+\ecvitem{\texttt{english}}{Chooses English language. This is the default.}
+\ecvitem{\texttt{french}}{Chooses French language.}
+\ecvitem{\texttt{finnish}}{Chooses Finnish language.}
+\ecvitem{\texttt{german}}{Chooses German language.}
+\ecvitem{\texttt{italian}}{Chooses Italian language.}
+\ecvitem{\texttt{norwegian}}{Chooses Norwegian language.}
+\ecvitem{\texttt{polish}}{Chooses Polish language.}
+\ecvitem{\texttt{portuguese}}{Chooses Portuguese language.}
+\ecvitem{\texttt{spanish}}{Chooses Spanish language.}
+\ecvitem[15pt]{\texttt{swedish}}{Chooses Swedish language.}
+\ecvitem{Notes}{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. Possibly, more languages will be available in the future.
+
+The choice of the language only affects the appearance of the title (``Europass curriculum vit\ae''), the personal information section, the spoken language table and the footer with the page number.
+If you want to use the hyphenation patterns for the language(s) of your choice, you must include the \textsf{babel} package in your document.}
+
+\ecvsection{Flag options}
+\ecvitem{\texttt{noflag}}{Draws no flag after the title. This is the default.}
+\ecvitem{\texttt{flagWB}}{Draws the following: \includegraphics[width=10mm]{EuropeFlagWB} after the title.}
+\ecvitem{\texttt{flagBW}}{Draws the following: \includegraphics[width=10mm]{EuropeFlagBW} after the title.}
+\ecvitem{\texttt{flagCMYK}}{Draws the following: \includegraphics[width=10mm]{EuropeFlagCMYK} after the title.}
+\ecvitem[15pt]{\texttt{flagBlueCMYK}}{Draws the following: \includegraphics[width=10mm]{EuropeFlagBlueCMYK} after the title.}
+\ecvitem{Notes}{The \textsf{graphicx} package must be included in your document for the flag to be drawn. The official model of the Europass~CV does not use any flag.}
+
+\ecvsection{Logo options}
+\ecvitem{\texttt{logo}}{Draws the Europass logo: \includegraphics[width=10mm]{europasslogo} at the beginning of the Europass~CV. This is the default.}
+\ecvitem[15pt]{\texttt{nologo}}{Does not draw the Europass logo.}
+\ecvitem{Notes}{The \textsf{graphicx} package must be included in your document for the Europass logo to be drawn.}
+
+\ecvsection{Title option}
+\ecvitem[15pt]{\texttt{notitle}}{Omits the title (``Europass curriculum vit\ae'') at the beginning of the curriculum vit\ae.}
+\ecvitem{Notes}{Users outside the European Community who might want to use the \textsf{europecv} class may specify \texttt{notitle} and \texttt{nologo} among the class options.}
+\end{europecv}
+
+%\pagebreak
+\section{A curriculum through commands}
+\begin{europecv}
+\ecvsection{Personal information}
+\ecvitem{\ecv{firstname}\texttt{\{}\textit{name}\texttt{\}}}{Sets the first name to \emph{name}.}
+\ecvitem{\ecv{lastname}\texttt{\{}\textit{name}\texttt{\}}}{Sets the last name to \emph{name}.}
+\ecvitem{\ecv{address}\texttt{\{}\textit{addr}\texttt{\}}}{Sets the address to \emph{addr}.}
+\ecvitem{\ecv{telephone}\texttt{\{}\textit{tel}\texttt{\}}}{Sets the telephone number to \emph{tel}.}
+\ecvitem{\ecv{fax}\texttt{\{}\textit{fax}\texttt{\}}}{Sets the fax number to \emph{fax}.}
+\ecvitem{\ecv{email}\texttt{\{}\textit{email}\texttt{\}}}{Sets the email to \emph{email}.}
+\ecvitem{\ecv{nationality}\texttt{\{}\textit{nationality}\texttt{\}}}{Sets the nationality to \emph{nationality}.}
+\ecvitem{\ecv{dateofbirth}\texttt{\{}\textit{birth}\texttt{\}}}{Sets the date of birth to \emph{birth}.}
+\ecvitem{\ecv{gender}\texttt{\{}\textit{gender}\texttt{\}}}{Sets the gender to~\emph{gender}.}
+\ecvitem{\ecv{picture}\texttt{\{}\textit{picture}\texttt{\}}}{Sets the personal picture to be the file \emph{picture}.}
+\ecvitem{\ecv{beforepicture}\texttt{\{}\textit{text}\texttt{\}}}{\textit{text\/} will be included just before inserting the picture when typesetting the personal information.}
+\ecvitem{\ecv{afterpicture}\texttt{\{}\textit{text}\texttt{\}}}{\textit{text\/} will be included just after inserting the picture when typesetting the personal information.}
+\ecvitem[15pt]{\ecv{personalinfo}\texttt{[}\textit{vspace}\texttt{]}}{Typesets personal information.}
+\ecvitem{Notes}{\ecv{personalinfo} must appear only inside a \texttt{europecv} environment. Personal information definition commands can appear anywhere before the \texttt{europecv} environment, either in the preamble or in the document. \ecv{personalinfo} has an optional argument that tells how much vertical space to leave after the personal information block. The picture position can be controlled with \ecv{beforepicture}: for example, \ecv{beforepicture}\texttt{\{\textbackslash raggedleft\}} draws the picture on the right, and \ecv{beforepicture}\texttt{\{\textbackslash centering\}} centers the picture.}
+
+\ecvsection{Sectioning commands}
+\ecvitem{\ecv{section}\texttt{[}\textit{vspace}\texttt{]}\texttt{\{}\textit{title}\texttt{\}}}{Starts a new section. For example, the current section has been started with \ecv{section}\texttt{\{Sectioning commands\}}.}
+\ecvitem{\ecv{item}\texttt{[}\textit{vspace}\texttt{]}\texttt{\{}\textit{left}\texttt{\}}\texttt{\{}\textit{right}\texttt{\}}}{Puts \emph{left\/} text on the left of the vertical rule and \emph{right\/} text on the right of the vertical rule.}
+\ecvitem[15pt]{\ecv{item*}\texttt{[}\textit{vspace}\texttt{]}\texttt{\{}\textit{left}\texttt{\}}\texttt{\{}\textit{right}\texttt{\}}}{\textbf{Deprecated}. The same as above, but produces a small bullet before \emph{left\/} text, as in the next item.}
+\ecvitem*{Notes}{Sectioning commands must be used inside the \texttt{europecv} environment, and text within the environment should be typeset only inside a sectioning command. All of them have an optional argument that specifies how much vertical space to leave \emph{after} that command. For instance, the previous item has been specified by
+\begin{quote}
+\ecv{item}\texttt{[15pt]\{...\}\{...\}}
+\end{quote}
+}
+\ecvsection{Spoken languages}
+\ecvitem{\ecv{mothertongue}\texttt{[}\textit{vspace}\texttt{]} \texttt{\{}\textit{language}\texttt{\}}}{Typesets the mother tongue.}
+\ecvitem{\ecv{languageheader}\texttt{\{}\textit{symbol}\texttt{\}}}{Typesets the header of the language table. The argument is a symbol used as a footnote symbol referring to the language table footer (see below).}
+\ecvitem{\ecv{languagefooter}\texttt{[}\textit{vspace}\texttt{]} \texttt{\{}\textit{symbol}\texttt{\}}}{Prints the line \textit{Common European Framework of Reference (CEF) level}. If present, this command should go after all language descriptions. The \textit{symbol} must coincide with the argument of \ecv{languageheader}.}
+\ecvitem[15pt]{\ecv{language}\texttt{[}\textit{vspace}\texttt{]}\texttt{\{}\textit{l1}\texttt{\}}\texttt{\{}\textit{l2}\texttt{\}} \texttt{\{}\textit{l3}\texttt{\}}\texttt{\{}\textit{l4}\texttt{\}}\texttt{\{}\textit{l5}\texttt{\}}}{Typesets a row of the language table describing a language. The arguments \textit{l1} to~\textit{l5} correspond to the entries in the header, and they should give brief descriptions related to the following abilities:
+\begin{description}
+\item[\textit{l1}:] understanding (listening);
+\item[\textit{l2}:] understanding (reading);
+\item[\textit{l3}:] speaking (spoken interaction);
+\item[\textit{l4}:] speaking (spoken production);
+\item[\textit{l5}:] writing.
+\end{description}
+The content should follow the guidelines of the Common European Framework of Reference for Languages. See Appendix~\ref{sec:selfassess} for reference. Predefined entries are defined below.}
+\ecvitem{Notes}{The above commands (apart from \ecv{languageheader}) have an optional argument \textit{vspace} that specifies how much vertical space to leave after the command.}
+\ecvitem{\ecv{CEF}\texttt{\{}\textit{level}\texttt{\}}\texttt{\{}\textit{descr}\texttt{\}}}{Typesets an entry of the table, where \textit{level} is the self-assessed level code and \textit{descr} is a short description. See Appendix~\ref{sec:selfassess} for reference.}
+\ecvitem{\ecv{AOne}}{Predefined level description: basic user~(A1).}
+\ecvitem{\ecv{ATwo}}{Predefined level description: basic user~(A2).}
+\ecvitem{\ecv{BOne}}{Predefined level description: independent user~(B1).}
+\ecvitem{\ecv{BTwo}}{Predefined level description: independent user~(B2).}
+\ecvitem{\ecv{COne}}{Predefined level description: proficient user~(C1).}
+\ecvitem{\ecv{CTwo}}{Predefined level description: proficient user~(C2).}
+\end{europecv}
+
+As an example, the following code inside the \texttt{europecv} environment:
+\begin{verbatim}
+\ecvmothertongue[10pt]{English}
+\ecvlanguageheader{(*)}
+\ecvlanguage{French}{\ecvCOne}{\ecvCTwo}{\ecvBTwo}{\ecvCOne}{\ecvCTwo}
+\ecvlanguage{German}{\ecvATwo}{\ecvATwo}{\ecvATwo}{\ecvATwo}{\ecvATwo}
+\ecvlanguagefooter{(*)}
+\end{verbatim}
+will produce something similar to the following:
+
+\ecvNoHorRule
+\ecvLeftColumnWidth{3.2cm}
+\begin{europecv}
+\ecvmothertongue[10pt]{English}
+\ecvlanguageheader{(*)}
+\ecvlanguage{French}{\ecvCOne}{\ecvCTwo}{\ecvBTwo}{\ecvCOne}{\ecvCTwo}
+\ecvlanguage{German}{\ecvATwo}{\ecvATwo}{\ecvATwo}{\ecvATwo}{\ecvATwo}
+\ecvlanguagefooter{(*)}
+\end{europecv}
+\ecvWithHorRule
+\ecvLeftColumnWidth{5cm}
+
+Note that you should use tight page margins to make the table fit comfortably.
+
+\begin{europecv}
+\ecvsection{Footnotes}
+\ecvitem{\ecv{footnote}\texttt{\{}\textit{note}\texttt{\}}}{Puts a note in the footer which will appear on every page of the curriculum vit\ae.\footnote{Standard footnotes can also be used inside the \texttt{europecv} environment.}}
+\end{europecv}
+
+Some parameters can be set by using the following commands.
+
+\ecvExtraRowHeight{10pt}
+\ecvColSep{20pt}
+\ecvRuleWidth{2pt}
+\ecvNoHorRule
+\begin{europecv}
+\ecvsection{Fine Tuning}
+\ecvitem{\ecv{WithHorRule}}{Draws a horizontal rule at the beginning of the Europass~CV, which spans the first column. This is the default.}
+\ecvitem{\ecv{NoHorRule}}{Does not draw the horizontal rule at the beginning of the Europass~CV. This part was typeset with \ecv{NoHorRule}.}
+\ecvitem{\ecv{RuleWidth}\texttt{\{}\textit{width}\texttt{\}}}{Sets the thickness of the rules. The default is~\texttt{0.4pt}. This part has been typeset with \ecv{RuleWidth}\texttt{\{2pt\}}.}
+\ecvitem{\ecv{ExtraRowHeight}\texttt{\{}\textit{height}\texttt{\}}}{Puts extra space between \emph{all\/} subsequent items in the \texttt{europecv} environment (including rows of the spoken language table). The default is~\texttt{0pt}. This part has been typeset with \ecv{ExtraRowHeight}\texttt{\{10pt\}}.}
+\ecvitem{\ecv{ColSep}\texttt{\{}\textit{width}\texttt{\}}}{Sets the space between the vertical rule and the surrounding text. The default is~\texttt{12pt}. This part has been typeset with \ecv{ColSep}\texttt{\{20pt\}}.}
+\ecvitem{\ecv{FlagWidth}\texttt{\{}\textit{width}\texttt{\}}}{Sets the size of the flag. The default is~\texttt{10mm}.}
+\ecvitem{\ecv{LogoWidth}\texttt{\{}\textit{width}\texttt{\}}}{Sets the size of the Europass logo. The default is~\texttt{23mm}.}
+\ecvitem{\ecv{LogoOffset}\texttt{\{}\textit{offset}\texttt{\}}}{Adjusts the vertical position of the Europass logo. The default is~\texttt{1cm}.}
+
+\end{europecv}
+\ecvExtraRowHeight{0pt}
+\ecvColSep{12pt}
+\ecvRuleWidth{0.4pt}
+\ecvLeftColumnWidth{6cm}
+\begin{europecv}
+\ecvitem{\ecv{LeftColumnWidth}\texttt{\{}\textit{width}\texttt{\}}}{Sets the text width in the left column to \emph{width}. The right column fills the page. The default is~\texttt{5cm}. This part has been typeset with \ecv{LeftColumnWidth}\texttt{\{6cm\}}.}
+\ecvitem[15pt]{\ecv{TitleKern}}{Changes the kerning of the title. The default value is~\texttt{0.5pt}.}
+\ecvitem[0pt]{Notes}{To change global sizing parameters, such as the page size, the margins and so on, use the \textsf{geometry} package.}
+\cline{2-2}
+\ecvitem{}{You may draw horizontal lines with \texttt{\textbackslash hline} or \texttt{\textbackslash cline}. The line above was obtained by:
+\begin{quote}
+\texttt{\ecv{item}[0pt]\{Notes\}\{\ldots\}\textbackslash cline\{2-2\} \ecv{item}\{\}\{\ldots\}}
+\end{quote}
+}
+\end{europecv}
+\ecvLeftColumnWidth{5cm}
+\ecvWithHorRule
+
+\section{Bibliography}
+The main weakness of this class is related to bibliography. If you insert a bibliography inside the \verb|europecv| environment with a command like:
+\begin{quote}
+\begin{verbatim}
+\ecvsection{Additional Information}
+\ecvitem{}{\bibliographystyle{plain}
+ \nocite{*}
+ \bibliography{mypublications}}
+\end{verbatim}
+\end{quote}
+the bibliography will flow out if it does not fit in the current page. The reason is that the \verb|europecv| environment is a \verb|longtable|, each~\ecv{item} corresponds to a row of the table, and a row cannot be split across pages. Therefore, you can safely put a bibliography using the \verb|\bibliography| command only outside the \verb|europecv| environment. Which may be or may not be what you want.
+
+Another possibility is to use the \textsf{bibentry} package, and put each \verb|\bibentry| command inside an \ecv{item} command:
+\begin{quote}
+%\ecvsection{Additional Information}
+\begin{verbatim}
+\ecvitem{}{\textsc{Publications}}
+\ecvitem{}{\bibentry{pub1}}
+[...]
+\ecvitem{}{\bibentry{pubN}}
+\end{verbatim}
+\end{quote}
+ The drawback of this solution is that you have to use a \verb|\bibentry| command for each bibliography item you want to appear. If you have written many publications, this can be a pain in the neck. Unfortunately, the only solution I know is to write a script to perform the task automatically.
+
+\section{Dependencies}
+The \textsf{europecv} class is built upon the \textsf{article} class, so you can use all standard \textsf{article} options, such as \verb|12pt|, \verb|draft|, \verb|a4paper|, and so on. It requires the \textsf{array}, \textsf{longtable} and \textsf{fancyhdr} packages, which should be available by default on any decent \LaTeX\ distribution.
+
+\section{Official Europass CV and \textsf{europecv}: the differences}
+Unless you want to install Arial Narrow, you will probably typeset your curriculum vit\ae\ in condensed Helvetica typeface if you want to adhere to the standard model. Differences are however quite small:
+\begin{quote}
+\fontfamily{phv}\fontseries{mc}\selectfont Condensed Helvetica:\\
+A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 0 1 2 3 4 5 6 7 8 9\\
+a b c d e f g h i j k l m n o p q r s t u v w x y z ! ? \$ \% \& / ( ) \# *
+
+\end{quote}
+\begin{quote}
+\fontfamily{ma1}\fontseries{mc}\selectfont Arial Narrow:\\
+A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 0 1 2 3 4 5 6 7 8 9\\
+a b c d e f g h i j k l m n o p q r s t u v w x y z ! ? \$ \% \& / ( ) \# *
+\end{quote}
+
+The \textsf{europecv} class uses standard LaTeX relative font sizes, so there are a few mismatches with respect to the official template. The vertical rule is thinner than the official one, but this can easily be changed with \ecv{RuleWidth}. The last noticeable difference is the span of the vertical rule, which in the official model goes through the page footer. The \textsf{europecv} class keeps the footer separate from the text of the curriculum vit\ae.
+
+\section{Acknowledgments}
+Thanks to Johann for adding Norwegian language definitions, to Thomas Clijsner for adding Dutch language definitions, and to Ivan Lloro Boada for adding Catalan language definitions. Thanks to Axel Kielhorn for providing a complete German translation and a German template, and to Andrzej Lichnerowicz for providing a complete Polish translation and a Polish template file. Thanks to Antonio Ospite for providing the first version of a vector image of the Europass logo, and to Jo\~ao Ventura for providing the current vector pictures of the Europass logo.
+
+\section{Disclaimer}
+I was not involved in any way in the development of the Europass~CV, as I was not involved in the definition of the previous European~CV. So, if you don't like it (I don't), don't complain to me, but write to the European Commission and teach them about good style and typography. And, maybe, about~\TeX.
+
+I am not a \TeX pert or a typographer, so I may have introduced typographical mistakes myself, and the class may contain bugs. Please let me know of anything wrong, but use at your own risk.
+
+The flags have been downloaded from \url{http://europa.eu.int/abc/symbols/emblem/index_en.htm}. The vector image of the logo (in \texttt{eps} and~\texttt{pdf} format) is an unofficial version that was kindly provided by Jo\~ao Ventura. As far as I can understand, distributing those files within this class does not violate any license or copyright.
+
+\section{License}
+All files in this package may be distributed under the terms of the \LaTeX\ Project Public License. See \url{http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html} for the details of that license.
+
+\appendix
+
+\section{Language self-assessment}\label{sec:selfassess}
+The following is a short description of the different levels of language assessment as defined by the \emph{Common European Framework of Reference for Languages}. See \url{http://www.coe.int/T/E/Cultural_Co-operation/education/Languages/Language_Policy/Common_Framework_of_Reference/default.asp} for more details.
+
+\subsection*{Understanding}
+\subsubsection*{Listening}
+\begin{description}
+\item[A1:] I can understand familiar words and very basic phrases concerning myself, my family and immediate surroundings when people speak slowly and clearly.
+\item[A2:] I can understand phrases and the highest frequency vocabulary related to areas of most immediate personal relevance (e.g. very basic personal and family information, shopping, local area, employment). I can catch the main points in short, clear, simple messages and announcements.
+\item[B1:] I can understand the main points of clear standard speech on familiar matters regularly encountered in work, school, leisure, etc. I can understand the main points of many radio or TV programmes on current affairs or topics of personal or professional interest when the delivery is relatively slow and clear.
+\item[B2:] I can understand extended speech and lectures and follow even complex lines of argument provided the topic is reasonably familiar. I can understand most TV news and current affairs programmes. I can understand the majority of films in standard dialect.
+\item[C1:] I can understand extended speech even when it is not clearly structured and when relationships are only implied and not signalled explicitly. I can understand television programmes and films without too much effort.
+\item[C2:] I have no difficulty in understanding any kind of spoken language, whether live or broadcast, even when delivered at fast native speed, provided I have some time to get familiar with the accent.
+\end{description}
+
+\subsubsection*{Reading}
+\begin{description}
+\item[A1:] I can understand familiar names, words and very simple sentences, for example on notices and posters or in catalogues.
+
+\item[A2:] I can read very short, simple texts. I can find specific, predictable information in simple everyday material such as advertisements, prospectuses, menus and timetables and I can understand short simple personal letters.
+
+\item[B1:] I can understand texts that consist mainly of high frequency everyday or job-related language. I can understand the description of events, feelings and wishes in personal letters.
+
+\item[B2:] I can read articles and reports concerned with contemporary problems in which the writers adopt particular attitudes or viewpoints. I can understand contemporary literary prose.
+
+\item[C1:] I can understand long and complex factual and literary texts, appreciating distinctions of style. I can understand specialised articles and longer technical instructions, even when they do not relate to my field.
+
+\item[C2:] I can read with ease virtually all forms of the written language, including abstract, structurally or linguistically complex texts such as manuals, specialised articles and literary works.
+\end{description}
+
+\subsection*{Speaking}
+\subsubsection*{Spoken interaction}
+\begin{description}
+\item[A1:] I can interact in a simple way provided the other person is prepared to repeat or rephrase things at a slower rate of speech and help me formulate what I'm trying to say. I can ask and answer simple questions in areas of immediate need or on very familiar topics.
+
+\item[A2:] I can communicate in simple and routine tasks requiring a simple and direct exchange of information on familiar topics and activities. I can handle very short social exchanges, even though I can't usually understand enough to keep the conversation going myself.
+
+\item[B1:] I can deal with most situations likely to arise whilst travelling in an area where the language is spoken. I can enter unprepared into conversation on topics that are familiar, of personal interest or pertinent to everyday life (e.g. family, hobbies, work, travel and current events).
+
+\item[B2:] I can interact with a degree of fluency and spontaneity that makes regular interaction with native speakers quite possible. I can take an active part in discussion in familiar contexts, accounting for and sustaining my views.
+
+\item[C1:] I can express myself fluently and spontaneously without much obvious searching for expressions. I can use language flexibly and effectively for social and professional purposes. I can formulate ideas and opinions with precision and relate my contribution skilfully to those of other speakers.
+
+\item[C2:] I can take part effortlessly in any conversation or discussion and have a good familiarity with idiomatic expressions and colloquialisms. I can express myself fluently and convey finer shades of meaning precisely. If I do have a problem I can backtrack and restructure around the difficulty so smoothly that other people are hardly aware of it.
+\end{description}
+
+\subsubsection*{Spoken production}
+\begin{description}
+\item[A1:] I can use simple phrases and sentences to describe where I live and people I know.
+
+\item[A2:] I can use a series of phrases and sentences to describe, in simple terms, my family and other people, living conditions, my educational background and my present or most recent job.
+
+\item[B1:] I can connect phrases in a simple way in order to describe experiences and events, my dreams, hopes and ambitions. I can briefly give reasons and explanations for opinions and plans. I can narrate a story or relate the plot of a book or film and describe my reactions.
+
+\item[B2:] I can present clear, detailed descriptions on a wide range of subjects related to my field of interest. I can explain a viewpoint on a topical issue giving the advantages and disadvantages of various options.
+
+\item[C1:] I can present clear, detailed descriptions of complex subjects integrating sub-themes, developing particular points and rounding off with an appropriate conclusion.
+
+\item[C2:] I can present a clear, smoothly-flowing description or argument in a style appropriate to the context and with an effective logical structure which helps the recipient to notice and remember significant points.
+\end{description}
+
+\subsection*{Writing}
+\begin{description}
+\item[A1:] I can write a short, simple postcard, for example sending holiday greetings. I can fill in forms with personal details, for example entering my name, nationality and address on a hotel registration form.
+
+\item[A2:] I can write short, simple notes and messages. I can write a very simple personal letter, for example thanking someone for something.
+
+\item[B1:] I can write simple connected text on topics which are familiar or of personal interest. I can write personal letters describing experiences and impressions.
+
+\item[B2:] I can write clear, detailed text on a wide range of subjects related to my interests. I can write an essay or report, passing on information or giving reasons in support of or against a particular point of view. I can write letters highlighting the personal significance of events and experiences.
+
+\item[C1:] I can express myself in clear, well-structured text, expressing points of view at some length. I can write about complex subjects in a letter, an essay or a report, underlining what I consider to be the salient issues. I can select a style appropriate to the reader in mind.
+
+\item[C2:] I can write clear, smoothly-flowing text in an appropriate style. I can write complex letters, reports or articles which present a case with an effective logical structure which helps the recipient to notice and remember significant points. I can write summaries and reviews of professional or literary works.
+\end{description}
+\end{document}
+
+
diff --git a/Master/texmf-dist/doc/latex/europecv/examples/cv_template_de.pdf b/Master/texmf-dist/doc/latex/europecv/examples/cv_template_de.pdf
new file mode 100644
index 00000000000..1d283e2d65a
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/europecv/examples/cv_template_de.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/europecv/examples/cv_template_de.tex b/Master/texmf-dist/doc/latex/europecv/examples/cv_template_de.tex
new file mode 100644
index 00000000000..7cd1f88f33a
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/europecv/examples/cv_template_de.tex
@@ -0,0 +1,86 @@
+\documentclass[german,helvetica,narrow,openbib]{europecv}
+\usepackage[T1]{fontenc}
+\usepackage[a4paper,top=1.27cm,left=1cm,right=1cm,bottom=2cm]{geometry}
+\usepackage{ifpdf}
+\usepackage{bibentry}
+\usepackage[english]{babel}
+\usepackage{url}
+\ifpdf
+ \usepackage[pdftex]{graphicx}
+\else
+ \usepackage{graphicx}
+\fi
+\ecvLeftColumnWidth{4cm}
+\renewcommand{\ttdefault}{phv} % Uses Helvetica instead of fixed width font
+
+\ecvlastname{Nachname(n)}
+\ecvfirstname{Vorname(n)}
+\ecvaddress{Stra\ss e, Hausnummer, Postleitzahl, Ort, Staat }
+\ecvtelephone{(Falls nicht relevant, bitte l\"oschen (siehe Anleitung)}
+\ecvfax{(Falls nicht relevant, bitte l\"oschen (siehe Anleitung)}
+\ecvemail{\url{email@address.com} (Falls nicht relevant, bitte l\"oschen (siehe Anleitung)}
+\ecvnationality{(Falls nicht relevant, bitte l\"oschen (siehe Anleitung)}
+\ecvdateofbirth{(Falls nicht relevant, bitte l\"oschen (siehe Anleitung)}
+\ecvgender{(Falls nicht relevant, bitte l\"oschen (siehe Anleitung)}
+%\ecvpicture[width=2cm]{mypicture}
+
+\begin{document}
+\selectlanguage{english}
+
+\ecvfootnote{Weitere Informationen finden Sie unter\\ \url{http://europass.cedefop.eu.int}\\
+\textcopyright~ Europ\"aische Gemeinschsften, 2003.}
+
+\begin{europecv}
+\ecvpersonalinfo[20pt]
+
+\ecvitem{\large\textbf{Gew\"unschte Besch\"aftigung /
+Gew\"unschtes Berufsfeld}}{\large\textbf{(Falls nicht relevant, bitte l\"oschen (siehe Anleitung)}}
+
+\ecvsection{Berufserfahrung}
+\ecvitem{Datum}{Mit der am k\"urzesten zur\"uckliegenden Berufserfahrung beginnen und f\"ur jeden relevanten Arbeitsplatz separate Eintragungen vornehmen. Falls nicht relevant, Zeile bitte l\"oschen (siehe Anleitung).}
+\ecvitem{Beruf oder Funktion}{\ldots}
+\ecvitem{Wichtigste T\"atigkeiten und Zust\"andigkeiten}{\ldots}
+\ecvitem{Name und Adresse des Arbeitgebers}{\ldots}
+\ecvitem{T\"atigkeitsbereich oder Branche}{\ldots}
+
+\ecvsection{Schul- und berufsbildung}
+
+\ecvitem{Datum}{Mit der am k\"urzesten zur\"uckliegenden Ma\ss nahme beginnen und f\"ur jeden abgeschlossenen Bildungs- und Ausbildungsgang separate Eintragungen vornehmen. Falls nicht relevant, Zeile bitte l\"oschen (siehe Anleitung).}
+\ecvitem{Bezeichnung der erworbenen Qualifikation}{\ldots}
+\ecvitem{Hauptf\"acher/berufliche F\"ahigkeiten}{\ldots}
+\ecvitem{Name und Art der Bildungs- oder Ausbildungseinrichtung}{\ldots}
+\ecvitem{Stufe der nationalen oder internationalen Klassifikation}{\ldots}
+
+\ecvsection{Pers\"onliche F\"ahigkeiten und Kompetenzen}
+
+\ecvmothertongue[5pt]{Muttersprache angeben}
+\ecvitem{\large Sonstige Sprache(n)}{}
+\ecvlanguageheader{(*)}
+\ecvlanguage{Sprache}{}{}{}{}{}
+\ecvlanguage{Sprache}{}{}{}{}{}
+\ecvlanguagefooter[10pt]{(*)}
+
+\ecvitem[10pt]{\large Soziale F\"ahigkeiten und Kompetenzen}{\ldots}
+\ecvitem[10pt]{\large Organisatorische F\"ahigkeiten und Kompetenzen}{\ldots}
+\ecvitem[10pt]{\large Technische F\"ahigkeiten und Kompetenzen}{\ldots}
+\ecvitem[10pt]{\large IKT-Kenntnisse und Kompetenzen}{\ldots}
+\ecvitem[10pt]{\large K\"unstlerische F\"ahigkeiten und Kompetenzen}{\ldots}
+\ecvitem[10pt]{\large Sonstige F\"ahigkeiten und Kompetenzen}{\ldots}
+\ecvitem{\large F\"uhrerschein(e)}{\ldots}
+
+\ecvsection{Zus\"atzliche Angaben}
+\ecvitem[10pt]{}{Hier weitere Angaben machen, die relevant sein k\"onnen, z.B. zu Kontaktpersonen, Referenzen usw. Falls nicht relevant, Rubrik bitte l\"oschen (siehe Anleitung)}
+\bibliographystyle{plain}
+\nobibliography{publications}
+\ecvitem{}{\textbf{Publikationen}}
+\ecvitem{}{\bibentry{pub1}}
+\ecvitem[10pt]{}{\bibentry{pub2}}
+\ecvitem{}{\textbf{rivate Interessen und Hobbies}}
+\ecvitem{}{\ldots}
+
+\ecvsection{Anlagen}
+\ecvitem{}{Gegebenenfalls Anlagen auflisten. Falls nicht relevant, Rubrik bitte l\"oschen (siehe Anleitung)}
+\end{europecv}
+
+
+\end{document} \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/europecv/examples/cv_template_en.pdf b/Master/texmf-dist/doc/latex/europecv/examples/cv_template_en.pdf
new file mode 100644
index 00000000000..e5dcd571e7d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/europecv/examples/cv_template_en.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/europecv/examples/cv_template_en.tex b/Master/texmf-dist/doc/latex/europecv/examples/cv_template_en.tex
new file mode 100644
index 00000000000..74fa0255216
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/europecv/examples/cv_template_en.tex
@@ -0,0 +1,85 @@
+\documentclass[helvetica,narrow,openbib]{europecv}
+\usepackage[T1]{fontenc}
+\usepackage[a4paper,top=1.27cm,left=1cm,right=1cm,bottom=2cm]{geometry}
+\usepackage{ifpdf}
+\usepackage{bibentry}
+\usepackage[english]{babel}
+\usepackage{url}
+\ifpdf
+ \usepackage[pdftex]{graphicx}
+\else
+ \usepackage{graphicx}
+\fi
+
+\renewcommand{\ttdefault}{phv} % Uses Helvetica instead of fixed width font
+
+\ecvlastname{Surname(s)}
+\ecvfirstname{First name(s)}
+\ecvaddress{House number, street name, postcode, city, country}
+\ecvtelephone{(Remove if not relevant)}
+\ecvfax{(Remove if not relevant)}
+\ecvemail{\url{email@address.com} (Remove if not relevant)}
+\ecvnationality{(Remove if not relevant)}
+\ecvdateofbirth{(Remove if not relevant)}
+\ecvgender{(Remove if not relevant)}
+%\ecvpicture[width=2cm]{mypicture}
+
+\begin{document}
+\selectlanguage{english}
+
+\ecvfootnote{For more information go to \url{http://europass.cedefop.eu.int}\\
+\textcopyright~European Communities, 2003.}
+
+\begin{europecv}
+\ecvpersonalinfo[20pt]
+
+\ecvitem{\large\textbf{Desired employment/ Occupational~field}}{\large\textbf{(Remove if not relevant)}}
+
+\ecvsection{Work experience}
+\ecvitem{Dates}{Add separate entries for each relevant post occupied, starting from the most recent. (Remove if not relevant).}
+\ecvitem{Occupation or position held}{\ldots}
+\ecvitem{Main activities and responsibilities}{\ldots}
+\ecvitem{Name and address of employer}{\ldots}
+\ecvitem{Type of business or sector}{\ldots}
+
+\ecvsection{Education and training}
+
+\ecvitem{Dates}{Add separate entries for each relevant course you have completed, starting from the most recent. (Remove if not relevant).}
+\ecvitem{Title of qualification awarded}{\ldots}
+\ecvitem{Principal subjects/Occupational skills covered}{\ldots}
+\ecvitem{Name and type of organization providing education and training}{\ldots}
+\ecvitem{Level in national or international classification\footnote{If appropriate.}}{\ldots}
+
+\ecvsection{Personal skills and~competences}
+
+\ecvmothertongue[5pt]{Specify mother tongue}
+\ecvitem{\large Other language(s)}{}
+\ecvlanguageheader{(*)}
+\ecvlanguage{Language}{}{}{}{}{}
+\ecvlanguage{Language}{}{}{}{}{}
+\ecvlanguagefooter[10pt]{(*)}
+
+\ecvitem[10pt]{\large Social skills and competences}{Replace this text by a description of these competences and indicate where they were acquired (remove if not relevant).}
+\ecvitem[10pt]{\large Organisational skills and competences}{Replace this text by a description of these competences and indicate where they were acquired (remove if not relevant).}
+\ecvitem[10pt]{\large Technical skills and competences}{Replace this text by a description of these competences and indicate where they were acquired (remove if not relevant).}
+\ecvitem[10pt]{\large Computer skills and competences}{Replace this text by a description of these competences and indicate where they were acquired (remove if not relevant).}
+\ecvitem[10pt]{\large Artistic skills and competences}{Replace this text by a description of these competences and indicate where they were acquired (remove if not relevant).}
+\ecvitem[10pt]{\large Other skills and competences}{Replace this text by a description of these competences and indicate where they were acquired (remove if not relevant).}
+\ecvitem{\large Driving licence(s)}{State here whether you hold a driving licence and if so for which categories of vehicle. (Remove if not relevant).}
+
+\ecvsection{Additional information}
+\ecvitem[10pt]{}{Include here any other information that may be relevant, for example contact persons, references, etc. (Remove heading if not relevant).}
+\bibliographystyle{plain}
+\nobibliography{publications}
+\ecvitem{}{\textbf{Publications}}
+\ecvitem{}{\bibentry{pub1}}
+\ecvitem[10pt]{}{\bibentry{pub2}}
+\ecvitem{}{\textbf{Personal interests}}
+\ecvitem{}{\ldots}
+
+\ecvsection{Annexes}
+\ecvitem{}{List any item attached to the CV}
+\end{europecv}
+
+
+\end{document} \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/europecv/examples/cv_template_it.pdf b/Master/texmf-dist/doc/latex/europecv/examples/cv_template_it.pdf
new file mode 100644
index 00000000000..f3bdd31f6dc
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/europecv/examples/cv_template_it.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/europecv/examples/cv_template_it.tex b/Master/texmf-dist/doc/latex/europecv/examples/cv_template_it.tex
new file mode 100644
index 00000000000..19ba3aa0728
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/europecv/examples/cv_template_it.tex
@@ -0,0 +1,85 @@
+\documentclass[helvetica,narrow,openbib,italian]{europecv}
+\usepackage[T1]{fontenc}
+\usepackage[a4paper,top=1.27cm,left=1cm,right=1cm,bottom=2cm]{geometry}
+\usepackage{ifpdf}
+\usepackage{bibentry}
+\usepackage[italian]{babel}
+\usepackage{url}
+\ifpdf
+ \usepackage[pdftex]{graphicx}
+\else
+ \usepackage{graphicx}
+\fi
+
+\renewcommand{\ttdefault}{phv} % Uses Helvetica instead of fixed width font
+
+\ecvlastname{Cognome/i}
+\ecvfirstname{Nome/i}
+\ecvaddress{Numero civico, via, codice postale, citt\`a, nazione}
+\ecvtelephone{Facoltativo}
+\ecvfax{Facoltativo}
+\ecvemail{\url{email@address.com} Facoltativo}
+\ecvnationality{Facoltativo}
+\ecvdateofbirth{Facoltativo}
+\ecvgender{Facoltativo}
+%\ecvpicture[width=2cm]{mypicture}
+
+\begin{document}
+\selectlanguage{italian}
+
+\ecvfootnote{Per ulteriori informazioni: \url{http://europass.cedefop.eu.int}\\
+\textcopyright~European Communities, 2003.}
+
+\begin{europecv}
+\ecvpersonalinfo[20pt]
+
+\ecvitem{\large\textbf{Impiego ricercato/ Settore di competenza}}{\large\textbf{Facoltativo}}
+
+\ecvsection{Esperienza professionale}
+\ecvitem{Date}{Iniziare con le informazioni pi\'u recenti ed elencare separatamente ciascun impiego pertinente ricoperto. Facoltativo.}
+\ecvitem{Funzione o posto occupato}{\ldots}
+\ecvitem{Principali mansioni e responsabilit\`a}{\ldots}
+\ecvitem{Nome e indirizzo del datore di lavoro}{\ldots}
+\ecvitem{Tipo o settore d'attivit\`a}{\ldots}
+
+\ecvsection{Istruzione e formazione}
+
+\ecvitem{Date}{Iniziare con le informazioni pi\'u recenti ed elencare separatamente ciascun corso frequentato con successo. Facoltativo.}
+\ecvitem{Certificato o diploma ottenuto}{\ldots}
+\ecvitem{Principali materie/Competenze professionali apprese}{\ldots}
+\ecvitem{Nome e tipo d'istituto di istruzione o formazione}{\ldots}
+\ecvitem{Livello nella classificazione nazionale o internazionale\footnote{Se pertinente.}}{\ldots}
+
+\ecvsection{Capacit\`a e competenze professionali}
+
+\ecvmothertongue[5pt]{Precisare madrelingua/e}
+\ecvitem{\large Altra/e lingua/e}{}
+\ecvlanguageheader{(*)}
+\ecvlanguage{Lingua}{}{}{}{}{}
+\ecvlanguage{Lingua}{}{}{}{}{}
+\ecvlanguagefooter[10pt]{(*)}
+
+\ecvitem[10pt]{\large Capacit\`a e competenze sociali}{Descrivere tali competenze e indicare dove sono state acquisite. Facoltativo.}
+\ecvitem[10pt]{\large Capacit\`a e competenze organizzative}{Descrivere tali competenze e indicare dove sono state acquisite. Facoltativo.}
+\ecvitem[10pt]{\large Capacit\`a e competenze tecniche}{Descrivere tali competenze e indicare dove sono state acquisite. Facoltativo.}
+\ecvitem[10pt]{\large Capacit\`a e competenze informatiche}{Descrivere tali competenze e indicare dove sono state acquisite. Facoltativo.}
+\ecvitem[10pt]{\large Capacit\`a e competenze artistiche}{Descrivere tali competenze e indicare dove sono state acquisite. Facoltativo.}
+\ecvitem[10pt]{\large Altre capacit\`a e competenze}{Descrivere tali competenze e indicare dove sono state acquisite. Facoltativo.}
+\ecvitem{\large Patente/i}{Indicare la(e) patente(i) di cui siete titolari precisandone la categoria. Facoltativo.}
+
+\ecvsection{Ulteriori informazioni}
+\ecvitem[10pt]{}{Inserire qui ogni altra informazione utile, ad esempio persone di riferimento, referenze, etc\ldots Facoltativo.}
+\bibliographystyle{plain}
+\nobibliography{publications}
+\ecvitem{}{\textbf{Pubblicazioni}}
+\ecvitem{}{\bibentry{pub1}}
+\ecvitem[10pt]{}{\bibentry{pub2}}
+\ecvitem{}{\textbf{Interessi personali}}
+\ecvitem{}{\ldots}
+
+\ecvsection{Allegati}
+\ecvitem{}{Enumerare gli allegati al CV.}
+\end{europecv}
+
+
+\end{document} \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/europecv/examples/cv_template_pl.pdf b/Master/texmf-dist/doc/latex/europecv/examples/cv_template_pl.pdf
new file mode 100644
index 00000000000..cfae9a32fae
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/europecv/examples/cv_template_pl.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/europecv/examples/cv_template_pl.tex b/Master/texmf-dist/doc/latex/europecv/examples/cv_template_pl.tex
new file mode 100644
index 00000000000..b13d8464645
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/europecv/examples/cv_template_pl.tex
@@ -0,0 +1,91 @@
+\documentclass[helvetica,narrow,openbib,polish]{europecv}
+\usepackage[T1]{fontenc}
+\usepackage[a4paper,top=1.27cm,left=1cm,right=1cm,bottom=2cm]{geometry}
+\usepackage{ifpdf}
+\usepackage{bibentry}
+\usepackage[polish]{babel}
+\usepackage{url}
+\ifpdf
+ \usepackage[pdftex]{graphicx}
+\else
+ \usepackage{graphicx}
+\fi
+
+\renewcommand{\ttdefault}{phv}
+
+\ecvlastname{Nazwisko}
+\ecvfirstname{Imi\k{e}}
+\ecvaddress{Ulica, nr domu, kod pocztowy, miejscowo\'s\'c, kraj}
+\ecvtelephone{(Usun\k{a}\'c nag{\l}\'owek, je\'sli nie dotyczy (patrz: \emph{Wskaz\'owki}))}
+\ecvfax{(Usun\k{a}\'c nag{\l}\'owek, je\'sli nie dotyczy (patrz: \emph{Wskaz\'owki}))}
+\ecvemail{\url{email@adres.pl} (Usun\k{a}\'c nag{\l}\'owek, je\'sli nie dotyczy (patrz: \emph{Wskaz\'owki}))}
+\ecvnationality{(Usun\k{a}\'c nag{\l}\'owek, je\'sli nie dotyczy (patrz: \emph{Wskaz\'owki}))}
+\ecvdateofbirth{(Usun\k{a}\'c nag{\l}\'owek, je\'sli nie dotyczy (patrz: \emph{Wskaz\'owki}))}
+\ecvgender{(Usun\k{a}\'c nag{\l}\'owek, je\'sli nie dotyczy (patrz: \emph{Wskaz\'owki}))}
+%\ecvpicture[width=2cm]{mypicture}
+
+\begin{document}
+\selectlanguage{polish}
+
+\ecvfootnote{Wi\k{e}cej o Europass: \url{http://europass.cedefop.eu.int}\\
+\textcopyright~Wsp\'olnoty Europejskie, 2003.}
+
+\begin{europecv}
+\ecvpersonalinfo[20pt]
+
+\ecvitem{\large\textbf{Preferowane miejsce zatrudnienia / charakter~pracy}}{\large\textbf{(Usun\k{a}\'c nag{\l}\'owek, je\'sli nie dotyczy (patrz: Wskaz\'owki))}}
+
+\ecvsection{Do\'swiadczenie zawodowe}
+\ecvitem{Daty}{Opisa\'c oddzielnie ka\.zde zajmowane stanowisko, pocz\k{a}wszy od ostatniego. (Usun\k{a}\'c nag{\l}\'owek, je\'sli nie dotyczy (patrz: \emph{Wskaz\'owki})).}
+\ecvitem{Zaw\'od lub zajmowane stanowisko}{\ldots}
+\ecvitem{Podstawowy zakres prac i obowi\k{a}zk\'ow}{\ldots}
+\ecvitem{Nazwa i adres pracodawcy}{\ldots}
+\ecvitem{Typ dzia{\l}alno\'sci lub sektor}{\ldots}
+
+\ecvsection{Wykszta{\l}cenie i odbyte szkolenia}
+
+\ecvitem{Daty}{Opisa\'c oddzielnie ka\.zdy uko\'nczony typ / rodzaj kursu / kszta{\l}cenia, pocz\k{a}wszy od ostatniego. (Usun\k{a}\'c nag{\l}\'owek, je\'sli nie dotyczy (patrz: \emph{Wskaz\'owki})).}
+\ecvitem{Nazwa/tytu{\l} uzyskanych kwalifikacji}{\ldots}
+\ecvitem{Podstawowe dziedziny kszta{\l}cenia / nabyte umiej\k{e}tno\'sci zawodowe}{\ldots}
+\ecvitem{Nazwa i typ instytucji edukacyjnej / szkoleniowej}{\ldots}
+\ecvitem{Poziom w klasyfikacji krajowej lub mi\k{e}dzynarodowej}{(Usun\k{a}\'c nag{\l}\'owek, je\'sli nie dotyczy (patrz: \emph{Wskaz\'owki}))}
+
+\ecvsection{Umiej\k{e}tno\'sci i kompetencje}
+
+\ecvmothertongue[5pt]{Okre\'sli\'c j\k{e}zyk ojczysty (poda\'c inne j\k{e}zyki ojczyste, je\'sli dotyczy)}
+\ecvitem{\large Inne j\k{e}zyki}{}
+\ecvlanguageheader{(*)}
+\ecvlanguage{J\k{e}zyk}{}{}{}{}{}
+\ecvlanguage{J\k{e}zyk}{}{}{}{}{}
+\ecvlanguagefooter[10pt]{(*)}
+
+\ecvitem[10pt]{\large Umiej\k{e}tno\'sci i kompetencje spo{\l}eczne}{Opisa\'c tego rodzaju kompetencje i poda\'c miejsce ich uzyskania. (Usun\k{a}\'c nag{\l}\'owek, je\'sli nie dotyczy (patrz: \emph{Wskaz\'owki})).}
+\ecvitem[10pt]{\large Umiej\k{e}tno\'sci i kompetencje organizacyjne}{Opisa\'c tego rodzaju kompetencje i poda\'c miejsce ich uzyskania. (Usun\k{a}\'c nag{\l}\'owek, je\'sli nie dotyczy (patrz: \emph{Wskaz\'owki})).}
+\ecvitem[10pt]{\large Umiej\k{e}tno\'sci i kompetencje techniczne}{Opisa\'c tego rodzaju kompetencje i poda\'c miejsce ich uzyskania. (Usun\k{a}\'c nag{\l}\'owek, je\'sli nie dotyczy (patrz: \emph{Wskaz\'owki})).}
+\ecvitem[10pt]{\large Umiej\k{e}tno\'sci i kompetencje w zakresie obs{\l}ugi komputera}{Opisa\'c tego rodzaju kompetencje i poda\'c miejsce ich uzyskania. (Usun\k{a}\'c nag{\l}\'owek, je\'sli nie dotyczy (patrz: \emph{Wskaz\'owki})).}
+\ecvitem[10pt]{\large Umiej\k{e}tno\'sci i kompetencje artystyczne}{Opisa\'c tego rodzaju kompetencje i poda\'c miejsce ich uzyskania. (Usun\k{a}\'c nag{\l}\'owek, je\'sli nie dotyczy (patrz: \emph{Wskaz\'owki})).}
+\ecvitem[10pt]{\large Inne umiej\k{e}tno\'sci i kompetencje}{Opisa\'c tego rodzaju kompetencje i poda\'c miejsce ich uzyskania. (Usun\k{a}\'c nag{\l}\'owek, je\'sli nie dotyczy (patrz: \emph{Wskaz\'owki})).}
+\ecvitem{\large Prawo jazdy}{Poda\'c, czy posiada si\k{e} prawo jazdy; je\'sli tak, to jakiej kategorii. (Usun\k{a}\'c nag{\l}\'owek, je\'sli nie dotyczy (patrz: \emph{Wskaz\'owki})).}
+
+\ecvsection{Informacje dodatkowe}
+\ecvitem[10pt]{}{Poda\'c inne informacje, kt\'ore mog\k{a} by\'c istotne, np. osoby kontaktowe, referencje, itd. (Usun\k{a}\'c nag{\l}\'owek, je\'sli nie dotyczy (patrz: \emph{Wskaz\'owki})).}
+\bibliographystyle{plain}
+\nobibliography{publications}
+\ecvitem{}{\textbf{Publikacje}}
+\ecvitem{}{\bibentry{pub1}}
+\ecvitem[10pt]{}{\bibentry{pub2}}
+\ecvitem{}{\textbf{Zainteresowania}}
+\ecvitem{}{\ldots}
+
+\ecvsection{Za{\l}\k{a}czniki}
+\ecvitem{}{Wymieni\'c wszystkie za{\l}\k{a}czniki.}
+\end{europecv}
+
+\vspace{1.5cm}
+Wyra\.zam zgod\k{e} na przetwarzanie moich danych osobowych zawartych w niniejszej aplikacji dla potrzeb realizacji procesu rekrutacji (zgodnie z Ustaw\k{a} z dn.29.08.1997 r. o ochronie danych osobowych, Dz. U. nr 133, poz.883).
+\vspace{0.5cm}
+\begin{flushright}
+Miejscowo\'s\'c, data
+\end{flushright}
+
+\end{document} \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/europecv/examples/minimal.pdf b/Master/texmf-dist/doc/latex/europecv/examples/minimal.pdf
new file mode 100644
index 00000000000..8ee5b2a697a
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/europecv/examples/minimal.pdf
@@ -0,0 +1,1482 @@
+%PDF-1.4
+4 0 obj <<
+/Length 328
+/Filter /FlateDecode
+>>
+stream
+xڍRMOA ϯq9L\ULqoȁ,`H !٤}i߼,Ꮐl,$lU5)#eЕ  R)*
+MJgE'2"FGp
+)<k ` 7i"İY7eڦ>1,V
+G# -]࡞@Pu}.q*`R@{)d"aqV8}\Jl ^]umW{
+SkɅSð f bh?O1ޭmmOOwݖ&[-nյ}ܿa8 ی
+endstream
+endobj
+3 0 obj <<
+/Type /Page
+/Contents 4 0 R
+/Resources 2 0 R
+/MediaBox [0 0 595.276 841.89]
+/Parent 11 0 R
+>> endobj
+1 0 obj <<
+/Type /XObject
+/Subtype /Form
+/FormType 1
+/PTEX.FileName (/Users/vita/Library/texmf/tex/latex/europecv/europasslogo.pdf)
+/PTEX.PageNumber 1
+/PTEX.InfoDict 12 0 R
+/Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000]
+/BBox [0.00000000 0.00000000 4256.00000000 2352.00000000]
+/Resources <<
+/ProcSet [ /PDF ]
+/ExtGState <<
+/GS1 13 0 R
+>>>>
+/Length 33212
+>>
+stream
+0 0 0 0 k
+/GS1 gs
+0.06 2352 4255.94 -2351.94 re
+f
+0.51 0.255 0 0.49 k
+1 i
+2863 2059 m
+2865.667 2057.5 2870.167 2054.833 2873 2057.5 c
+2876.833 2061.167 2877.167 2069 2878.667 2074 c
+2882.333 2086.5 2889.667 2099.167 2892 2112 c
+2904.333 2112.333 2907.5 2138.167 2911 2148 c
+2925.167 2187 2938 2227 2949.5 2267 c
+2952.667 2277.833 2957.833 2289.667 2958.667 2301 c
+2958.833 2304 2960.167 2310.667 2957.333 2312.833 c
+2951.333 2317.5 2946.333 2308 2944.667 2304 c
+2938 2288.667 2933 2272.667 2927.5 2257 c
+2914.167 2218 2901.5 2178.833 2888.667 2140 c
+2879.667 2113.333 2869.167 2086.167 2863 2059 c
+f
+0 0.235 0.937 0.004 k
+2708 1999 m
+2842 1999 l
+2853.5 2000 l
+2859.833 2014 l
+2873 2056 l
+2863 2059 l
+2936 2280 l
+2904 2270.167 l
+2843 2249.833 l
+2808.333 2237.167 l
+2799.667 2219 l
+2779.833 2172 l
+2728.833 2051 l
+2708 1999 l
+f
+0.51 0.255 0 0.49 k
+2186 1731 m
+2182.167 1742.5 2182.5 1755 2179.5 1767 c
+2170 1802.5 2158.333 1836.833 2138.167 1868 c
+2077.5 1961.167 1976.5 2009.167 1870 2029 c
+1847 2033.333 1823.833 2035.167 1801 2037.333 c
+1791 2038.333 1780.833 2040.167 1771 2039 c
+1770.833 2036.333 1769.167 2030.833 1771.5 2029 c
+1776 2025.667 1788.333 2025.833 1794 2024.667 c
+1813.167 2020.833 1832 2017 1851 2011.667 c
+1932.667 1988.167 2016.333 1948.833 2074.833 1886 c
+2095.333 1863.833 2112.833 1836 2124.167 1808 c
+2126.667 1801.5 2136 1785.5 2130.667 1779.167 c
+2119.667 1766.833 2088.667 1768.833 2075 1774.333 c
+2070.333 1776.167 2067.167 1780.833 2062.667 1782.333 c
+2058 1783.833 2053.667 1780.833 2054.333 1775.833 c
+2058.667 1741 2115.167 1737 2140 1748 c
+2148.167 1721.833 2142.167 1693.5 2142 1667 c
+2156.833 1667.167 2172.667 1673.167 2187 1677.167 c
+2218.167 1686.167 2248.667 1697.5 2279 1709.5 c
+2403.833 1759.5 2514.667 1832 2620 1915 c
+2613.667 1898.833 2598.333 1882.833 2587.833 1869.333 c
+2561.667 1835.5 2533.833 1803.167 2503.5 1773.333 c
+2485.833 1756 2469.5 1736.833 2451 1720.167 c
+2373.5 1650 2288.5 1588 2197 1537.667 c
+2160.167 1517.5 2121.667 1494.5 2082 1481 c
+2082 1479 l
+2150.333 1450.5 2215.167 1408.333 2279 1371 c
+2403.833 1297.5 2528.5 1215.667 2635 1117 c
+2651.833 1101.333 2669.333 1086 2684.667 1069 c
+2692.167 1060.833 2698 1051 2705.667 1043.167 c
+2733.333 1014.167 2755 983.5 2773.667 948 c
+2781.667 932.667 2789.167 919.833 2794 903 c
+2770.667 915.833 2750.167 934.5 2727.833 948.5 c
+2589.333 1036.333 2440.833 1120.833 2287 1177.333 c
+2206.333 1207 2119.667 1235.833 2033 1237.833 c
+2024.5 1238 2014.833 1233.833 2007 1231.667 c
+1994.333 1228 1981.667 1225.167 1969 1222.333 c
+1922.167 1212 1875.333 1203 1828 1196.167 c
+1676.333 1174.333 1522.333 1172.333 1372 1202.333 c
+1321.5 1212.333 1271.333 1227.167 1224 1247.5 c
+1208.167 1254.167 1182.667 1261.333 1171 1274 c
+1195.667 1268.333 1223.5 1270 1249 1268.833 c
+1295 1266.833 1341.833 1265.833 1388 1269 c
+1422.833 1271.333 1457.833 1277.167 1492.667 1279 c
+1504.167 1279.667 1515.5 1278 1527 1278 c
+1523 1284 l
+1524 1285 l
+1532.333 1284 1541.667 1287.667 1550 1289.5 c
+1565.333 1292.833 1580.667 1296.5 1596 1300.333 c
+1667.667 1318.667 1739.833 1352.167 1791 1407 c
+1802.333 1419 1811.333 1432 1821.5 1445 c
+1825 1449.5 1832.667 1453.333 1834.667 1459 c
+1836.167 1462.833 1834.667 1468.333 1836 1473 c
+1819.333 1479.333 1805.5 1489.833 1790 1497.5 c
+1756.5 1514.167 1724.5 1532.667 1693 1552.833 c
+1623.833 1597 1558.167 1647.5 1502.667 1707.833 c
+1468.667 1745 1437.5 1785.5 1416.833 1832 c
+1403.667 1861.167 1398 1889.833 1392 1921 c
+1405.833 1914 1417 1900.667 1429.333 1891.5 c
+1459.667 1869 1490 1846.333 1521 1824.667 c
+1617.5 1757 1720.333 1694.333 1832 1654.667 c
+1873 1640 1916.333 1631 1960 1631 c
+1970 1631 1979.833 1631 1990 1632.5 c
+1993 1633 1998.833 1632.667 2000.833 1635.5 c
+2003.333 1638.833 2002 1647.167 2001.667 1651 c
+2000.333 1661.667 2000.167 1673.167 2000 1684 c
+1824.333 1684 1660.667 1772.333 1518 1867.5 c
+1479 1893.5 1439 1919.833 1403.333 1950.167 c
+1394.667 1957.333 1385.5 1964 1376.833 1971.167 c
+1374.833 1972.833 1370.5 1977.833 1367.5 1975.833 c
+1365.167 1974.167 1366.667 1969.333 1366.5 1967 c
+1365.5 1958.333 1366.333 1950.5 1365.833 1942 c
+1363.167 1902 1375.833 1858.833 1390.667 1822 c
+1434 1714 1524.167 1624.167 1616 1556.167 c
+1649.833 1531 1684.667 1506.667 1721 1485 c
+1730.833 1479 1740.833 1473.167 1751 1467.333 c
+1753.667 1465.833 1759.5 1464 1760.5 1460.667 c
+1761.5 1457.167 1757 1452.5 1755.333 1450 c
+1748.5 1439.667 1740.667 1429.167 1731 1421.833 c
+1693.833 1393.333 1655.5 1372.833 1611 1358 c
+1434.667 1299.167 1243.667 1302.167 1061 1306 c
+1064.833 1299.333 1074.5 1294.5 1081 1290.5 c
+1093 1283 1104.667 1274.833 1117 1267.5 c
+1170.667 1235.167 1227.5 1210 1287 1190.333 c
+1449.333 1136.167 1623.667 1127.667 1793 1144.167 c
+1848.167 1149.5 1903.5 1157.667 1958 1168.667 c
+1975 1172.167 1992 1176 2009 1180.333 c
+2017.333 1182.333 2027.167 1186.667 2036 1186.667 c
+2055.833 1187 2077.667 1180.833 2097 1176.333 c
+2114.5 1172.333 2132.5 1169.5 2150 1164.833 c
+2314 1120.5 2470 1045.5 2619 965 c
+2667.167 938.833 2714.833 911.5 2762 883.167 c
+2776 874.667 2790.167 866.167 2804 857.333 c
+2810.667 853 2818 846.5 2826 845 c
+2829.167 860.5 2833.667 875.833 2832.833 892 c
+2828.833 981.667 2765 1059.5 2704 1120 c
+2602.5 1220.167 2484 1302.833 2362 1376.5 c
+2323 1400 2283.833 1423 2244 1444.5 c
+2223.167 1455.833 2197.167 1465 2179 1480 c
+2341.333 1546.167 2480 1658.667 2584.333 1798.667 c
+2611.5 1835.167 2635.833 1873.333 2658 1913 c
+2665.833 1926.667 2672.667 1940.833 2679.667 1955 c
+2682.333 1960.333 2684.5 1968.167 2688.5 1972.667 c
+2695.333 1980.167 2719.833 1972 2729 1971.333 c
+2756.5 1969.333 2784.5 1965.833 2812 1962.167 c
+2819.333 1961.167 2838 1955.667 2844.5 1959.167 c
+2847.5 1960.833 2848.5 1966 2849.667 1969 c
+2853.333 1978.167 2858.167 1988.167 2860 1998 c
+2720 1998 l
+2709.667 1999.5 l
+2714.167 2015 l
+2733.5 2061 l
+2802.167 2224 l
+2811 2247 l
+2799.333 2245 2787.833 2238.5 2777 2234.167 c
+2772.167 2232.167 2765.833 2230.667 2762.5 2226.667 c
+2758.5 2222.167 2757 2214.5 2755 2209 c
+2750.333 2196.5 2745.833 2184.167 2741.167 2172 c
+2724.333 2127.667 2708 2083.167 2691.333 2039 c
+2685.667 2024 2681.5 1998.833 2670.5 1987.167 c
+2660.333 1976.333 2644.333 1968.167 2632 1960 c
+2606.667 1943.167 2581.333 1926.667 2556 1910.167 c
+2472.167 1856.5 2384.833 1804.667 2293 1766.333 c
+2269.333 1756.5 2245.333 1747.333 2221 1739.833 c
+2209.5 1736.333 2196.833 1735.333 2186 1731 c
+f
+0 0.235 0.937 0.004 k
+2890 2107 m
+2878 2070 l
+2879 2070 l
+2881.833 2079 2892.667 2097.833 2890 2107 c
+h
+2877 2070 m
+2877 2067 l
+2878 2067 l
+2877 2070 l
+h
+2876.167 2065.167 m
+2876.667 2064.667 l
+2876.167 2065.167 l
+h
+1814 2039 m
+1820 2036 l
+1814 2039 l
+h
+1821 2019 m
+1821.667 2003.167 1830 1985.833 1834.833 1971 c
+1836.333 1966.833 1837.167 1957.5 1841.333 1955.333 c
+1844.167 1953.667 1848.833 1955.333 1852 1955.833 c
+1860.167 1957 1868.5 1958.333 1877 1958.5 c
+1907.167 1959.167 1960.667 1940.167 1958 1904 c
+1951.333 1903.167 1941.167 1902.667 1935 1905.333 c
+1924.167 1910 1916 1921.5 1905 1926.833 c
+1886.667 1935.333 1867.833 1934.167 1849 1929 c
+1853 1915 l
+1894.333 1923 1939.833 1909.833 1951 1865 c
+1943 1864 1933.5 1866.5 1926 1868.333 c
+1917.667 1870.333 1915.5 1880 1908 1883.667 c
+1897.833 1888.5 1885.833 1889.167 1875 1889 c
+1871.833 1889 1865.167 1890.667 1863 1887.333 c
+1860.667 1883.667 1865.667 1873.667 1867 1870 c
+1868 1866.5 1868.667 1861.167 1871 1858.5 c
+1873.5 1855.667 1880.5 1856.667 1884 1856.167 c
+1897 1854 1917.5 1847.5 1912 1832 c
+1900.667 1834.5 1889.833 1838.667 1878 1837 c
+1879.667 1824.667 1885.167 1812.667 1888.833 1801 c
+1896.167 1777.167 1903.5 1753.5 1911.333 1730 c
+1915 1718.667 1917.167 1698.5 1924.833 1689.333 c
+1927.833 1685.667 1935.5 1686.333 1940 1685.833 c
+1954 1684.333 1967.833 1684 1982 1684 c
+1986.167 1684 1996 1685.667 1999.167 1682.333 c
+2002.833 1678.333 2001.667 1663.333 2001.833 1658 c
+2002 1652 2002.667 1644.833 2001.833 1639 c
+2000.333 1629.833 1973.333 1630.5 1966 1630 c
+1928.5 1627.5 1886.333 1637.333 1851 1649 c
+1746.667 1683 1650.833 1738 1560 1798.5 c
+1530 1818.5 1500.667 1839.333 1472 1860.833 c
+1459.5 1870.167 1444 1887 1429 1891 c
+1432.667 1877.833 1439.5 1865.333 1445 1853 c
+1479 1776 l
+1486.5 1759 1492.5 1734.5 1504.5 1720.333 c
+1510.5 1713.333 1519.667 1707.833 1527 1702.333 c
+1540.667 1691.667 1554.167 1680.833 1568 1670.333 c
+1609.333 1638.167 1650.5 1605.667 1692 1573.5 c
+1717 1554 1742 1534.667 1767 1514.833 c
+1787.667 1498.5 1809.833 1480 1836 1473 c
+1834 1468.167 1835.667 1463 1834 1459 c
+1831.333 1452.667 1822.667 1447.833 1818.667 1442 c
+1799.167 1413.333 1774 1388.5 1746 1368.333 c
+1727.333 1355.167 1707.167 1345.333 1690 1330.5 c
+1674.667 1317.5 1660 1303.833 1645 1290.667 c
+1639.5 1285.833 1633 1277.333 1626 1275.333 c
+1615.5 1272.5 1602.667 1276 1592 1276 c
+1559.333 1276 1526.5 1279.833 1494 1279.167 c
+1476.333 1278.833 1458.333 1274.667 1440.833 1273 c
+1409.333 1270 1377.5 1268.333 1346 1267 c
+1295.667 1264.833 1246 1271 1196 1271 c
+1196 1270 l
+1208.667 1263.5 1224.167 1260.167 1238 1255.833 c
+1260.333 1249 1282.667 1241.5 1305 1234.167 c
+1337.167 1223.667 1369.5 1213 1402 1202.833 c
+1416 1198.5 1430.333 1192 1445 1189.333 c
+1482 1182.5 1521.333 1181.833 1559 1180.833 c
+1636.167 1179 1713 1182 1790 1191 c
+1839.167 1196.833 1888.333 1204.833 1937 1215.167 c
+1958.333 1219.667 1979.667 1224.5 2001 1229.833 c
+2010.833 1232.333 2021.667 1237 2032 1237.667 c
+2053.167 1239 2077 1234 2098 1230.5 c
+2145.5 1222.5 2190.5 1207.667 2237 1195 c
+2244 1193 2251 1197.333 2258 1195 c
+2279.5 1187.5 2298.833 1172.667 2320 1163.833 c
+2404 1128 2486.333 1088.5 2566 1043.5 c
+2619.667 1013 2671.5 978.333 2726 949.167 c
+2745.667 938.667 2768 920.833 2790 916 c
+2784 940.667 2764.5 961.667 2750 982 c
+2732.333 1006.833 2715.667 1033.167 2696.5 1057 c
+2683.167 1073.667 2666.5 1088.5 2651 1103 c
+2533.333 1212.5 2397.667 1302.833 2259 1383.333 c
+2221.167 1405.167 2183.167 1426.5 2145 1447.167 c
+2125.167 1458 2103.667 1472.667 2082 1479 c
+2082 1481 l
+2094.833 1484 2106.833 1491.667 2119 1497 c
+2151.5 1511.5 2183 1529 2214 1546.667 c
+2293.5 1591.833 2368.667 1645.833 2437 1706.833 c
+2458 1725.667 2482 1744.667 2499.5 1767 c
+2512.333 1783.167 2521.167 1803.833 2531.333 1822 c
+2538.667 1834.667 2548.167 1848 2553 1862 c
+2536.5 1856.667 2520.333 1840.167 2506 1830.5 c
+2474.833 1809.833 2442.833 1790 2410 1772.167 c
+2352 1740.833 2292.167 1712.833 2230 1691.333 c
+2201 1681.167 2170.667 1675.667 2142 1666 c
+2142.167 1691.167 2150 1723.833 2140 1748 c
+2116 1740.167 2085.333 1739 2066 1758 c
+2061 1762.833 2054.5 1769.333 2054.333 1776.833 c
+2054.333 1781 2059.167 1783.5 2062.667 1781.833 c
+2067.167 1779.833 2070.167 1775.833 2075 1774 c
+2086.167 1769.833 2098.333 1771.5 2110 1771.667 c
+2114.333 1771.667 2126.667 1772.833 2128.167 1778.167 c
+2129.333 1783 2122.333 1793.5 2120.167 1798 c
+2112 1815.333 2103.167 1832.5 2095.167 1850 c
+2090.667 1859.667 2086.667 1871 2080.667 1880 c
+2052.833 1920.333 2004.5 1945.833 1962 1967.167 c
+1940.167 1978 1918.833 1989.5 1896 1997.667 c
+1873 2005.833 1845.5 2017.833 1821 2019 c
+f
+0.51 0.255 0 0.49 k
+1958 1904 m
+1960.167 1922.333 1949 1933.333 1934 1942.333 c
+1908.167 1957.667 1880 1959.833 1851 1955.833 c
+1839.833 1954.167 1825.833 1949 1815 1951.833 c
+1798.333 1956.167 1781.833 1963 1766 1969.333 c
+1761.667 1971 1751.667 1977 1747.167 1974.833 c
+1735.5 1969 1753.5 1956.167 1758.167 1952.5 c
+1776 1938 1797.833 1926.833 1821 1925.167 c
+1842.5 1923.5 1862.333 1936 1884 1932.833 c
+1896.833 1931.167 1908.5 1925.167 1919 1917.5 c
+1923.667 1914 1927.667 1908.5 1933 1906 c
+1939.833 1902.5 1950.333 1904 1958 1904 c
+f
+0 0 0 0 k
+1875 1959 m
+1875 1958 l
+1880 1958 l
+1875 1959 l
+h
+1862 1958 m
+1863 1957 l
+1862 1958 l
+f
+0 0.235 0.937 0.004 k
+2352 1795 m
+2352 1794 l
+2372.5 1799.833 2392.167 1813.5 2411 1823.667 c
+2452.333 1846 2492.833 1870.333 2533 1895.167 c
+2547.667 1904.167 2562.5 1913.333 2577 1923 c
+2583.5 1927.333 2591.667 1931 2596 1938 c
+2569 1923.667 l
+2518 1893.5 l
+2352 1795 l
+f
+0 0 0 0 k
+1872 1934 m
+1872 1933 l
+1880 1933 l
+1872 1934 l
+h
+1392 1921 m
+1408.167 1769.833 1540 1659 1655.833 1576.833 c
+1684.833 1556.333 1715 1537.333 1746 1519.833 c
+1758.833 1512.5 1772.667 1502 1787 1498 c
+1782.667 1506.5 1770.5 1513 1763 1518.833 c
+1745.167 1532.5 1727.5 1546.333 1710 1560.167 c
+1666 1594.5 1622 1629.167 1578 1663.333 c
+1554.333 1681.5 1527.5 1698.667 1506.167 1719.5 c
+1494.5 1730.833 1489.167 1754.333 1482.667 1769 c
+1464.5 1809.167 1449.833 1853.167 1428.667 1891.667 c
+1421.667 1904.167 1403.667 1909.833 1395 1921 c
+1392 1921 l
+f
+0.51 0.255 0 0.49 k
+1951 1865 m
+1942.333 1910.5 1890.5 1925.333 1850 1914.5 c
+1835 1910.5 1820.667 1898 1805 1898 c
+1791.5 1898 1777.5 1905.167 1766 1911.167 c
+1761.833 1913.167 1754.667 1919.333 1750.167 1916.333 c
+1740 1909.5 1755.667 1898.667 1760.667 1894.833 c
+1779.833 1879.833 1798.333 1876.5 1822 1875.5 c
+1842.333 1874.5 1858.5 1892 1879 1889.667 c
+1888.833 1888.5 1900.167 1887.667 1909 1882.5 c
+1914.167 1879.5 1915.833 1874.167 1920.167 1870.5 c
+1925.667 1866 1944.167 1863.5 1951 1865 c
+f
+0 0 0 0 k
+1866 1918 m
+1866 1917 l
+1869 1917 l
+1866 1918 l
+h
+1881 1918 m
+1881 1917 l
+1884 1917 l
+1881 1918 l
+h
+2618 1915 m
+2555 1864.167 l
+2538 1835 l
+2505 1775 l
+2510.833 1776.667 2513.167 1781.5 2517.167 1785.833 c
+2523.833 1793.333 2531.167 1800.167 2537.5 1807.833 c
+2557.833 1832.5 2578.833 1856.5 2598.167 1882.167 c
+2605 1891.333 2617.167 1903.667 2620 1915 c
+2618 1915 l
+h
+1937 1905 m
+1937 1904 l
+1940 1904 l
+1937 1905 l
+h
+1951 1904 m
+1951 1903 l
+1955 1903 l
+1951 1904 l
+h
+1869 1890 m
+1869 1889 l
+1880 1889 l
+1869 1890 l
+h
+2084 1873 m
+2129 1778 l
+2137 1782.333 2129 1796.5 2126.5 1803 c
+2119.333 1821.667 2109.667 1839.167 2098.667 1855.833 c
+2095 1861.333 2090.167 1870.833 2084 1873 c
+f
+0.51 0.255 0 0.49 k
+1739 1872 m
+1745.5 1833.333 1794.833 1809.167 1831 1817 c
+1849 1821 1861.667 1834.5 1880 1837.167 c
+1890.833 1838.833 1901.333 1833.5 1912 1832 c
+1920.5 1848.333 1893.833 1855.5 1881 1856.667 c
+1864.333 1858.333 1848.5 1853.5 1833 1848.5 c
+1824.333 1845.833 1815.167 1841.5 1806 1842 c
+1789.333 1843 1771.833 1852 1758 1860.5 c
+1751.667 1864.333 1746 1869.833 1739 1872 c
+h
+2053 1870.333 m
+2027.5 1864.5 2037.333 1826.5 2063 1832.333 c
+2086.833 1837.833 2077 1876 2053 1870.333 c
+f
+0 0 0 0 k
+2037.333 1851.333 m
+2037.5 1850.5 l
+2037.333 1851.333 l
+h
+1881 1838 m
+1881 1837 l
+1884 1837 l
+1881 1838 l
+h
+2056 1832 m
+2056 1831 l
+2059 1831 l
+2056 1832 l
+f
+0 0.235 0.937 0.004 k
+1608.5 1811.5 m
+1609.333 1811.333 l
+1608.5 1811.5 l
+h
+1610.5 1810.5 m
+1611.333 1810.333 l
+1610.5 1810.5 l
+h
+1612 1810 m
+1612 1809 l
+1661.167 1776.333 1718.167 1751.667 1773 1729.667 c
+1796.833 1720.167 1826 1706 1852 1704 c
+1844.833 1710 1834.333 1713 1826 1716.833 c
+1809.667 1724 1793.333 1731.167 1777 1738.333 c
+1739.5 1754.5 1702.167 1771.333 1665 1787.833 c
+1648.5 1795 1629.667 1807.333 1612 1810 c
+h
+2350.667 1793.5 m
+2351.167 1793.333 l
+2350.667 1793.5 l
+h
+2348.667 1792.5 m
+2349.167 1792.333 l
+2348.667 1792.5 l
+h
+2347 1792 m
+2348 1791 l
+2347 1792 l
+h
+997 1772 m
+987 1749.333 980.333 1723.5 973.333 1700 c
+971 1691.667 968.5 1674.5 962.167 1668.5 c
+957.167 1663.833 939.5 1667 933 1667 c
+851 1667 l
+854.5 1659.833 864.5 1654.833 871 1650 c
+887.167 1637.833 903.667 1625.833 920 1613.5 c
+925.5 1609.333 937.667 1603.5 940.333 1597 c
+943 1591 934 1574.167 932 1568 c
+915 1517 l
+912 1508 907.333 1498.333 907 1489 c
+930.5 1500.167 951.667 1521.5 973 1536.667 c
+978.833 1540.833 990.5 1553.667 998 1553.333 c
+1005.5 1553 1016.833 1540.667 1023 1536.333 c
+1037 1526.167 1051 1516 1065 1505.5 c
+1072.5 1499.833 1080.167 1492.667 1089 1489 c
+1085.5 1514.833 1072.5 1542.167 1064.333 1567 c
+1062 1573.667 1053.5 1590.167 1056.167 1596.833 c
+1058.833 1603.833 1071 1609.833 1077 1614.333 c
+1124 1649.5 l
+1130.5 1654.5 1140.333 1659.5 1144 1667 c
+1064 1667 l
+1056.5 1667 1039.667 1663.833 1033.333 1668 c
+1027.167 1672 1025.5 1688.333 1023.167 1695 c
+1014.833 1720.333 1006.167 1746.167 999 1772 c
+997 1772 l
+f
+0 0 0 0 k
+2089 1772 m
+2089 1771 l
+2093 1771 l
+2089 1772 l
+h
+2103 1772 m
+2103 1771 l
+2110 1771 l
+2103 1772 l
+h
+2107 1743 m
+2107 1742 l
+2113 1742 l
+2107 1743 l
+h
+2142 1735 m
+2143 1734 l
+2142 1735 l
+h
+2143 1723 m
+2143 1717 l
+2144 1717 l
+2143 1723 l
+h
+2143 1695 m
+2143 1688 l
+2144 1688 l
+2143 1695 l
+h
+1935 1687 m
+1936 1686 l
+1935 1687 l
+h
+1944.5 1685.5 m
+1945.333 1685.333 l
+1944.5 1685.5 l
+h
+1956 1685 m
+1956 1684 l
+1960 1684 l
+1956 1685 l
+h
+2000 1682 m
+2000 1678 l
+2001 1678 l
+2000 1682 l
+h
+2142.167 1676.333 m
+2142.667 1675.5 l
+2142.167 1676.333 l
+h
+2142 1667 m
+2143 1666 l
+2142 1667 l
+h
+2001 1662 m
+2001 1653 l
+2002 1653 l
+2001 1662 l
+f
+0 0.235 0.937 0.004 k
+559 1634 m
+541.167 1581 l
+533.5 1560.5 l
+512 1559 l
+455 1559 l
+457.833 1553 464.667 1549.667 470 1545.833 c
+480.833 1537.5 491.833 1529.167 503 1521 c
+507.167 1517.833 514.333 1514.5 517.167 1509.667 c
+520 1504.833 513.833 1493.833 512.167 1489 c
+506 1470.167 498.333 1451.167 494 1432 c
+510.333 1437.333 527 1454.5 541 1464.833 c
+545.5 1468.167 553.667 1477.167 559.5 1477.333 c
+564.833 1477.5 573.833 1468.167 578 1465 c
+591.833 1454.667 608.5 1437.333 625 1432 c
+607.167 1488 l
+601.5 1509.167 l
+616 1520.833 l
+649 1545.5 l
+664 1559 l
+606 1559 l
+600.167 1559 588.667 1556.667 584.5 1561.167 c
+581 1564.833 580.167 1572.333 578.667 1577 c
+574.167 1590.167 570.333 1603.667 566 1617 c
+564 1622.667 563.167 1629.5 559 1634 c
+f
+0 0 0 0 k
+1925 1633 m
+1926 1632 l
+1925 1633 l
+h
+1934.5 1631.5 m
+1935.333 1631.333 l
+1934.5 1631.5 l
+h
+1981.5 1631.5 m
+1982.333 1631.333 l
+1981.5 1631.5 l
+h
+1948 1631 m
+1948 1630 l
+1970 1630 l
+1948 1631 l
+f
+0 0.235 0.937 0.004 k
+2179 1480 m
+2194 1470.667 l
+2226 1455 l
+2218.5 1464 2199.167 1478.333 2188 1482 c
+2184.5 1483.167 2181.833 1481.5 2179 1480 c
+h
+2226 1455 m
+2229 1453 l
+2226 1455 l
+h
+2229 1453 m
+2230 1452 l
+2229 1453 l
+f
+0 0 0 0 k
+1524 1285 m
+1523 1284 l
+1526.333 1277.333 1532.333 1278 1539 1278 c
+1549.5 1277.833 1560.333 1277.333 1571 1276.833 c
+1587.667 1276.167 1610.5 1270.833 1627 1275.333 c
+1634 1277.333 1640.5 1285.833 1646 1290.667 c
+1657.667 1301 1669.333 1311.333 1681 1321.833 c
+1686.333 1326.667 1693.667 1331.167 1697 1338 c
+1685.833 1334.667 1675.667 1328 1665 1323.833 c
+1631.667 1310.833 1597.667 1299.5 1562.667 1292.333 c
+1550.167 1289.833 1536.833 1285.167 1524 1285 c
+f
+0 0.235 0.937 0.004 k
+281 1316 m
+264.833 1268 l
+257.5 1249.5 l
+238 1248 l
+186 1248 l
+199 1236 l
+228 1214.333 l
+242.667 1201.833 l
+237.667 1182 l
+222 1132 l
+236.833 1137.667 251.167 1152 264 1161.5 c
+268.167 1164.833 275.333 1172.333 281 1172.667 c
+286.333 1173 293.833 1165.167 298 1162 c
+311.333 1152 325 1139.333 340 1132 c
+339.167 1148.167 330 1166.5 325 1182 c
+323.333 1186.833 317.833 1196.667 320 1201.833 c
+322.167 1206.667 329 1210 333 1213 c
+363 1235.5 l
+367.5 1239 374.167 1242.333 376 1248 c
+323 1248 l
+317.667 1248 307.5 1246 303.667 1250.167 c
+300.5 1253.833 299.667 1260.5 298.333 1265 c
+293.333 1279.667 290.833 1304 281 1316 c
+f
+0 0 0 0 k
+1171 1274 m
+1174.167 1268.667 1182.5 1266.333 1188 1263.667 c
+1201.5 1257.167 1215 1250.667 1229 1245 c
+1276.5 1225.333 1326.5 1210.833 1377 1200.667 c
+1393.333 1197.5 1417.5 1188.5 1434 1192 c
+1419 1197.5 l
+1383 1209.333 l
+1252 1251.5 l
+1210 1265.333 l
+1198 1271 l
+1171 1274 l
+h
+1445 1274 m
+1446 1273 l
+1445 1274 l
+h
+1434.5 1272.5 m
+1435.333 1272.333 l
+1434.5 1272.5 l
+h
+1422.5 1271.5 m
+1423.333 1271.333 l
+1422.5 1271.5 l
+h
+1208 1271 m
+1208 1270 l
+1212 1270 l
+1208 1271 l
+h
+1408 1271 m
+1408 1270 l
+1412 1270 l
+1408 1271 l
+h
+1224 1270 m
+1224 1269 l
+1230 1269 l
+1224 1270 l
+h
+1392 1270 m
+1392 1269 l
+1397 1269 l
+1392 1270 l
+h
+1244 1269 m
+1244 1268 l
+1253 1268 l
+1244 1269 l
+h
+1370 1269 m
+1370 1268 l
+1378 1268 l
+1370 1269 l
+h
+1272 1268 m
+1272 1267 l
+1298 1267 l
+1272 1268 l
+h
+1326 1268 m
+1326 1267 l
+1351 1267 l
+1326 1268 l
+h
+2037 1238 m
+2037 1237 l
+2042 1237 l
+2037 1238 l
+h
+2052.667 1236.5 m
+2053.167 1236.333 l
+2052.667 1236.5 l
+h
+2243 1195 m
+2258 1187.833 l
+2295 1175 l
+2283.333 1188.5 2259.667 1195.333 2243 1195 c
+h
+1782 1191 m
+1783 1190 l
+1782 1191 l
+h
+1773 1190 m
+1774 1189 l
+1773 1190 l
+h
+1764 1189 m
+1765 1188 l
+1764 1189 l
+h
+1462 1188 m
+1463 1187 l
+1462 1188 l
+h
+1754 1188 m
+1755 1187 l
+1754 1188 l
+h
+1471 1187 m
+1472 1186 l
+1471 1187 l
+h
+1743.5 1186.5 m
+1744.333 1186.333 l
+1743.5 1186.5 l
+f
+0 0.235 0.937 0.004 k
+1611 1136 m
+1624.667 1128.667 1647.333 1120.667 1663 1119.167 c
+1674.5 1118 1688.333 1122.167 1700 1123.667 c
+1725.167 1127 1750.667 1130 1776 1133.5 c
+1846.833 1143.5 1918 1151.833 1989 1161.167 c
+2024 1165.833 2060.667 1174.167 2096 1175 c
+2092 1181 2076.833 1181 2070 1182.167 c
+2058.667 1184 2045.333 1187.833 2033.833 1186.667 c
+2018.667 1185.167 2003 1178.833 1988 1175.5 c
+1904.333 1157 1818.5 1143.167 1733 1139.333 c
+1704.167 1138 1675.667 1137 1647 1137 c
+1637.333 1137 1619.333 1140.333 1611 1136 c
+f
+0 0 0 0 k
+2038 1187 m
+2039 1186 l
+2038 1187 l
+h
+1480.5 1185.5 m
+1481.333 1185.333 l
+1480.5 1185.5 l
+h
+1732.5 1185.5 m
+1733.333 1185.333 l
+1732.5 1185.5 l
+h
+1491.5 1184.5 m
+1492.333 1184.333 l
+1491.5 1184.5 l
+h
+1720.5 1184.5 m
+1721.333 1184.333 l
+1720.5 1184.5 l
+h
+1503.5 1183.5 m
+1504.333 1183.333 l
+1503.5 1183.5 l
+h
+1706 1184 m
+1706 1183 l
+1709 1183 l
+1706 1184 l
+h
+1516 1183 m
+1516 1182 l
+1520 1182 l
+1516 1183 l
+h
+1690 1183 m
+1690 1182 l
+1694 1182 l
+1690 1183 l
+h
+1532 1182 m
+1532 1181 l
+1538 1181 l
+1532 1182 l
+h
+1671 1182 m
+1671 1181 l
+1677 1181 l
+1671 1182 l
+h
+1553 1181 m
+1553 1180 l
+1564 1180 l
+1553 1181 l
+h
+1643 1181 m
+1643 1180 l
+1655 1180 l
+1643 1181 l
+h
+1599 1180 m
+1599 1179 l
+1607 1179 l
+1599 1180 l
+h
+1832 1149 m
+1833 1148 l
+1832 1149 l
+h
+1824 1148 m
+1825 1147 l
+1824 1148 l
+h
+1815 1147 m
+1816 1146 l
+1815 1147 l
+h
+1806 1146 m
+1807 1145 l
+1806 1146 l
+h
+1796 1145 m
+1797 1144 l
+1796 1145 l
+h
+1785.5 1143.5 m
+1786.333 1143.333 l
+1785.5 1143.5 l
+h
+1774.5 1142.5 m
+1775.333 1142.333 l
+1774.5 1142.5 l
+h
+1761 1142 m
+1761 1141 l
+1764 1141 l
+1761 1142 l
+h
+1747 1141 m
+1747 1140 l
+1751 1140 l
+1747 1141 l
+h
+1731 1140 m
+1731 1139 l
+1736 1139 l
+1731 1140 l
+h
+1710 1139 m
+1710 1138 l
+1718 1138 l
+1710 1139 l
+h
+1679 1138 m
+1679 1137 l
+1694 1137 l
+1679 1138 l
+h
+2708 1041 m
+2720.5 1018.833 2737.5 998.667 2752.167 978 c
+2757.833 970 2764.167 956.333 2773 952 c
+2765.167 976.667 2743.167 1001.667 2726.667 1021.333 c
+2721.333 1027.833 2715.833 1037.667 2708 1041 c
+h
+2732 945 m
+2750 931.833 l
+2794 903 l
+2790.167 914.5 l
+2773 924.167 l
+2732 945 l
+f
+0 0.235 0.937 0.004 k
+133 933 m
+120.667 897 l
+114.5 881.5 l
+99 880 l
+59 880 l
+64.5 869 82.167 860.333 92 853 c
+95.167 850.5 101 847.833 102.667 843.833 c
+104.5 839.5 100.333 832 99 828 c
+94.833 815.5 88 801.833 87 789 c
+120 812.167 l
+133 820.333 l
+147 812 l
+180 789 l
+178 802 171.833 815.333 167.667 828 c
+166.167 832.167 162 839.5 164 843.833 c
+165.833 847.833 171.5 850.667 175 853.333 c
+184.667 860.5 202.167 869.167 208 880 c
+167 880 l
+162.667 880 154.833 878.5 151.5 881.5 c
+148 884.5 147 891.667 145.833 896 c
+142.667 906.667 140 924.167 133 933 c
+f
+0.51 0.255 0 0.49 k
+3342 485 m
+3310.5 427 l
+3294 395 l
+3381.833 332.5 3516 320 3614 363.667 c
+3690.5 397.667 3748 489 3719.5 573 c
+3699.5 632 3632.5 653.333 3580 673 c
+3551 683.833 3510.833 696 3509 733 c
+3507.833 757.333 3528 775.833 3549 783.667 c
+3585.833 797.167 3632.667 792 3669 777.667 c
+3681.167 772.833 3693.167 767.5 3705 761.333 c
+3708.333 759.5 3714.5 754.333 3718.5 755.667 c
+3723.5 757.167 3727.5 768.667 3730 773 c
+3739.167 789.333 3748.667 805.5 3758 822 c
+3760.833 827 3770.167 837.5 3763.833 842.667 c
+3737.333 864 3697.5 873.667 3665 880.167 c
+3577.5 897.5 3465.5 882.5 3408.667 805.667 c
+3397.167 790.333 3389.5 773 3383.5 755 c
+3377.5 737.167 3375.667 715.5 3377.333 697 c
+3378.333 685 3380.833 673.167 3385 662 c
+3404.667 607.833 3460.833 588.833 3510 570.333 c
+3533.167 561.5 3566.5 553.167 3582.5 532.667 c
+3613.5 493.333 3575 447.833 3535 437.667 c
+3485.667 425.167 3432.333 440.333 3387 460.333 c
+3371.667 467 3357.667 479.833 3342 485 c
+h
+3783 485 m
+3771.333 462.833 3759.333 440.833 3747.333 419 c
+3744.667 414 3734 400.833 3736.333 395.167 c
+3738.5 389.667 3751 384.833 3756 382.167 c
+3775 371.667 3795 362.833 3816 356.5 c
+3898.333 331.167 3998.333 328.5 4075 374 c
+4153.167 420.333 4203.5 535.167 4136.667 612 c
+4125.667 624.667 4108.667 635.167 4094 643 c
+4057.333 662.333 4014.5 670 3979 691 c
+3963.833 700 3948 716.667 3950.167 736 c
+3956.667 796 4037.5 796.667 4082 785.667 c
+4091.833 783.167 4101.333 780.667 4111 777.167 c
+4123 773 4134.667 767.667 4146 761.5 c
+4149.333 759.667 4155.667 754.5 4159.667 755.667 c
+4164.833 757.167 4169.667 770.333 4172.167 775 c
+4195.667 816 l
+4199.333 822.333 4205.333 829.833 4207.167 836.833 c
+4208.833 844.167 4194 849.5 4189 852.167 c
+4166.667 863.5 4143.667 870.167 4120 877.167 c
+4101.667 882.667 4082.667 883.333 4064 885.333 c
+3997.5 891.833 3909.333 875.167 3863.167 821.833 c
+3847.833 804.333 3834.667 785.167 3827.333 763 c
+3821.167 744.833 3819.167 727.667 3818.833 709 c
+3818.667 697.833 3819 686.833 3822 676 c
+3825.167 664.5 3828.833 653.167 3835.167 643 c
+3860.667 601.667 3908.167 586.667 3951 570.333 c
+3976.333 560.667 4010.333 552 4026.833 528.5 c
+4046.667 500.5 4028 465.333 4002.833 449.167 c
+3968.167 426.5 3921.167 431.5 3883 440.5 c
+3860.833 445.667 3837.833 454.5 3818 465.167 c
+3807.333 471 3794.667 482.667 3783 485 c
+h
+2249 138 m
+2335 157.833 l
+2361 163.833 l
+2370.333 166.5 l
+2374 181 l
+2381.333 215 l
+2412 361 l
+2428.167 356.333 2443.167 350.167 2460 347 c
+2506.5 338.333 2556.5 342 2601 359 c
+2700.167 396.667 2753.667 491.333 2778.5 590 c
+2788.333 629.5 2795.833 669.167 2795.833 710 c
+2795.833 778 2771.167 856.167 2697 874.333 c
+2686.5 876.833 2675.667 879.5 2665 879.833 c
+2641.833 880.5 2618 876.167 2596 869.167 c
+2572.667 861.667 2550 849.667 2530.167 835.167 c
+2518.167 826.5 2508 815.333 2496 807 c
+2496 827 2494.167 847.833 2488.167 867 c
+2486.5 871.833 2484.833 881.833 2480.333 884.833 c
+2475 888.333 2460.167 879 2455 877 c
+2433.833 868.667 2412.667 860 2392 851 c
+2386.833 848.833 2372.833 846 2370.5 840.5 c
+2368.667 836.167 2373 825.5 2374.167 821 c
+2377.333 808.333 2378.667 795.667 2378.667 783 c
+2378.667 739.5 2366.667 695.167 2357.5 653 c
+2332.167 537.833 2308.333 422.167 2283.833 307 c
+2259.833 194 l
+2255.833 175.667 2249.667 156.667 2249 138 c
+h
+3105 409 m
+3106 409 l
+3111.333 392 3113.333 376.167 3123.667 361 c
+3130.333 350.833 3140.167 344 3148 335 c
+3150 335 l
+3156.833 342.667 3166.5 348 3174.833 354 c
+3190 365 3205 376.333 3219.833 387.5 c
+3225.667 392 3241.833 400.333 3244.333 407.333 c
+3245.667 411.333 3241.667 414.667 3239.333 417.333 c
+3234 423.167 3229.5 429.833 3226.167 437 c
+3217.167 456.333 3218.667 477.5 3221.667 498 c
+3235 584.167 3257.167 669.333 3274.167 755 c
+3278.167 775.5 3284.833 795.833 3290.667 816 c
+3292.333 821.667 3298.667 834.167 3296.5 839.833 c
+3293.833 846.667 3280.167 851.667 3274 854.5 c
+3251 864.833 3226.667 871.833 3202 876 c
+3100.5 892.833 2991 870.333 2921.333 788.833 c
+2862 719.333 2826.333 626.167 2823.833 535 c
+2822.5 490.167 2822.833 447.167 2844.167 406 c
+2883.667 329.333 2989.333 327.667 3056 366.833 c
+3072.333 376.5 3096 391.667 3105 409 c
+h
+691 567 m
+1059 567 l
+1059 612.5 1053.333 653.167 1036.333 696 c
+1028.333 715.667 1016.833 734.333 1003.333 750.667 c
+926.5 843.667 785.833 849.833 695.167 773.167 c
+615 705.333 602 585.833 625.5 490 c
+639 435.5 668.667 382.667 717 352 c
+792.167 304.167 907.667 302 981 355.167 c
+1008.833 375.5 1031.833 402.5 1048 433 c
+1051.833 440.167 1055.167 447.5 1058.333 455 c
+1059.333 457.167 1061.5 460.833 1059.333 463 c
+1056 466.167 1049 466.5 1045 467.667 c
+1034 470.833 1022.833 473.667 1012 476.667 c
+1007.667 477.833 1000.5 481.5 996.333 478.833 c
+993 476.833 991.333 471.167 989.5 468 c
+985.333 460.5 981 453.167 976 446.333 c
+959.167 423.833 938.833 404.833 913 393.167 c
+843.5 362 756.167 385 716.667 451 c
+695.667 486.167 691 527 691 567 c
+h
+2008 826.5 m
+1955.833 818.333 1909 807.833 1870 768.833 c
+1840.833 739.833 1821.833 701 1810.667 662 c
+1782.833 564.333 1794.833 440.167 1874 368.167 c
+1924.833 322 1996.167 310 2062 320.667 c
+2079.667 323.5 2097.833 329.833 2114 337.667 c
+2240.667 400 2267 574.167 2216.833 695 c
+2188.5 763.167 2133.5 809.167 2061 822.667 c
+2044.333 825.667 2024.833 829.167 2008 826.5 c
+h
+1643 757 m
+1639.833 769.667 1642 784.833 1642 798 c
+1642 802 1643.5 811 1640.833 814.333 c
+1638.5 817.333 1630.333 816 1627 816 c
+1588 816 l
+1584.333 816 1575.5 817.5 1573.5 813.667 c
+1570 806.5 1573 791.833 1573 784 c
+1573 359 l
+1573 353.167 1569.833 332.667 1574.5 329 c
+1577.667 326.5 1585.167 328 1589 328 c
+1627 328 l
+1630.833 328 1640.167 326.167 1641.667 331 c
+1643.5 337.667 1642 347 1642 354 c
+1642 405 l
+1642 471 1639 538.167 1643.667 604 c
+1646.167 637.333 1645.667 672.833 1663.833 703 c
+1683.333 735 1719.5 758.667 1758 759.5 c
+1769.333 759.667 1781.5 760.833 1793 759.167 c
+1797.5 758.667 1806.333 755 1810.667 757.167 c
+1814.333 759.333 1813 767.333 1813 771 c
+1813 803 l
+1813 807.167 1814.167 813.667 1812.333 817.833 c
+1810.5 821.833 1803.5 821.167 1800 821.833 c
+1787.333 823.833 1773.5 825.333 1761 822.833 c
+1747.333 820 1733.5 820 1720 816.167 c
+1687 806.833 1661.5 785 1643 757 c
+h
+1110 816 m
+1110 587 l
+1110 536.667 1106.333 485.167 1117.667 436 c
+1132.667 370.5 1187 323.833 1254 318.5 c
+1293 315.333 1335 320.333 1369 341.333 c
+1382.667 349.833 1393.833 359.833 1404.333 372.167 c
+1407 375.167 1411.5 385.667 1415.833 385.667 c
+1420.333 385.667 1419 375.667 1419 373 c
+1419 360.5 1415.667 343 1419.167 331 c
+1420.667 326.167 1430 328 1434 328 c
+1473 328 l
+1476.667 328 1484.167 326.5 1487.333 329 c
+1491.833 332.5 1489 350.5 1489 356 c
+1489 788 l
+1489 794 1491.667 809.5 1487.833 814.333 c
+1485.5 817.333 1477.333 816 1474 816 c
+1434 816 l
+1430 816 1420.667 817.667 1419.167 812.833 c
+1417.167 805.833 1419 796.167 1419 789 c
+1419 737 l
+1419 683.333 1418.833 629.5 1419 576 c
+1419 537.667 1420.667 495.667 1404.167 460 c
+1380.333 407.833 1335 384.167 1280 382.833 c
+1249.667 382.167 1218.167 391 1200.833 418 c
+1180.667 449.167 1179.833 491.333 1179.833 527 c
+1179.833 557.833 1178 588.833 1178 620 c
+1178 816 l
+1110 816 l
+f
+0 0 0 0 k
+3101 783.333 m
+3014.667 770.667 2973.667 684.833 2956.667 607.667 c
+2953.167 591.333 2949.167 574.5 2948.167 558 c
+2946.167 521 2932.833 452.167 2983 441.167 c
+2988.833 439.833 2996 439.667 3002 440.167 c
+3025 442 3045.833 456.333 3063.167 470.667 c
+3082.333 486.5 3101.167 510.167 3109.833 534 c
+3116.5 551.833 3118.667 572.333 3122.667 591 c
+3129.167 620.5 3135.333 650.333 3142.167 680 c
+3147.5 702.833 3151.667 726 3157.167 749 c
+3158.667 754.833 3164.833 770 3161.667 775.5 c
+3159.5 779.333 3152.667 779.667 3149 780.833 c
+3135 785.5 3115.167 785.5 3101 783.333 c
+h
+2602 775.333 m
+2565.167 770.667 2533.167 744 2508.667 718 c
+2499.5 708 2487.333 696.667 2482 683.833 c
+2476.833 671.833 2475.833 656.667 2473.167 644 c
+2466.5 613.667 2460.667 583.167 2453.667 553 c
+2448.167 529.833 2442.667 506.333 2438.5 483 c
+2437.5 476.833 2432 465 2435.167 459.167 c
+2438.167 453.667 2448.333 450.333 2454 447.833 c
+2473.667 439.167 2498.5 435 2520 437.167 c
+2605.667 446 2637 536.667 2654 609 c
+2658.5 628.167 2662.667 647.333 2664.667 667 c
+2668.167 701.833 2675.167 768 2627 775.333 c
+2619 776.5 2609.833 776.333 2602 775.333 c
+h
+2005 765.333 m
+1974.167 760.5 1943.5 749.667 1921 726.833 c
+1884 689.5 1873 633.167 1871.667 583 c
+1869.667 511 1881.667 428.167 1954 392.667 c
+1965.5 387 1978.167 383.167 1991 381 c
+2006.833 378.333 2024 378.167 2040 380.333 c
+2053.167 382.167 2066.667 385.667 2079 391.167 c
+2160 427.833 2172.333 531.167 2164.667 609 c
+2162.667 630.167 2158.667 650.833 2151.333 671 c
+2143.5 692.333 2132.667 713.167 2116.833 729.833 c
+2090 758 2042.833 771.5 2005 765.333 c
+h
+823 762.5 m
+769.5 754.667 726.5 724.5 705.333 674 c
+700.5 662.167 696.667 649.5 694.167 637 c
+693.5 634 690.833 627.167 693.5 625 c
+697 622 707.5 624 712 624 c
+958 624 l
+964.167 624 972.667 622.333 978.833 624.167 c
+984 625.833 979.5 639 978.667 643 c
+975 662.333 968.167 682 957.833 699 c
+930.333 744 875.667 770.167 823 762.5 c
+f
+0 0.235 0.937 0.004 k
+170 561 m
+158 524 l
+151.667 510 l
+136 509 l
+97 508 l
+97 506 l
+130 481.5 l
+140.833 470.833 l
+136.667 456 l
+125 418 l
+136.833 422.5 147.5 433.5 158 441 c
+161.333 443.333 166.333 448.833 171 449 c
+175.333 449.167 180.5 443.667 184 441.167 c
+194 434 205.833 421 218 418 c
+205.667 457 l
+202 472.667 l
+214 482.833 l
+246 508 l
+206 509 l
+190.167 510 l
+184 524 l
+172 561 l
+170 561 l
+f
+0.51 0.255 0 0.49 k
+96 507 m
+99 508 l
+96 507 l
+h
+244.667 508.5 m
+245.167 508.333 l
+244.667 508.5 l
+f
+0 0.235 0.937 0.004 k
+258 251 m
+285 225 l
+295 213.833 l
+289.833 200 l
+276 167 l
+308 184.333 l
+321 190.5 l
+332 182.167 l
+360 159 l
+353 193 l
+350.667 207.833 l
+362 217.167 l
+393 236 l
+393 238 l
+359 241.667 l
+344 244 l
+339.333 256 l
+332 292 l
+318.167 284.5 320.833 258.5 309.5 248.5 c
+305.833 245.5 300 247.5 296 247.833 c
+283.333 248.833 270.667 250.833 258 251 c
+h
+575 153 m
+560.833 121 l
+553.667 108 l
+541 108 l
+504 111 l
+508.5 101 521.833 92.333 530 85.167 c
+533.167 82.333 539.167 78.667 540.333 74.333 c
+541.167 70.5 536.833 64.333 535.333 61 c
+530.5 49.667 524.833 38.5 521 27 c
+532 29 543.333 38.667 553 44.5 c
+556.333 46.5 561.833 51.333 566 50.833 c
+569.667 50.5 573.167 45.667 576 43.333 c
+584.167 36.167 594.167 23 605 20 c
+598.333 53 l
+595.667 67.833 l
+607 77.167 l
+639 97 l
+639 98 l
+605 101.833 l
+589.167 104 l
+584.333 117 l
+577 153 l
+575 153 l
+f
+0.51 0.255 0 0.49 k
+604.667 19.5 m
+605.167 19.333 l
+604.667 19.5 l
+f
+endstream
+endobj
+12 0 obj
+<<
+/CreationDate (D:20050404114935+02'00')
+/ModDate (D:20050404114935+02'00')
+/Producer (PSNormalizer.framework)
+>>
+endobj
+13 0 obj
+<<
+/Type /ExtGState
+/SA false
+/SM 0.02
+/OP false
+/op false
+/OPM 1
+/BG2 /Default
+/UCR2 /Default
+/HT /Default
+/TR2 /Default
+>>
+endobj
+2 0 obj <<
+/Font << /F19 7 0 R /F20 10 0 R >>
+/XObject << /Im1 1 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+14 0 obj <<
+/Type /Encoding
+/Differences [ 0 /.notdef 1/dotaccent/fi/fl/fraction/hungarumlaut/Lslash/lslash/ogonek/ring 10/.notdef 11/breve/minus 13/.notdef 14/Zcaron/zcaron/caron/dotlessi/dotlessj/ff/ffi/ffl/notequal/infinity/lessequal/greaterequal/partialdiff/summation/product/pi/grave/quotesingle/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde 127/.notdef 128/Euro/integral/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/Omega/radical/approxequal 144/.notdef 147/quotedblleft/quotedblright/bullet/endash/emdash/tilde/trademark/scaron/guilsinglright/oe/Delta/lozenge/Ydieresis 160/.notdef 161/exclamdown/cent/sterling/currency/yen/brokenbar/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]
+>> endobj
+9 0 obj <<
+/Length1 1653
+/Length2 6668
+/Length3 532
+/Length 7547
+/Filter /FlateDecode
+>>
+stream
+xtuT6Н%H
+Pbpseu`O]$b
+`
+8y
+w[|B:@@ND[#'oʚ
+
+J<n{7 HC/<'1OXL &,7)u"O]݂B`\AP_cMۿ hxWУV;~'p׋0 $CSߦ!ͺ;0`E s++eWUau#7^ uMT'3Ga WW."{`"= eLǂ6W- >]pxA)Hvؓv.9zz;Nwmd?`$`I'cjTSǃIMt)z]P ]c[ AqΊ-4s~Δ+0j>fjI$nK(OTTˬuj-,094.jR*gE`/]'dML:M2UHE?Khxƚ& MML?ѐNvPORSw'P. 8bJpˤͶ:2'i b%1_Ӗv|az
+;8;y;_l* ܟa2DN&29NrI p O[񱟶?HA6uɡG3fhˋm֋Ą<.C {֩Dsh$ e:m'ey9g}~7M% ćg4yX<OH%cvUS*-iWBCcLj{I@l[9GT(>Zl+ʌaK6]te4ʵ
+SCj^E"DW`8539_t$LK3^,T[6#q‚F#t:;F9C5Ȁ®nRiyF *,)/H}QUh|cD{YO\kyy?k,y!¨=,jĿVoYg’PgژY`cKqÝm9([zŝoؑtf[Ӵ¾{ r3a,1"$5L3";mwW}bXQ{c}5nU~E٭ *V ']wկ'<;;m=ř0eӎJ8|u5y}taJZͷ9;ܭv`z$NI<{>"M&bIsHںAұoK a
+QK7gQ;~]ܼT>9sb}
+_r΅QYJmLGJoc_ɐw$zS,6]5wB'}/}d@ 4tO~B3a {O$\:Ӽ۴_~ 6OaB>^uP.Wij <`hʧ7' W̹XZ,=R>5
+FZI=1~n3,0׋1d(yu{Ë#71%Q(e Omc)wQXe}}X552 4؛o;erՏC =(GF%^Db n?5)L]A# RVkou?5e1P
+-2<&y@o$4JbB w&\hnCz+n%1mZc*%< z w!ؼL=D-ӥ~)ޖAy M7T; ٽWoqQ'Q60K[S3>ƂNCI e P6Jh[捜0[g_CID&ay3r^VJOގ@WlWlw>ٰ̚ vrٹqxeI4=d.k1!m^`AضsW+/ʫn4ճk݃7Ee;&msA,{ 7ޫ=rE:a'ӯE4/(NX /g1iXe˫X
+
+?T ehb G*H ~icr0> +?b'M`!ɨ<G
+'}QVZLaωYrʑ̍RMx\WJ] +)g-@bёt~)OSny~MB+9cI Ҕzנm/&Q/$7<TD<qTZ۲lՁr-59`s+uslW!NaaD/'r*G Ub}J::ҿgfauDjc26}LRo,7ǂO8͞{ߐ^
+ Zq:.۶1]M{{$h9"v|UhOw㮾/fKQ9 4?Z'
+ 𙇷rD9LR9-^ʹ#iLe3$w~Dt(쓧v`чqq<` g|3BNi 4aɒdxWux*\٣a 鏪
+
+s,e}]߿V}୶8(hg n_=V8)B4R˻d*ᦏTiu[n6aS>(ѼAGG jՏO j7?w55_߼
+(Y5+D+PĞ;Sc\!?/0 x0mACDQKK;xӡ/# ?|=#BB5%R-pi/f;M [% BXOowΔϯFĿgN( aE^~d7?c`^(12bɓ{ƚ*3[08(]x. !bջ9}Mg {`Q1o9(I>kWo߽< WѕW1xTz\9 As`$  Jʓo2*fca`]tTKOf{4[s"Еfh q/pEזdja,uGs
+endstream
+endobj
+10 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Encoding 14 0 R
+/FirstChar 45
+/LastChar 230
+/Widths 15 0 R
+/BaseFont /FLCCLE+NimbusSanL-ReguCond
+/FontDescriptor 8 0 R
+>> endobj
+8 0 obj <<
+/Ascent 713
+/CapHeight 713
+/Descent -213
+/FontName /FLCCLE+NimbusSanL-ReguCond
+/ItalicAngle 0
+/StemV 73
+/XHeight 523
+/FontBBox [-136 -282 820 951]
+/Flags 4
+/CharSet (/hyphen/one/C/P/a/c/e/f/g/i/l/m/o/r/t/u/v/ae)
+/FontFile 9 0 R
+>> endobj
+15 0 obj
+[273 0 0 0 456 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 592 0 0 0 0 0 0 0 0 0 0 0 0 547 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 456 0 410 0 456 228 456 0 182 0 0 182 683 0 456 0 0 273 0 228 456 410 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 729 ]
+endobj
+6 0 obj <<
+/Length1 1647
+/Length2 6011
+/Length3 532
+/Length 6861
+/Filter /FlateDecode
+>>
+stream
+xTeTDR$iAb`i$$ AQB;s޳{>s>ugYώfa5A8 #/ І:\ 0-#XP<EaJ@$D` 
+E
+M
+7
+WwO~G{
+qDFrBax|Ef9An@
+3_a:AE_!pW:j<5~^?PW' EZln 0j
+j
+R}Ǵ1ME.[_a=$?`r g>u&Nh$B#-͚qvKݶZX\)wL֨
+鮲8C4Uiӏpv
+fl ȭ9Z'^H=V]׻btʹW¾cHW>E}/W+޴TjtF}fA'&8dq
++}' "|b"Ow%xȀF v+$h̀7#3
+H"r%QˋcV5OrU0fC﮵bb[
+VX':{$y68K|KuEHgŻwc4U Z9C/u(eiI) ITSP@Ӡ`w{,CadE>$,bXP{aI$r=7c}$
+ Z"&?'֙M͏u 38v =Y "+faW.El>{=I - i*@[ݒpl IsU>YL6YieJI[\3qX-Sc|ʊuEF޸UO7qL3n'5o7q| `0pџ0N C[::a8v \t ]|91q4KR'm&V}= /ϰm3#zJ%
+JI1nkiG3Bqzeͮ(|NٴcmV~7D÷nz}hFi ni  ~O`+Kq3*z=I!#l>+ğEGUZ)ڰô?w3aaZVp=Eg\ ӟ_]r˄6s\y1
+L8_\bQp<xW{TNK۸(uAVx-Ihf簻GxF@5<[*D=0Tq@\45TQNPβ2!/ѼP7?K #oI=C\ם 9sރ96@&{iI7Q' {OHFVpy9G3dMr$3x:zzZrpC"`]ej՚ "($~|§Dn QOθl&=d0uy^pTl}Q!6N%Sq].}Z-?HAp:oޑe$*9mhpX"&=1P BfsI[w4A=
+sO9Mt0 qWꮚY {=W km
+`1%- pZN@OkG#[4</Z\x,\ӈX)u,Cxg. S#L,9厴Fsa{f?ƾzLw3fP^XHnP lc nz61.Z-_8l|#,r^ ;j C򻌝A f)&u[\҈ɝhle[S.komU]ةf_hpyĈEÙ wyPCdSoX+\"!'!7Gƫ.haX@l[.M,"vm0WI>Q\׳6Z Vհ9IB!V4uʬ+pXG OUcOVӓ W 9l/ޗ(Jؤk =O'TDPO?EcrOPSY$+B+mٔObr,0'~8d9o|q8GR"_&:B
+iءvTJ
+ndg' p^kBK ?-QOf±z_ϑd'OЇq:kay?g|5PF<=^a8]'R0Rh^Yg{u8o,j= OĖⳙv\?ۂhNs;FK/KS[s&=,ܣl0 |^s˭AHP0/_͉qp)*!iy!<MM!]88fj}s|'GU1%NqІTpo\>PeheHڋ DCЯ_-fINLPz˶
+sڗ0=Z35DqZya]bU
+_ꮀnTZFAQ:gtU7QUQ}ٹ"$V|NJ0dzy'Єʴ,?se5(0G"TN=, 39|бw&~8|(_/Ɨ퐔A[KaT6s!BOi*&W=
+9+:',xgF2/ۚaɲ?$[i5lC!Ue?`Qn܏@D`ѪO#Ŧ%*>x͟
+ӭ#/^wE[PYqpI,6 (S(MZvh0h>ɽK~@0RAv0tZvp`[ڞ{d''֠
+=paRX!!dK(VwI˕qo ؕ n(!N:W)D*vUyN<[ߑ`eOrc n5
+EuHr^,@C,nB#d<IEd`Vq6mB'U*
+CZ:$ +ɥQ}uK)Us:<D.vk G7}o'o&Yu_'+[3?i۰+
+P}ealX:ǓjiPnѶD'!\ƄqٹgaEɮ=Kt3/3Z }u2r'fɼ0<6c處:Nr:{D ,/ã8Mx@SI[ba!o{g
+)x%kW+}'ձ 7#5GG?7BWC[,m~{r+ny>t-iMkbuLêdOm' SƯY4a^LDJZ~Ŷup^;gɡXobfzI׌њ>cW)mFo8x !Sn2S
+}
+!ni5 [`N_pM֫?+y>v*?l+u͜U~xӢ(ք#zc HxTaLDuVӍĈ9@A U턧cהy*6UHVd)L\> Ϳ ]y{Cɼϻfv;7: VU L>A;O4k(ژN`_se- k|Ľ~5DA/fZH^m^l+UٙcoL=Dn\9pY<CMB";&mS}->?aѬDrc3e#\NRM}0"Н¡'p,ct^S5
+endstream
+endobj
+7 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Encoding 14 0 R
+/FirstChar 69
+/LastChar 118
+/Widths 16 0 R
+/BaseFont /HPZHGY+NimbusSanL-BoldCond
+/FontDescriptor 5 0 R
+>> endobj
+5 0 obj <<
+/Ascent 722
+/CapHeight 722
+/Descent -217
+/FontName /HPZHGY+NimbusSanL-BoldCond
+/ItalicAngle 0
+/StemV 114
+/XHeight 532
+/FontBBox [-139 -307 822 975]
+/Flags 4
+/CharSet (/E/a/c/e/i/l/m/o/p/r/s/t/u/v)
+/FontFile 6 0 R
+>> endobj
+16 0 obj
+[547 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 456 0 456 0 456 0 0 0 228 0 0 228 729 0 501 501 0 319 456 273 501 456 ]
+endobj
+11 0 obj <<
+/Type /Pages
+/Count 1
+/Kids [3 0 R]
+>> endobj
+17 0 obj <<
+/Type /Catalog
+/Pages 11 0 R
+>> endobj
+18 0 obj <<
+/Producer (pdfTeX-1.20a)
+/Creator (TeX)
+/CreationDate (D:20050404120345+02'00')
+/PTEX.Fullbanner (This is pdfTeX, Version 3.141592-1.20a (Web2C 7.5.3) kpathsea version 3.5.3)
+>> endobj
+xref
+0 19
+0000000000 65535 f
+0000000528 00000 n
+0000034425 00000 n
+0000000416 00000 n
+0000000009 00000 n
+0000052081 00000 n
+0000044931 00000 n
+0000051912 00000 n
+0000044255 00000 n
+0000036418 00000 n
+0000044085 00000 n
+0000052462 00000 n
+0000034152 00000 n
+0000034284 00000 n
+0000034531 00000 n
+0000044504 00000 n
+0000052315 00000 n
+0000052520 00000 n
+0000052571 00000 n
+trailer
+<<
+/Size 19
+/Root 17 0 R
+/Info 18 0 R
+/ID [<887B6371FA939B3C9F92B9BCBE53A0DE> <887B6371FA939B3C9F92B9BCBE53A0DE>]
+>>
+startxref
+52769
+%%EOF
diff --git a/Master/texmf-dist/doc/latex/europecv/examples/minimal.tex b/Master/texmf-dist/doc/latex/europecv/examples/minimal.tex
new file mode 100644
index 00000000000..3f1e90c434b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/europecv/examples/minimal.tex
@@ -0,0 +1,6 @@
+\documentclass[a4paper,helvetica,narrow]{europecv}
+\usepackage{graphicx}
+\begin{document}
+ \begin{europecv}
+ \end{europecv}
+\end{document} \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/europecv/examples/publications.bib b/Master/texmf-dist/doc/latex/europecv/examples/publications.bib
new file mode 100644
index 00000000000..91564703f4a
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/europecv/examples/publications.bib
@@ -0,0 +1,12 @@
+@book{pub1,
+ title = {How to write a curriculum vit\ae},
+ author = {A. B. See, X. Y. Zed},
+ publisher = {Some Press},
+ year = {2104}
+}
+@article{pub2,
+ title = {A short tutorial on curricula},
+ author = {D. E. Eph, G. H. Eye},
+ journal = {Journal of Trifles},
+ year = {2105}
+} \ No newline at end of file