diff options
author | Karl Berry <karl@freefriends.org> | 2018-05-10 21:39:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-05-10 21:39:08 +0000 |
commit | b598c4bc94f19b893aeae19d89750d57121bf2b5 (patch) | |
tree | 58016182589b137342b34e85bc2e0ff6e85431fb /Master/texmf-dist/source/latex/komacv-rg | |
parent | 2f6fca84fa9f6485b69029dac421f6b3d62499a3 (diff) |
komacv-rg (10may18)
git-svn-id: svn://tug.org/texlive/trunk@47668 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/komacv-rg')
-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 |
2 files changed, 9 insertions, 13 deletions
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 |