summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/europecv/examples
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-07-04 23:15:21 +0000
committerKarl Berry <karl@freefriends.org>2006-07-04 23:15:21 +0000
commit98f3749e47ab82d17e8ae6d08c81d6059dc7b8d8 (patch)
tree2522a93d2c2e4283cb2e294b5ea25bc797a9d171 /Master/texmf-dist/doc/latex/europecv/examples
parentce4a80430ea53c7223668c497efbb34a4b0895e0 (diff)
europecv update
git-svn-id: svn://tug.org/texlive/trunk@1770 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/europecv/examples')
-rw-r--r--Master/texmf-dist/doc/latex/europecv/examples/at.pdfbin0 -> 6975 bytes
-rw-r--r--Master/texmf-dist/doc/latex/europecv/examples/bulgarian-koi8-r.tex24
-rw-r--r--Master/texmf-dist/doc/latex/europecv/examples/bulgarian-utf8.tex24
-rw-r--r--Master/texmf-dist/doc/latex/europecv/examples/cv_template_de.pdfbin64750 -> 0 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.pdfbin63722 -> 0 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.pdfbin62237 -> 0 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.pdfbin80571 -> 0 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/greek-utf8.pdfbin0 -> 87000 bytes
-rw-r--r--Master/texmf-dist/doc/latex/europecv/examples/greek-utf8.tex25
-rw-r--r--Master/texmf-dist/doc/latex/europecv/examples/maltese-maltese.tex25
-rw-r--r--Master/texmf-dist/doc/latex/europecv/examples/maltese-utf8.tex24
-rw-r--r--Master/texmf-dist/doc/latex/europecv/examples/minimal.pdf208
-rw-r--r--Master/texmf-dist/doc/latex/europecv/examples/minimal.tex5
-rw-r--r--Master/texmf-dist/doc/latex/europecv/examples/publications.bib12
18 files changed, 167 insertions, 527 deletions
diff --git a/Master/texmf-dist/doc/latex/europecv/examples/at.pdf b/Master/texmf-dist/doc/latex/europecv/examples/at.pdf
new file mode 100644
index 00000000000..2d89b895926
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/europecv/examples/at.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/europecv/examples/bulgarian-koi8-r.tex b/Master/texmf-dist/doc/latex/europecv/examples/bulgarian-koi8-r.tex
new file mode 100644
index 00000000000..7d17ef53751
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/europecv/examples/bulgarian-koi8-r.tex
@@ -0,0 +1,24 @@
+%!TEX encoding = KOI8-R
+%
+% Example of Bulgarian input
+%
+\documentclass[a4paper,bulgarian,koi8-r]{europecv}
+\usepackage[T2A]{fontenc}
+\usepackage{graphicx}
+\usepackage[bulgarian]{babel}
+
+\ecvlastname{ , }
+\ecvfirstname{ , }
+\ecvaddress{., N., ./., . , }
+\ecvtelephone{ . (. )}
+\ecvfax{ . (. )}
+\ecvemail{ . (. )}
+\ecvnationality{ . (. )}
+\ecvgender{ . (. )}
+\ecvdateofbirth{ . (. )}
+
+\begin{document}
+ \begin{europecv}
+ \ecvpersonalinfo
+ \end{europecv}
+\end{document} \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/europecv/examples/bulgarian-utf8.tex b/Master/texmf-dist/doc/latex/europecv/examples/bulgarian-utf8.tex
new file mode 100644
index 00000000000..31968aa260e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/europecv/examples/bulgarian-utf8.tex
@@ -0,0 +1,24 @@
+%!TEX encoding = UTF-8 Unicode
+%
+% Example of Bulgarian input
+%
+\documentclass[a4paper,bulgarian]{europecv}
+\usepackage[T2A]{fontenc}
+\usepackage{graphicx}
+\usepackage[bulgarian]{babel}
+
+\ecvlastname{Фамилно Лично}
+\ecvfirstname{Бащино}
+\ecvaddress{ул., №, гр./с., пощ. код, държава}
+\ecvtelephone{Попълва се при необходимост. (вж. Инструкциите)}
+\ecvfax{Попълва се при необходимост. (вж. Инструкциите)}
+\ecvemail{Попълва се при необходимост. (вж. Инструкциите)}
+\ecvnationality{Попълва се при необходимост. (вж. Инструкциите)}
+\ecvgender{Попълва се при необходимост. (вж. Инструкциите)}
+\ecvdateofbirth{Попълва се при необходимост. (вж. Инструкциите)}
+
+\begin{document}
+\begin{europecv}
+ \ecvpersonalinfo
+\end{europecv}
+\end{document} \ No newline at end of file
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
deleted file mode 100644
index 1d283e2d65a..00000000000
--- a/Master/texmf-dist/doc/latex/europecv/examples/cv_template_de.pdf
+++ /dev/null
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
deleted file mode 100644
index 7cd1f88f33a..00000000000
--- a/Master/texmf-dist/doc/latex/europecv/examples/cv_template_de.tex
+++ /dev/null
@@ -1,86 +0,0 @@
-\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
deleted file mode 100644
index e5dcd571e7d..00000000000
--- a/Master/texmf-dist/doc/latex/europecv/examples/cv_template_en.pdf
+++ /dev/null
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
deleted file mode 100644
index 74fa0255216..00000000000
--- a/Master/texmf-dist/doc/latex/europecv/examples/cv_template_en.tex
+++ /dev/null
@@ -1,85 +0,0 @@
-\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
deleted file mode 100644
index f3bdd31f6dc..00000000000
--- a/Master/texmf-dist/doc/latex/europecv/examples/cv_template_it.pdf
+++ /dev/null
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
deleted file mode 100644
index 19ba3aa0728..00000000000
--- a/Master/texmf-dist/doc/latex/europecv/examples/cv_template_it.tex
+++ /dev/null
@@ -1,85 +0,0 @@
-\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
deleted file mode 100644
index cfae9a32fae..00000000000
--- a/Master/texmf-dist/doc/latex/europecv/examples/cv_template_pl.pdf
+++ /dev/null
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
deleted file mode 100644
index b13d8464645..00000000000
--- a/Master/texmf-dist/doc/latex/europecv/examples/cv_template_pl.tex
+++ /dev/null
@@ -1,91 +0,0 @@
-\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/greek-utf8.pdf b/Master/texmf-dist/doc/latex/europecv/examples/greek-utf8.pdf
new file mode 100644
index 00000000000..39423ec6058
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/europecv/examples/greek-utf8.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/europecv/examples/greek-utf8.tex b/Master/texmf-dist/doc/latex/europecv/examples/greek-utf8.tex
new file mode 100644
index 00000000000..0c07c9d74ac
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/europecv/examples/greek-utf8.tex
@@ -0,0 +1,25 @@
+%!TEX encoding = UTF-8 Unicode
+%
+% Example of Greek input
+%
+\documentclass[a4paper,greek]{europecv}
+%\usepackage[T1]{fontenc}
+\usepackage[10pt]{type1ec} % To use CB-Greek
+\usepackage[greek,english]{babel} % This is mandatory
+\usepackage{graphicx}
+\ecvlastname{Επώνυμο}
+\ecvfirstname{Όνομα}
+\ecvaddress{Οδός, αριθμός, ταχυδρομικός κωδικός, πόλη, χώρα (Προαιρετικά, βλ. οδηγίες)}
+\ecvtelephone{(Προαιρετικά, βλ. οδηγίες)}
+\ecvfax{(Προαιρετικά, βλ. οδηγίες)}
+\ecvemail{(Προαιρετικά, βλ. οδηγίες)}
+\ecvnationality{(Προαιρετικά, βλ. οδηγίες)}
+\ecvgender{(Προαιρετικά, βλ. οδηγίες)}
+\ecvdateofbirth{\foreignlanguage{english}{You can use the Latin alphabet.}}
+
+\begin{document}
+\selectlanguage{greek}
+ \begin{europecv}
+ \ecvpersonalinfo
+ \end{europecv}
+\end{document} \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/europecv/examples/maltese-maltese.tex b/Master/texmf-dist/doc/latex/europecv/examples/maltese-maltese.tex
new file mode 100644
index 00000000000..ca5cc8c98f8
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/europecv/examples/maltese-maltese.tex
@@ -0,0 +1,25 @@
+%!TEX encoding = UTF-8 Unicode
+%
+% Example of Maltese input with Maltese package
+%
+\documentclass[a4paper,maltese,helvetica,narrow]{europecv}
+%\usepackage[T1]{fontenc}
+%\usepackage[maltese]{babel}
+\usepackage{maltese}
+\usepackage{graphicx}
+
+\ecvlastname{Kunjom(ijiet)}
+\ecvfirstname{Isem}
+\ecvaddress{In-numru tad-dar, isem it-triq, kodi{\mc}i postali, belt/ra{\mh}al, pajji{\mz}}
+\ecvtelephone{({\mH}alli barra jekk mhux relevanti, ara l-istruzzjonijiet)}
+\ecvfax{({\mH}alli barra jekk mhux relevanti, ara l-istruzzjonijiet)}
+\ecvemail{({\mH}alli barra jekk mhux relevanti, ara l-istruzzjonijiet)}
+\ecvnationality{({\mH}alli barra jekk mhux relevanti, ara l-istruzzjonijiet)}
+\ecvgender{({\mH}alli barra jekk mhux relevanti, ara l-istruzzjonijiet)}
+\ecvdateofbirth{({\mH}alli barra jekk mhux relevanti, ara l-istruzzjonijiet)}
+
+\begin{document}
+ \begin{europecv}
+ \ecvpersonalinfo
+ \end{europecv}
+\end{document}
diff --git a/Master/texmf-dist/doc/latex/europecv/examples/maltese-utf8.tex b/Master/texmf-dist/doc/latex/europecv/examples/maltese-utf8.tex
new file mode 100644
index 00000000000..dcd5687ad5a
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/europecv/examples/maltese-utf8.tex
@@ -0,0 +1,24 @@
+%!TEX encoding = UTF-8 Unicode
+%
+% Example of Maltese input (not tested)
+%
+\documentclass[a4paper,maltese,utf8,helvetica,narrow]{europecv}
+\usepackage[T4]{fontenc}
+\usepackage[maltese]{babel}
+\usepackage{graphicx}
+
+\ecvlastname{Kunjom(ijiet)}
+\ecvfirstname{Isem}
+\ecvaddress{In-numru tad-dar, isem it-triq, kodiċi postali, belt/raħal, pajjiż}
+\ecvtelephone{(Ħalli barra jekk mhux relevanti, ara l-istruzzjonijiet)}
+\ecvfax{(Ħalli barra jekk mhux relevanti, ara l-istruzzjonijiet)}
+\ecvemail{(Ħalli barra jekk mhux relevanti, ara l-istruzzjonijiet)}
+\ecvnationality{(Ħalli barra jekk mhux relevanti, ara l-istruzzjonijiet)}
+\ecvgender{(Ħalli barra jekk mhux relevanti, ara l-istruzzjonijiet)}
+\ecvdateofbirth{(Ħalli barra jekk mhux relevanti, ara l-istruzzjonijiet)}
+
+\begin{document}
+ \begin{europecv}
+ \ecvpersonalinfo
+ \end{europecv}
+\end{document}
diff --git a/Master/texmf-dist/doc/latex/europecv/examples/minimal.pdf b/Master/texmf-dist/doc/latex/europecv/examples/minimal.pdf
index 8ee5b2a697a..8039953188b 100644
--- a/Master/texmf-dist/doc/latex/europecv/examples/minimal.pdf
+++ b/Master/texmf-dist/doc/latex/europecv/examples/minimal.pdf
@@ -1,14 +1,12 @@
%PDF-1.4
+%
4 0 obj <<
-/Length 328
+/Length 326
/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 ی
+xڍPN1 +|ֵ\)E'+.TzCJ(=qx(#Y$61[3 +cBN ÕGs_ldAa96WN~qBad.tXtK
+,CP)+mcRbɪ»8{t^^,HP*|\ {6G_o4~hj}xߛ#(+b"ب?]\iiUlrdW^axq %+~9_g2LA͒%Hzy*q.]4Mfm.ioy
endstream
endobj
3 0 obj <<
@@ -16,7 +14,7 @@ endobj
/Contents 4 0 R
/Resources 2 0 R
/MediaBox [0 0 595.276 841.89]
-/Parent 11 0 R
+/Parent 7 0 R
>> endobj
1 0 obj <<
/Type /XObject
@@ -24,13 +22,12 @@ endobj
/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]
+/PTEX.InfoDict 8 0 R
/BBox [0.00000000 0.00000000 4256.00000000 2352.00000000]
/Resources <<
/ProcSet [ /PDF ]
/ExtGState <<
-/GS1 13 0 R
+/GS1 9 0 R
>>>>
/Length 33212
>>
@@ -1279,14 +1276,14 @@ f
f
endstream
endobj
-12 0 obj
+8 0 obj
<<
/CreationDate (D:20050404114935+02'00')
/ModDate (D:20050404114935+02'00')
/Producer (PSNormalizer.framework)
>>
endobj
-13 0 obj
+9 0 obj
<<
/Type /ExtGState
/SA false
@@ -1301,182 +1298,61 @@ endobj
>>
endobj
2 0 obj <<
-/Font << /F19 7 0 R /F20 10 0 R >>
+/Font << /F19 5 0 R /F20 6 0 R >>
/XObject << /Im1 1 0 R >>
/ProcSet [ /PDF /Text ]
>> endobj
-14 0 obj <<
+10 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
+/Encoding 10 0 R
+/BaseFont /Helvetica
>> 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
+/Type /Font
+/Subtype /Type1
+/Encoding 10 0 R
+/BaseFont /Helvetica-Bold
>> 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 <<
+7 0 obj <<
/Type /Pages
/Count 1
/Kids [3 0 R]
>> endobj
-17 0 obj <<
+11 0 obj <<
/Type /Catalog
-/Pages 11 0 R
+/Pages 7 0 R
>> endobj
-18 0 obj <<
-/Producer (pdfTeX-1.20a)
+12 0 obj <<
+/Producer (pdfeTeX-1.30.4)
/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)
+/CreationDate (D:20060424171629+02'00')
+/PTEX.Fullbanner (This is pdfeTeX, Version 3.141592-1.30.4-2.2 (Web2C 7.5.5) kpathsea version 3.5.5)
>> endobj
xref
-0 19
+0 13
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
+0000000531 00000 n
+0000034348 00000 n
+0000000420 00000 n
+0000000015 00000 n
+0000036427 00000 n
+0000036340 00000 n
+0000036519 00000 n
+0000034077 00000 n
+0000034208 00000 n
+0000034453 00000 n
+0000036576 00000 n
+0000036626 00000 n
trailer
-<<
-/Size 19
-/Root 17 0 R
-/Info 18 0 R
-/ID [<887B6371FA939B3C9F92B9BCBE53A0DE> <887B6371FA939B3C9F92B9BCBE53A0DE>]
->>
+<< /Size 13
+/Root 11 0 R
+/Info 12 0 R
+/ID [<DDA476E46AA692316F054F07525302DD> <DDA476E46AA692316F054F07525302DD>] >>
startxref
-52769
+36831
%%EOF
diff --git a/Master/texmf-dist/doc/latex/europecv/examples/minimal.tex b/Master/texmf-dist/doc/latex/europecv/examples/minimal.tex
index 3f1e90c434b..5e325443cb5 100644
--- a/Master/texmf-dist/doc/latex/europecv/examples/minimal.tex
+++ b/Master/texmf-dist/doc/latex/europecv/examples/minimal.tex
@@ -1,6 +1,7 @@
-\documentclass[a4paper,helvetica,narrow]{europecv}
+%!TEX encoding = UTF-8 Unicode
+\documentclass[a4paper,helvetica]{europecv}
\usepackage{graphicx}
\begin{document}
\begin{europecv}
- \end{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
deleted file mode 100644
index 91564703f4a..00000000000
--- a/Master/texmf-dist/doc/latex/europecv/examples/publications.bib
+++ /dev/null
@@ -1,12 +0,0 @@
-@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