summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-07-22 21:17:02 +0000
committerKarl Berry <karl@freefriends.org>2018-07-22 21:17:02 +0000
commit74b704dd83eb2b8913e207a3e53a035eafbc457c (patch)
tree054d7518de02b2768c91dca544f2a91bf39f6861 /Master/texmf-dist/doc
parentd9d5b6b29fcac7ee0e1717ce8713a408641e600d (diff)
europecv (22jul18)
git-svn-id: svn://tug.org/texlive/trunk@48251 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/europecv/CHANGELOG.rst4
-rw-r--r--Master/texmf-dist/doc/latex/europecv/README.md10
-rw-r--r--Master/texmf-dist/doc/latex/europecv/europecv.pdfbin671692 -> 670274 bytes
-rw-r--r--Master/texmf-dist/doc/latex/europecv/europecv.tex71
-rw-r--r--Master/texmf-dist/doc/latex/europecv/templates/cv_template_en.pdfbin35300 -> 35175 bytes
-rw-r--r--Master/texmf-dist/doc/latex/europecv/templates/cv_template_en.tex1
6 files changed, 49 insertions, 37 deletions
diff --git a/Master/texmf-dist/doc/latex/europecv/CHANGELOG.rst b/Master/texmf-dist/doc/latex/europecv/CHANGELOG.rst
index 02b337ac036..b05861593a1 100644
--- a/Master/texmf-dist/doc/latex/europecv/CHANGELOG.rst
+++ b/Master/texmf-dist/doc/latex/europecv/CHANGELOG.rst
@@ -1,6 +1,10 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package europecv
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+2018.07.22
+----------
+* Some changes based on #2. Specifically, the \ecvsection and \ecvfax commands have been restored. Furthermore, the documentation has been updtated explaining how to use the \ecvtelephone command.
+* Cotributors: Giuseppe Silano
2018.07.13
----------
diff --git a/Master/texmf-dist/doc/latex/europecv/README.md b/Master/texmf-dist/doc/latex/europecv/README.md
index 899542b4970..e5b0993a339 100644
--- a/Master/texmf-dist/doc/latex/europecv/README.md
+++ b/Master/texmf-dist/doc/latex/europecv/README.md
@@ -2,15 +2,17 @@
# EuropeCV
-TeX code associated to the EuropeCV CTAN repository, https://ctan.org/pkg/europecv
+TeX code associated to the EuropeCV [CTAN repository](https://ctan.org/pkg/europecv).
# Content of the package
-The package contains the ```\TeX``` files needed to create your CV in ```LaTeX```. In the package there are some examples that you can follow to build yours.
+The package contains the ```TeX``` and the ```cls``` files needed to create your CV in ```LaTeX```. In the package, there are some examples that you can follow to build your CV.
-I apologize if some translations are wrong, but Italian is my mother tongue. Therefore, you can independently change the content by editing the text in the ```.def``` files. The suffix "it", "de", and so on, indicates the language (for example, "it" means Italian, "de" German, etc.).
+I apologize if some translations are wrong, but Italian is my mother tongue. I'm trying to improve my English skills, but it is not an easy task. So, please, do not hesitate to correct the information reported in this README.md file.
-The ```.cls``` file contains the heart of the code. You can use it to redefine the package (for example, replace the office phone number tag with the fax number one, and son on).
+Therefore, you can independently change the content of the translation files by editing the text in the ```.def``` files. The suffix "it", "de", and so on, indicates the language (e.g., "it" means Italian, "de" German, etc.).
+
+Conversely, the ```.cls``` file contains the heart of the code. You can use it to redefine the package by adding your functionality. In such case, please feel free to share your code with the community members that already use EuropeCV.
# ✨ Contributors ✨
diff --git a/Master/texmf-dist/doc/latex/europecv/europecv.pdf b/Master/texmf-dist/doc/latex/europecv/europecv.pdf
index 0f7eb133a65..f90fbd93d02 100644
--- a/Master/texmf-dist/doc/latex/europecv/europecv.pdf
+++ 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
index 534c03809d7..efabb206461 100644
--- a/Master/texmf-dist/doc/latex/europecv/europecv.tex
+++ b/Master/texmf-dist/doc/latex/europecv/europecv.tex
@@ -5,7 +5,6 @@
\usepackage{lmodern}
%\usepackage{microtype}
\usepackage{booktabs}
-\usepackage{maltese}
\usepackage[a4paper,left=2cm,right=2cm,top=2cm,bottom=3cm]{geometry}
@@ -52,7 +51,7 @@
Department of Engineering\\
University of Sannio in Benevento, Italy\\
}
-\date{July 13, 2018}
+\date{July 22, 2018}
\begin{document}
@@ -154,7 +153,7 @@ The following options can be used with the \texttt{\textbackslash documentclass}
\ecvitem{\texttt{italian}}{Chooses Italian language.}
\ecvitem{\texttt{latvian}}{Chooses Latvian language.}
\ecvitem{\texttt{lithuanian}}{Chooses Lithuanian language (translation not yet completed). Note that this option does not work with the~\texttt{OT1} font encoding. Use the \textsf{fontenc} package to select an alternate font encoding, such as~\texttt{T1} (\texttt{\textbackslash usepackage[T1]\{fontenc\}} in the preamble of your document).}
- \ecvitem{\texttt{maltese}}{Chooses Maltese language. You should use the \texttt{T4} font encoding (put \texttt{\textbackslash usepackage[T4]\{fontenc\}} in the preamble of your document), or include the \textsf{maltese} package and use the commands \texttt{\textbackslash mh}, \texttt{\textbackslash mH} and so on, for~\mh, \mH\ etc\ldots See the \textsf{examples} folder for a couple of examples.}
+ \ecvitem{\texttt{maltese}}{Chooses Maltese language. You should use the \texttt{T4} font encoding (put \texttt{\textbackslash usepackage[T4]\{fontenc\}} font encoding (put \texttt{\textbackslash usepackage[T4]\{fontenc\}} in the preamble of your document), or include the \textsf{maltese} package and use the commands \texttt{\textbackslash mh}, \texttt{\textbackslash mH} and so on, for~\/mh, \/mH\ etc\ldots See the \textsf{examples}.}
\ecvitem{\texttt{norwegian}}{Chooses Norwegian language.}
\ecvitem{\texttt{polish}}{Chooses Polish language. Note that this option does not work with the~\texttt{OT1} font encoding. Use the \textsf{fontenc} package to select an alternate font encoding, such as~\texttt{T1} (\texttt{\textbackslash usepackage[T1]\{fontenc\}} in the preamble of your document).}
\ecvitem{\texttt{portuguese}}{Chooses Portuguese language.}
@@ -217,8 +216,9 @@ The following options can be used with the \texttt{\textbackslash documentclass}
\ecvitem{\ecv{firstname}\texttt{\{}\textit{name}\texttt{\}}}{\textbf{Deprecated.} Use \ecv{name} and \ecv{footername} instead.}
\ecvitem{\ecv{lastname}\texttt{\{}\textit{name}\texttt{\}}}{\textbf{Deprecated.} Use \ecv{name} and \ecv{footername} instead.}
\ecvitem{\ecv{address}\texttt{\{}\textit{addr}\texttt{\}}}{Sets the address to \emph{addr}.}
- \ecvitem{\ecv{telephone}\texttt{[}\textit{mobile}\texttt{]}\texttt{\{}\textit{tel}\texttt{\}}}{Sets the telephone number to \emph{tel} and, optionally, the mobile number to~\emph{mobile}.}
- \ecvitem{\ecv{mobile}\texttt{\{}\textit{mobile}\texttt{\}}}{Sets the mobile number to \emph{mobile phone}.}
+ \ecvitem{\ecv{fax}\texttt{\{}\textit{fax}\texttt{\}}}{Sets the fax number to \emph{fax}. If you do not have any fax number, you can leave it empty.}
+ \ecvitem{\ecv{telephone}\texttt{[}\textit{office}\texttt{]}\texttt{\{}\textit{mobile}\texttt{\}}\\\texttt{\{}\textit{tel}\texttt{\}}}{Sets the telephone number to \emph{tel} and, optionally, the mobile and the office numbers to~\emph{mobile} and to~\emph{office}, respectively.}
+ \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{professional}\texttt{\{}\textit{professional}\texttt{\}}}{Sets the professional email to \emph{professional}.}
\ecvitem{\ecv{pec}\texttt{\{}\textit{pec}\texttt{\}}}{Sets the PEC email to \emph{PEC}.}
@@ -233,9 +233,9 @@ The following options can be used with the \texttt{\textbackslash documentclass}
\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.
- Note that the \ecv{picture} command does not draw anything: your picture is inserted when \ecv{personalinfo} occurs. The picture position can be controlled with \ecv{beforepicture}: for example, \ecv{beforepicture}\texttt{\{\textbackslash raggedright\}} draws the picture on the left, and \ecv{beforepicture}\texttt{\{\textbackslash centering\}} centers the picture.
+ Note that the \ecv{picture} command does not draw anything: your picture is inserted when \ecv{personalinfo} occurs. The picture position can be controlled with \ecv{beforepicture}: for example, \ecv{beforepicture}\texttt{\{\textbackslash raggedright\}} draws the picture on the left, and \ecv{beforepicture}\texttt{\{\textbackslash centering\}} centers the picture.
- The \ecv{personalinfo} command has an optional argument that tells how much vertical space to leave after the personal information block.}
+ The \ecv{personalinfo} command has an optional argument that tells how much vertical space to leave after the personal information block.}
\end{europecv}
@@ -249,11 +249,12 @@ For example, consider the following document:
\ecvname{Alan Touring}
\ecvfootername{}
\ecvaddress{Wilmslow, Cheshire, England}
- \ecvtelephone[0000]{0000}{0000}
- \ecvemail{\href{mailto:alan.turing@alan.turing}{alan.turing@alan.turing}}
- \ecvprofessional{\href{mailto:alan.turing@alan.turing.work}{alan.turing@alan.turing.work}}
- \ecvpec{\href{mailto:alan.turin@pec.it}{alan.turin@pec.it}}
- \ecvskype{alan-tuginr}
+ \ecvtelephone[1234]{5678}{4321}
+ \ecvfax{0055884321}
+ \ecvemail{\href{mailto:alan.touring@alan.turing}{alan.touring@alan.turing}}
+ \ecvprofessional{\href{mailto:alan.touring@alan.touring.work}{alan.touring@alan.touring.work}}
+ \ecvpec{\href{mailto:alan.touring@pec.it}{alan.touring@pec.it}}
+ \ecvskype{alan-touring}
\ecvnationality{English}
\ecvdateofbirth{June 23 1927}
\ecvgender{Male}
@@ -271,17 +272,18 @@ The above will produce the following output:
\bigskip\medskip
{
- \ecvname{Alan Touring}
- \ecvfootername{}
- \ecvaddress{Wilmslow, Cheshire, England}
- \ecvtelephone[0000]{0000}{0000}
- \ecvemail{\href{mailto:alan.turing@alan.turing}{alan.turing@alan.turing}}
- \ecvprofessional{\href{mailto:alan.turing@alan.turing.work}{alan.turing@alan.turing.work}}
- \ecvpec{\href{mailto:alan.turin@pec.it}{alan.turin@pec.it}}
- \ecvskype{alan-tuginr}
- \ecvnationality{English}
- \ecvdateofbirth{June 23 1927}
- \ecvgender{Male}
+ \ecvname{Alan Touring}
+ \ecvfootername{}
+ \ecvaddress{Wilmslow, Cheshire, England}
+ \ecvtelephone[1234]{5678}{4321}
+ \ecvfax{0055884321}
+ \ecvemail{\href{mailto:alan.touring@alan.turing}{alan.touring@alan.turing}}
+ \ecvprofessional{\href{mailto:alan.touring@alan.touring.work}{alan.touring@alan.touring.work}}
+ \ecvpec{\href{mailto:alan.touring@pec.it}{alan.touring@pec.it}}
+ \ecvskype{alan-touring}
+ \ecvnationality{English}
+ \ecvdateofbirth{June 23 1927}
+ \ecvgender{Male}
\ecvpicture[height=3cm]{examples/at}
\fontfamily{phv}\fontseries{mc}\selectfont
\renewcommand{\bfdefault}{bc}
@@ -300,11 +302,12 @@ If you do not want to use so much space, you may add some negative space with \e
\ecvname{Alan Touring}
\ecvfootername{}
\ecvaddress{Wilmslow, Cheshire, England}
- \ecvtelephone[0000]{0000}{0000}
- \ecvemail{\href{mailto:alan.turing@alan.turing}{alan.turing@alan.turing}}
- \ecvprofessional{\href{mailto:alan.turing@alan.turing.work}{alan.turing@alan.turing.work}}
- \ecvpec{\href{mailto:alan.turin@pec.it}{alan.turin@pec.it}}
- \ecvskype{alan-tuginr}
+ \ecvtelephone[1234]{5678}{4321}{0055884321}
+ \ecvfax{0055884321}
+ \ecvemail{\href{mailto:alan.touring@alan.turing}{alan.touring@alan.turing}}
+ \ecvprofessional{\href{mailto:alan.touring@alan.touring.work}{alan.touring@alan.touring.work}}
+ \ecvpec{\href{mailto:alan.touring@pec.it}{alan.touring@pec.it}}
+ \ecvskype{alan-touring}
\ecvnationality{English}
\ecvdateofbirth{June 23 1927}
\ecvgender{Male}
@@ -324,11 +327,12 @@ The output of the above code looks like this:
\ecvname{Alan Touring}
\ecvfootername{}
\ecvaddress{Wilmslow, Cheshire, England}
- \ecvtelephone[0000]{0000}{0000}
- \ecvemail{\href{mailto:alan.turing@alan.turing}{alan.turing@alan.turing}}
- \ecvprofessional{\href{mailto:alan.turing@alan.turing.work}{alan.turing@alan.turing.work}}
- \ecvpec{\href{mailto:alan.turin@pec.it}{alan.turin@pec.it}}
- \ecvskype{alan-tuginr}
+ \ecvtelephone[1234]{5678}{4321}
+ \ecvfax{0055884321}
+ \ecvemail{\href{mailto:alan.touring@alan.turing}{alan.touring@alan.turing}}
+ \ecvprofessional{\href{mailto:alan.touring@alan.touring.work}{alan.touring@alan.touring.work}}
+ \ecvpec{\href{mailto:alan.touring@pec.it}{alan.touring@pec.it}}
+ \ecvskype{alan-touring}
\ecvnationality{English}
\ecvdateofbirth{June 23 1927}
\ecvgender{Male}
@@ -349,6 +353,7 @@ Note that if your personal data (e.g., your address) is long enough, then some t
\begin{europecv}
\section{Sectioning commands}
\ecvitem{\texttt{\textbackslash}{\texttt{section}}\texttt{[}\textit{vspace}\texttt{]}\texttt{\{}\textit{title}\texttt{\}}}{Starts a new section. For example, the current section has been started with \texttt{\textbackslash}{\texttt{section}}\texttt{\{Sectioning commands\}}.}
+ \ecvitem{\texttt{\textbackslash}{\texttt{ecvsection}}\texttt{[}\textit{vspace}\texttt{]}\texttt{\{}\textit{title}\texttt{\}}}{\textbf{Deprecated. It is still available for backward compatibility.} Starts a new section. For example, the current section has been started with \texttt{\textbackslash}{\texttt{ecvsection}}\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
diff --git a/Master/texmf-dist/doc/latex/europecv/templates/cv_template_en.pdf b/Master/texmf-dist/doc/latex/europecv/templates/cv_template_en.pdf
index 13a5042ef02..350daaebe28 100644
--- a/Master/texmf-dist/doc/latex/europecv/templates/cv_template_en.pdf
+++ b/Master/texmf-dist/doc/latex/europecv/templates/cv_template_en.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/europecv/templates/cv_template_en.tex b/Master/texmf-dist/doc/latex/europecv/templates/cv_template_en.tex
index b56cc72edb4..e0ae56c46b9 100644
--- a/Master/texmf-dist/doc/latex/europecv/templates/cv_template_en.tex
+++ b/Master/texmf-dist/doc/latex/europecv/templates/cv_template_en.tex
@@ -19,6 +19,7 @@
\ecvfootername{Name, Surname}
\ecvaddress{(Remove if not relevant)}
\ecvtelephone[(Remove if not relevant)]{(Remove if not relevant)}{(Remove if not relevant)}
+\ecvfax{(Remove if not relevant)}
\ecvemail{\href{mailto:email@gemail.com}{email@email.com}}
\ecvprofessional{\href{mailto:email@email.it}{email@email.it}}
\ecvpec{\href{mailto:emailo@pec.it}{email@pec.it}}