diff options
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/komacv-rg/README.md | 99 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/komacv-rg/komacv-addons.pdf | bin | 0 -> 212660 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/komacv-rg/komacv-lco.pdf | bin | 0 -> 313804 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/komacv-rg/komacv-multilang.pdf | bin | 0 -> 498043 bytes |
4 files changed, 99 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/komacv-rg/README.md b/Master/texmf-dist/doc/latex/komacv-rg/README.md new file mode 100644 index 00000000000..bb3a2ab7a98 --- /dev/null +++ b/Master/texmf-dist/doc/latex/komacv-rg/README.md @@ -0,0 +1,99 @@ +The komacv-rg Bundle +======================= + +Copyright (C) 2016-2017 Richard Gay + +Released under the [LaTeX Project Public License](http://www.latex-project.org/lppl/) version 1.2 or later + +## Abstract + +The `komacv-rg` bundle provides packages that aid in creating CVs based +on the `komacv` class and creating related documents, such as cover letters +and cover sheets for job applications. +Concretely, the bundle consists of three packages: `komacv-addons`, +`komacv-lco`, and `komacv-multilang`. +`komacv-addons` is a small collection of add-ons and fixes for the +`komacv` class; `komacv-lco` enables the use of letter class options +from `scrlttr2` also in `komacv`-based and other non-`scrlttr2`-based +documents; `komacv-multilang` enables the provisioning of CVs in multiple +languages and the selection of a language via `babel` or `polyglossia`. + +## Availability + +The `komacv-rg` bundle is on [CTAN](http://www.ctan.org/pkg/komacv-rg), +where you can also find the [documentation](http://mirrors.ctan.org/macros/latex/contrib/komacv-rg/) of the packages contained in the bundle, +as well as on [github](https://github.com/Ri-Ga/komacv-rg). + +## Manual Installation + +The `komacv-rg` package comes with (at least) the following files +* komacv-rg.ins +* komacv-addons.dtx +* komacv-lco.dtx +* komacv-multilang.dtx +* README.md + +and possibly also with +* Makefile +* komacv-addons.pdf and komacv-addons.sty (generated from komacv-addons.dtx) +* komacv-lco.pdf and komacv-lco.sty (generated from komacv-lco.dtx) +* komacv-multilang.pdf and komacv-multilang.sty (generated from komacv-multilang.dtx) + +To install the `komacv-rg` bundle, you additionally need +* docstrip.tex + +To build the packages of the bundle (the `.sty` files), run one of the following +``` + latex komacv-rg.ins + make package (needs Makefile) +``` + +Put the resulting `.sty` files somewhere where LaTeX can find them. +Read the documentation of your LaTeX system to find out where this +might be. + +## Building Documentation + +To build the documentation of the `komacv-rg` bundle, you additionally +need the following classes and packages (including their dependencies) +* ltxdoc +* babel +* cleveref +* csquotes +* datetime2, datetime2-calc +* enumitem +* etoolbox +* filecontents +* fontawesome +* fontenc +* hypdoc +* idxlayout +* inputenc +* keyvaltable +* letltxmacro +* marvosym +* multilang, multilang-sect, multilang-tags +* pbox +* scrkbase, scrlfile +* showexpl +* translations +* xspace + +as well as +* pdflatex + +To build the documentation (`.pdf` files for the packages), either run +``` + make docs +``` +or the following sequence of commands for `PKG` being one of `komacv-addons`, +`komacv-lco` or `komacv-multilang`. +``` + pdflatex PKG.dtx + makeindex -s gind.ist -o PKG.ind PKG.idx + makeindex -s gglo.ist -o PKG.gls PKG.glo + pdflatex PKG.dtx + pdflatex PKG.dtx +``` + +Happy TeX'ing diff --git a/Master/texmf-dist/doc/latex/komacv-rg/komacv-addons.pdf b/Master/texmf-dist/doc/latex/komacv-rg/komacv-addons.pdf Binary files differnew file mode 100644 index 00000000000..eef6603824d --- /dev/null +++ b/Master/texmf-dist/doc/latex/komacv-rg/komacv-addons.pdf diff --git a/Master/texmf-dist/doc/latex/komacv-rg/komacv-lco.pdf b/Master/texmf-dist/doc/latex/komacv-rg/komacv-lco.pdf Binary files differnew file mode 100644 index 00000000000..2ccbc04eed7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/komacv-rg/komacv-lco.pdf diff --git a/Master/texmf-dist/doc/latex/komacv-rg/komacv-multilang.pdf b/Master/texmf-dist/doc/latex/komacv-rg/komacv-multilang.pdf Binary files differnew file mode 100644 index 00000000000..1d4b6a306b0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/komacv-rg/komacv-multilang.pdf |