summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/limecv/README.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-02-09 03:01:29 +0000
committerNorbert Preining <norbert@preining.info>2020-02-09 03:01:29 +0000
commitce124d96f4bfa21c13a9803a0c4c9eecdf11c130 (patch)
tree6c33bd2b021ad3fd95a009b3bfe4300e51435c10 /macros/latex/contrib/limecv/README.md
parent9fe464819ed0a8c536f116bb55dbd39dd32cd904 (diff)
CTAN sync 202002090301
Diffstat (limited to 'macros/latex/contrib/limecv/README.md')
-rw-r--r--macros/latex/contrib/limecv/README.md28
1 files changed, 7 insertions, 21 deletions
diff --git a/macros/latex/contrib/limecv/README.md b/macros/latex/contrib/limecv/README.md
index c50155f639..7f6d8dcb43 100644
--- a/macros/latex/contrib/limecv/README.md
+++ b/macros/latex/contrib/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