summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-02-08 22:18:03 +0000
committerKarl Berry <karl@freefriends.org>2020-02-08 22:18:03 +0000
commitd40a26c699d6f0303ec54ea646d5eb96b4ab54bf (patch)
tree3f85b090bd7727fe6da4c1bb0a5411adc64e3b75 /Master/texmf-dist/doc/latex
parent11d5fee6b76a80c9692e53d37256704799b2ed0b (diff)
limecv (8feb20)
git-svn-id: svn://tug.org/texlive/trunk@53720 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/limecv/README.md28
-rw-r--r--Master/texmf-dist/doc/latex/limecv/examples/mwe-latex.pdfbin112373 -> 112373 bytes
-rw-r--r--Master/texmf-dist/doc/latex/limecv/examples/mwe-lualatex.pdfbin95394 -> 41474 bytes
-rw-r--r--Master/texmf-dist/doc/latex/limecv/examples/mwe-xelatex.pdfbin56455 -> 42445 bytes
-rw-r--r--Master/texmf-dist/doc/latex/limecv/examples/mwe-xelatex.tex1
-rw-r--r--Master/texmf-dist/doc/latex/limecv/limecv.pdfbin333109 -> 205852 bytes
6 files changed, 8 insertions, 21 deletions
diff --git a/Master/texmf-dist/doc/latex/limecv/README.md b/Master/texmf-dist/doc/latex/limecv/README.md
index c50155f639b..7f6d8dcb43d 100644
--- a/Master/texmf-dist/doc/latex/limecv/README.md
+++ b/Master/texmf-dist/doc/latex/limecv/README.md
@@ -1,5 +1,7 @@
# limecv <img src="src/images/limecv-icon.png" alt="limecv project icon" width="40px"/>
+[![Build Status](https://travis-ci.org/opieters/limecv.svg?branch=master)](https://travis-ci.org/opieters/limecv)
+
`limecv` is a document class to typeset curriculum vitæ in (Xe/Lua)LaTeX.
The design of this document class is detailed in [a series of blog posts][blog].
@@ -22,33 +24,17 @@ After installing this package, make sure you have the following fonts installed:
* [FontAwesome][FA]
* [Fira][fira] (only needed when using XeLaTeX/LuaLaTeX)
-The following packages need to be installed on your system. They are all available on CTAN:
-`kvoptions`,
-`ifxetex`,
-`ifluatex`,
-`xparse`,
-`calc`,
-`xcolor`,
-`tabularx`,
-`hyperref`,
-`url`,
-`parskip`,
-`xstring`,
-`xkeyval`,
-`tikz`,
-`graphicx`,
-`fontspec` (XeLaTeX and LuaLaTeX only) and
-`fontawesome`.
+The required packages are all available on CTAN. `support/install_texlive.sh` list all of them.
## Documentation
-The class documentation can be found on [CTAN](http://mirrors.ctan.org/macros/latex/contrib/limecv/limecv.pdf).
+The class documentation can be found on [CTAN](http://ctan.org/tex-archive/macros/latex/contrib/limecv/limecv.pdf).
-Alternatively, the documentation can also be created by running `pdflatex limecv.dtx`.
+Alternatively, the documentation can also be created by running `xelatex limecv.dtx`.
## Examples
-To compile the examples in `/examples/`, install the package from CTAN or compile from source by running: `pdflatex limecv.ins` and copy the resulting `limecv.cls` file to the `/examples/` folder.
+To compile the examples in `/examples/`, install the package from CTAN or compile from source by running: `xelatex limecv.ins` and copy the resulting `limecv.cls` file to the `/examples/` folder.
## Licence
@@ -56,7 +42,7 @@ LPPL v1.3c See LICENSE file.
Default profile picture courtesy of Twitter.
-© 2017 Olivier Pieters
+© 2017 - 2020 Olivier Pieters
[blog]: https://olivierpieters.be/blog/archive/tag/limecv
[FA]: http://fontawesome.io
diff --git a/Master/texmf-dist/doc/latex/limecv/examples/mwe-latex.pdf b/Master/texmf-dist/doc/latex/limecv/examples/mwe-latex.pdf
index 9f80f454148..5c713461d11 100644
--- a/Master/texmf-dist/doc/latex/limecv/examples/mwe-latex.pdf
+++ b/Master/texmf-dist/doc/latex/limecv/examples/mwe-latex.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/limecv/examples/mwe-lualatex.pdf b/Master/texmf-dist/doc/latex/limecv/examples/mwe-lualatex.pdf
index 28d661bf7e1..2c45a52ba2b 100644
--- a/Master/texmf-dist/doc/latex/limecv/examples/mwe-lualatex.pdf
+++ b/Master/texmf-dist/doc/latex/limecv/examples/mwe-lualatex.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/limecv/examples/mwe-xelatex.pdf b/Master/texmf-dist/doc/latex/limecv/examples/mwe-xelatex.pdf
index 2d339ef2270..9f8a7415ead 100644
--- a/Master/texmf-dist/doc/latex/limecv/examples/mwe-xelatex.pdf
+++ b/Master/texmf-dist/doc/latex/limecv/examples/mwe-xelatex.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/limecv/examples/mwe-xelatex.tex b/Master/texmf-dist/doc/latex/limecv/examples/mwe-xelatex.tex
index e390aecfd00..fcc52ec7662 100644
--- a/Master/texmf-dist/doc/latex/limecv/examples/mwe-xelatex.tex
+++ b/Master/texmf-dist/doc/latex/limecv/examples/mwe-xelatex.tex
@@ -34,6 +34,7 @@
\begin{document}
+\cvSetLanguage{german}
% Design of side bar.
\begin{cvSidebar}
diff --git a/Master/texmf-dist/doc/latex/limecv/limecv.pdf b/Master/texmf-dist/doc/latex/limecv/limecv.pdf
index b17f45cddc2..3f9abc70690 100644
--- a/Master/texmf-dist/doc/latex/limecv/limecv.pdf
+++ b/Master/texmf-dist/doc/latex/limecv/limecv.pdf
Binary files differ