summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-02-01 22:24:43 +0000
committerKarl Berry <karl@freefriends.org>2019-02-01 22:24:43 +0000
commit805981bbd523e8de0f52342e707cdee1318bff24 (patch)
tree8d07dc0e763ac70cd2b5215b146499d3d36e73e6 /Master/texmf-dist/doc
parent6f86b3a71f98c77e43aead443cc3faf8b4c27909 (diff)
europecv (1feb19)
git-svn-id: svn://tug.org/texlive/trunk@49902 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/europecv/CHANGELOG.rst6
-rw-r--r--Master/texmf-dist/doc/latex/europecv/CONTRIBUTING.md46
-rw-r--r--Master/texmf-dist/doc/latex/europecv/README.md4
-rw-r--r--Master/texmf-dist/doc/latex/europecv/europecv.pdfbin676868 -> 681394 bytes
-rw-r--r--Master/texmf-dist/doc/latex/europecv/europecv.tex8
-rw-r--r--Master/texmf-dist/doc/latex/europecv/templates/cv_template_academic_en.pdfbin51336 -> 51442 bytes
-rw-r--r--Master/texmf-dist/doc/latex/europecv/templates/cv_template_academic_en.tex1
-rw-r--r--Master/texmf-dist/doc/latex/europecv/templates/cv_template_en.pdfbin38365 -> 38539 bytes
-rw-r--r--Master/texmf-dist/doc/latex/europecv/templates/cv_template_en.tex1
9 files changed, 63 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/europecv/CHANGELOG.rst b/Master/texmf-dist/doc/latex/europecv/CHANGELOG.rst
index 2d756f4998e..aee08060f02 100644
--- a/Master/texmf-dist/doc/latex/europecv/CHANGELOG.rst
+++ b/Master/texmf-dist/doc/latex/europecv/CHANGELOG.rst
@@ -1,7 +1,11 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package europecv
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-2019.01.24
+2019.01.31
+----------
+* Optional CV update date by using the command \ecvdate{}
+* Contributors: Giuseppe Silano
+2019.01.25
----------
* Completed the "ecvsv.def" file with the Swedish translation
* Contributors: Emil Gardstrรถm
diff --git a/Master/texmf-dist/doc/latex/europecv/CONTRIBUTING.md b/Master/texmf-dist/doc/latex/europecv/CONTRIBUTING.md
new file mode 100644
index 00000000000..fd2ebb98812
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/europecv/CONTRIBUTING.md
@@ -0,0 +1,46 @@
+Contributing
+============
+
+๐Ÿ‘๐ŸŽ‰ Thanks a lot for considering contributing ๐ŸŽ‰๐Ÿ‘
+
+We welcome and encourage contribution. There is many way to contribute: you can
+write bug report, contribute code or documentation (take a look at the
+[Wiki section](https://github.com/gsilano/EuropeCV/wiki)).
+
+## Reporting issues
+
+When reporting issues the more information you can supply the better.
+
+If it is an issue with building the LaTeX package, indicate your environment like operating system and,
+version of MikTeX your are using.
+
+## Improvements request and proposal
+
+Feel free to make an issue to request a new functionality.
+
+## Contributing code/Pull-Request
+
+We welcome contribution, this can be done by starting a pull-request.
+You can contribute by updating the package content or styling, code (.cls file), or both.
+
+### Contributing content or styling
+
+There is a couple of basic requirement for us to merge the pull request:
+ - The styling should maintain the compatibility with previous versions. For example, if you plan to
+ add a new number to the contact information, it should be optional and not mandatory allowing not to
+ change anything to the other users of the package.
+
+### Contributing code
+
+If the change is big, typically if the change span to more than one file, consider starting an issue first to discuss the improvement.
+This will makes it much easier to make the change fit well into the package.
+
+There is some basic requirement for us to merge a pull request:
+ - Describe the change (a bot will remind you in case you forget it)
+ - Refer to any issues it effects
+ - Separate one pull request per functionality: if you start writing "and" in the feature description consider if it could be
+ separated in two pull requests.
+
+In your code:
+ - Make sure the coding style of your code follows the style of the file.
+
diff --git a/Master/texmf-dist/doc/latex/europecv/README.md b/Master/texmf-dist/doc/latex/europecv/README.md
index b71a6020125..fd64b4038fe 100644
--- a/Master/texmf-dist/doc/latex/europecv/README.md
+++ b/Master/texmf-dist/doc/latex/europecv/README.md
@@ -22,6 +22,8 @@ Well, if you are reading this section it means that you are thinking of helping
2. Each change must be reported in the ```CHANGELOG``` file. Please, do not forget to be clear and specify who made this contribution.
-3. In the head of each file, is the date on which the last changes were made. Please, do not forget to update this information. The same procedure must be followed in the tex file ```europecv.tex```.
+3. In the head of each file, there is the date on which the last changes were made. Please, do not forget to update this information. The same procedure must be followed in the tex file ```europecv.tex``` (at the beginning of the file a date says when the file has been changed).
+
+In any case, please take a look to the [Contributing.md](https://github.com/gsilano/EuropeCV/blob/master/CONTRIBUTING.md) file.
diff --git a/Master/texmf-dist/doc/latex/europecv/europecv.pdf b/Master/texmf-dist/doc/latex/europecv/europecv.pdf
index 24a8e0b6495..d4284cb7f38 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 36042e97c9f..d1c28d86d8d 100644
--- a/Master/texmf-dist/doc/latex/europecv/europecv.tex
+++ b/Master/texmf-dist/doc/latex/europecv/europecv.tex
@@ -51,7 +51,7 @@
Department of Engineering\\
University of Sannio in Benevento, Italy\\
}
-\date{January 25, 2019}
+\date{January 31, 2019}
\begin{document}
@@ -211,6 +211,8 @@ The following options can be used with the \texttt{\textbackslash documentclass}
\begin{europecv}
\section{Personal information}
+ \ecvitem{\ecv{date}\texttt{\{}\textit{date}\texttt{\}}}{Sets CV update date to \emph{date}. To
+ enter the current date use the \texttt{$\setminus$}\texttt{today} command.}
\ecvitem{\ecv{name}\texttt{\{}\textit{name}\texttt{\}}}{Sets your name to \emph{name}.}
\ecvitem{\ecv{footername}\texttt{\{}\textit{name}\texttt{\}}}{Sets your name as it appears in the footer. By default, the name in the footer is the same as the one specified with \ecv{name}. Use \ecv{footername} is you want it to be different (for example, if you want to exchange the order of first name and last name).}
\ecvitem{\ecv{firstname}\texttt{\{}\textit{name}\texttt{\}}}{\textbf{Deprecated.} Use \ecv{name} and \ecv{footername} instead.}
@@ -261,6 +263,7 @@ For example, consider the following document:
\ecvgender{Male}
\ecvbeforepicture{\raggedright}
\ecvpicture[height=3cm]{examples/at}
+ \ecvdate{\today}
\begin{document}
\begin{europecv}
@@ -286,6 +289,7 @@ The above will produce the following output:
\ecvnationality{English}
\ecvdateofbirth{June 23 1927}
\ecvgender{Male}
+ \ecvdate{\today}
\ecvpicture[height=3cm]{examples/at}
\fontfamily{phv}\fontseries{mc}\selectfont
\renewcommand{\bfdefault}{bc}
@@ -317,6 +321,7 @@ If you do not want to use so much space, you may add some negative space with \e
\ecvbeforepicture{\raggedleft}
\ecvpicture[height=3cm]{examples/at}
\ecvafterpicture{\ecvspace{-3.5cm}}
+ \ecvdate{\today}
\begin{document}
\begin{europecv}
@@ -340,6 +345,7 @@ The output of the above code looks like this:
\ecvnationality{English}
\ecvdateofbirth{June 23 1927}
\ecvgender{Male}
+ \ecvdate{\today}
\ecvbeforepicture{\raggedleft}
\ecvpicture[height=3cm]{examples/at}
\ecvafterpicture{\ecvspace{-3.5cm}}
diff --git a/Master/texmf-dist/doc/latex/europecv/templates/cv_template_academic_en.pdf b/Master/texmf-dist/doc/latex/europecv/templates/cv_template_academic_en.pdf
index c4d8ddbbafb..f8e45038ec7 100644
--- a/Master/texmf-dist/doc/latex/europecv/templates/cv_template_academic_en.pdf
+++ b/Master/texmf-dist/doc/latex/europecv/templates/cv_template_academic_en.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/europecv/templates/cv_template_academic_en.tex b/Master/texmf-dist/doc/latex/europecv/templates/cv_template_academic_en.tex
index 963a7dff0d8..157dbafb53b 100644
--- a/Master/texmf-dist/doc/latex/europecv/templates/cv_template_academic_en.tex
+++ b/Master/texmf-dist/doc/latex/europecv/templates/cv_template_academic_en.tex
@@ -60,6 +60,7 @@
\ecvnationality{(Remove if not relevant)}
\ecvdateofbirth{(Remove if not relevant)}
\ecvgender{(Remove if not relevant)}
+\ecvdate{\today}
%\ecvpicture[width=3cm]{mypicture}
%\ecvfootnote{For further details please take a look here: \url{http://europass.cedefop.eu.int}\\
%\textcopyright~European Communities, 2003.}
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 a2b5cece4dc..ae51fa490c0 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 1dd53e97b84..6b493be664d 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
@@ -28,6 +28,7 @@
\ecvnationality{(Remove if not relevant)}
\ecvdateofbirth{(Remove if not relevant)}
\ecvgender{(Remove if not relevant)}
+\ecvdate{\today}
%\ecvpicture[width=3cm]{mypicture}
%\ecvfootnote{For further details please take a look here: \url{http://europass.cedefop.eu.int}\\
%\textcopyright~European Communities, 2003.}