diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/komacv-rg/komacv-addons.pdf | bin | 212660 -> 211975 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/komacv-rg/komacv-lco.pdf | bin | 313804 -> 313121 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/komacv-rg/komacv-multilang.pdf | bin | 498043 -> 380590 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/komacv-rg/komacv-multilang.dtx | 18 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/komacv-rg/komacv-rg.ins | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/komacv-rg/komacv-addons.sty | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/komacv-rg/komacv-lco.sty | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/komacv-rg/komacv-multilang.sty | 5 |
8 files changed, 14 insertions, 17 deletions
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 differindex eef6603824d..5976354ef4f 100644 --- a/Master/texmf-dist/doc/latex/komacv-rg/komacv-addons.pdf +++ 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 differindex 2ccbc04eed7..eae3688e535 100644 --- a/Master/texmf-dist/doc/latex/komacv-rg/komacv-lco.pdf +++ 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 differindex 1d4b6a306b0..6d7810cc00f 100644 --- a/Master/texmf-dist/doc/latex/komacv-rg/komacv-multilang.pdf +++ b/Master/texmf-dist/doc/latex/komacv-rg/komacv-multilang.pdf diff --git a/Master/texmf-dist/source/latex/komacv-rg/komacv-multilang.dtx b/Master/texmf-dist/source/latex/komacv-rg/komacv-multilang.dtx index ef4416da154..2f2cfcc4421 100644 --- a/Master/texmf-dist/source/latex/komacv-rg/komacv-multilang.dtx +++ b/Master/texmf-dist/source/latex/komacv-rg/komacv-multilang.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -% Copyright (C) 2016-2017 by Richard Gay <richard.gay@t-online.de> +% Copyright (C) 2016-2018 by Richard Gay <richard.gay@t-online.de> % ------------------------------------------------------- % % This file may be distributed and/or modified under the @@ -22,7 +22,7 @@ %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<package>\ProvidesPackage{komacv-multilang} %<*package> - [2017/08/30 v0.9 Package for multi-lingual extension to komacv] + [2018/05/01 v0.9.1 Package for multi-lingual extension to komacv] %</package> % %<*driver> @@ -163,7 +163,6 @@ % \maketitle % % \section{Introduction} -% \label{sec:Introduction} % % The goal of \ThisPackage is to simplify the specification and maintenance of a % CV in multiple languages. More concretely, \ThisPackage enables one @@ -283,7 +282,6 @@ % % % \section{Usage} -% \label{sec:Usage} % % % \subsection{Package Loading} @@ -300,11 +298,10 @@ % The \ThisPackage package has one package option: |languages|. % Through this option, the set of languages known to \ThisPackage is specified, % as a comma-separated list. -% \cref{sec:Usage-Sections} includes an example of loading \ThisPackage. +% The following section includes an example of loading \ThisPackage. % % % \subsection{Sections} -% \label{sec:Usage-Sections} % % The \ThisPackage package utilizes \textsf{multilang-sect} for sectioning % environments. Under the \BasePackage class, these environments produce @@ -355,7 +352,6 @@ % % % \subsection{CV Entries} -% \label{sec:Usage-Entries} % % The \BasePackage provides a set of macros for typesetting CV entries. In the % following, we introduce the proxies for these macros provided by \ThisPackage. @@ -580,7 +576,7 @@ % \subsection{Dates and Lists} % % The \ThisPackage package defines several datatypes, such as |date| and -% |daterange|, which are illustrated multiple times in \cref{sec:Usage-Entries}. +% |daterange|, which are illustrated multiple times above. % The following is a complete list of all defined datatypes. % % \begin{description} @@ -672,8 +668,7 @@ \RequirePackage{multilang-tags} \RequirePackage{multilang-sect} % \end{macrocode} -% For the date datatypes (\cref{sec:Implementation-DateFormatting}), we use the -% following packages: +% For the date datatypes, we use the following packages: % \begin{macrocode} \PassOptionsToPackage{useregional}{datetime2} \RequirePackage{datetime2,datetime2-calc} @@ -688,7 +683,6 @@ % environments. % % \subsubsection{Date Formatting} -% \label{sec:Implementation-DateFormatting} % % First, we define the three datatypes. The code largely speaks for itself. % \begin{macrocode} @@ -738,9 +732,11 @@ % To ensure a proper spacing, we use \textsf{komacv}'s |compactitem| environment % and encapsulate this environment inside a |minipage|. % Only inside this environment, we enable the |\Item| macro. +% \changes{v0.9.1}{2018/05/01}{Permit empty |list|s} % \begin{macrocode} \begin{minipage}[t]{\linewidth}% \let\Item=\kcvml@listitem + \let\@noitemerr\relax \compactitem #1% % \end{macrocode} diff --git a/Master/texmf-dist/source/latex/komacv-rg/komacv-rg.ins b/Master/texmf-dist/source/latex/komacv-rg/komacv-rg.ins index d2b84a91526..40a45c7ed46 100644 --- a/Master/texmf-dist/source/latex/komacv-rg/komacv-rg.ins +++ b/Master/texmf-dist/source/latex/komacv-rg/komacv-rg.ins @@ -1,5 +1,5 @@ %% -%% Copyright (C) 2016-2017 by Richard Gay <richard.gay@t-online.de> +%% Copyright (C) 2016-2018 by Richard Gay <richard.gay@t-online.de> %% %% This file may be distributed and/or modified under the conditions of %% the LaTeX Project Public License, either version 1.2 of this license @@ -17,7 +17,7 @@ \usedir{tex/latex/komacv-rg} \preamble -Copyright (C) 2016-2017 by Richard Gay <richard.gay@t-online.de> +Copyright (C) 2016-2018 by Richard Gay <richard.gay@t-online.de> This file may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.2 of this license diff --git a/Master/texmf-dist/tex/latex/komacv-rg/komacv-addons.sty b/Master/texmf-dist/tex/latex/komacv-rg/komacv-addons.sty index f21d5b342a7..5c38869891c 100644 --- a/Master/texmf-dist/tex/latex/komacv-rg/komacv-addons.sty +++ b/Master/texmf-dist/tex/latex/komacv-rg/komacv-addons.sty @@ -6,7 +6,7 @@ %% %% komacv-addons.dtx (with options: `package') %% -%% Copyright (C) 2016-2017 by Richard Gay <richard.gay@t-online.de> +%% Copyright (C) 2016-2018 by Richard Gay <richard.gay@t-online.de> %% %% This file may be distributed and/or modified under the conditions of %% the LaTeX Project Public License, either version 1.2 of this license diff --git a/Master/texmf-dist/tex/latex/komacv-rg/komacv-lco.sty b/Master/texmf-dist/tex/latex/komacv-rg/komacv-lco.sty index bd697ff6946..4c90de55d4b 100644 --- a/Master/texmf-dist/tex/latex/komacv-rg/komacv-lco.sty +++ b/Master/texmf-dist/tex/latex/komacv-rg/komacv-lco.sty @@ -6,7 +6,7 @@ %% %% komacv-lco.dtx (with options: `package') %% -%% Copyright (C) 2016-2017 by Richard Gay <richard.gay@t-online.de> +%% Copyright (C) 2016-2018 by Richard Gay <richard.gay@t-online.de> %% %% This file may be distributed and/or modified under the conditions of %% the LaTeX Project Public License, either version 1.2 of this license diff --git a/Master/texmf-dist/tex/latex/komacv-rg/komacv-multilang.sty b/Master/texmf-dist/tex/latex/komacv-rg/komacv-multilang.sty index 18d71c24618..c6fa0005390 100644 --- a/Master/texmf-dist/tex/latex/komacv-rg/komacv-multilang.sty +++ b/Master/texmf-dist/tex/latex/komacv-rg/komacv-multilang.sty @@ -6,7 +6,7 @@ %% %% komacv-multilang.dtx (with options: `package') %% -%% Copyright (C) 2016-2017 by Richard Gay <richard.gay@t-online.de> +%% Copyright (C) 2016-2018 by Richard Gay <richard.gay@t-online.de> %% %% This file may be distributed and/or modified under the conditions of %% the LaTeX Project Public License, either version 1.2 of this license @@ -20,7 +20,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{komacv-multilang} - [2017/08/30 v0.9 Package for multi-lingual extension to komacv] + [2018/05/01 v0.9.1 Package for multi-lingual extension to komacv] \RequirePackageWithOptions{multilang} \RequirePackage{multilang-tags} @@ -45,6 +45,7 @@ \newcommand\kcvml@list[1]{% \begin{minipage}[t]{\linewidth}% \let\Item=\kcvml@listitem + \let\@noitemerr\relax \compactitem #1% \ifhmode\unskip\strut\fi |