From cb5a5b669441aa92cac253a77b654a46ed53d35b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 1 Sep 2017 01:33:46 +0000 Subject: komacv-rg (31aug17) git-svn-id: svn://tug.org/texlive/trunk@45187 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/komacv-rg/README.md | 99 +++++++++++++++++++++ .../doc/latex/komacv-rg/komacv-addons.pdf | Bin 0 -> 212660 bytes .../texmf-dist/doc/latex/komacv-rg/komacv-lco.pdf | Bin 0 -> 313804 bytes .../doc/latex/komacv-rg/komacv-multilang.pdf | Bin 0 -> 498043 bytes 4 files changed, 99 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/komacv-rg/README.md create mode 100644 Master/texmf-dist/doc/latex/komacv-rg/komacv-addons.pdf create mode 100644 Master/texmf-dist/doc/latex/komacv-rg/komacv-lco.pdf create mode 100644 Master/texmf-dist/doc/latex/komacv-rg/komacv-multilang.pdf (limited to 'Master/texmf-dist/doc') 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 new file mode 100644 index 00000000000..eef6603824d Binary files /dev/null and b/Master/texmf-dist/doc/latex/komacv-rg/komacv-addons.pdf differ diff --git a/Master/texmf-dist/doc/latex/komacv-rg/komacv-lco.pdf b/Master/texmf-dist/doc/latex/komacv-rg/komacv-lco.pdf new file mode 100644 index 00000000000..2ccbc04eed7 Binary files /dev/null and b/Master/texmf-dist/doc/latex/komacv-rg/komacv-lco.pdf differ diff --git a/Master/texmf-dist/doc/latex/komacv-rg/komacv-multilang.pdf b/Master/texmf-dist/doc/latex/komacv-rg/komacv-multilang.pdf new file mode 100644 index 00000000000..1d4b6a306b0 Binary files /dev/null and b/Master/texmf-dist/doc/latex/komacv-rg/komacv-multilang.pdf differ -- cgit v1.2.3