summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/changelog
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-08-28 03:02:51 +0000
committerNorbert Preining <norbert@preining.info>2020-08-28 03:02:51 +0000
commit4d43c69d8ce1c8e128aa59c4eb19189219ac8b3d (patch)
tree7347ec6f37448ccfd050138bc0449b762ce8e7df /macros/latex/contrib/changelog
parenta6fc9ddd9fe6e7d022d0ffb4b2ef9a72f85cb1c0 (diff)
CTAN sync 202008280302
Diffstat (limited to 'macros/latex/contrib/changelog')
-rw-r--r--macros/latex/contrib/changelog/changelog.pdfbin47093 -> 46126 bytes
-rw-r--r--macros/latex/contrib/changelog/changelog.sty19
-rw-r--r--macros/latex/contrib/changelog/changelog.tex35
-rw-r--r--macros/latex/contrib/changelog/example.pdfbin16753 -> 16775 bytes
4 files changed, 35 insertions, 19 deletions
diff --git a/macros/latex/contrib/changelog/changelog.pdf b/macros/latex/contrib/changelog/changelog.pdf
index e6d66a6a02..d74e29c378 100644
--- a/macros/latex/contrib/changelog/changelog.pdf
+++ b/macros/latex/contrib/changelog/changelog.pdf
Binary files differ
diff --git a/macros/latex/contrib/changelog/changelog.sty b/macros/latex/contrib/changelog/changelog.sty
index dad913838b..b217acb048 100644
--- a/macros/latex/contrib/changelog/changelog.sty
+++ b/macros/latex/contrib/changelog/changelog.sty
@@ -1,4 +1,4 @@
-\ProvidesPackage{changelog}[2020/04/23 2.2.1 Typesetting changelogs]
+\ProvidesPackage{changelog}[2020/08/26 2.3.0 Typesetting changelogs]
% Description: Provides the changelog environment for typesetting changelogs
% License: LPPL 1.3c
% Homepage: https://github.com/9999years/latex-changelog
@@ -38,7 +38,7 @@
\DeclareTranslationFallback{changelog-Miscellaneous}{Miscellaneous}
\DeclareTranslationFallback{changelog-Unreleased}{Unreleased}
\DeclareTranslationFallback{changelog-Yanked}{YANKED}
-% English translations
+% English translations by Rebecca Turner <rbt@sent.as>
\DeclareTranslation{English}{changelog}{Changelog}
\DeclareTranslation{English}{changelog-Added}{Added}
\DeclareTranslation{English}{changelog-Changed}{Changed}
@@ -49,7 +49,7 @@
\DeclareTranslation{English}{changelog-Miscellaneous}{Miscellaneous}
\DeclareTranslation{English}{changelog-Unreleased}{Unreleased}
\DeclareTranslation{English}{changelog-Yanked}{YANKED}
-% German translations
+% German translations by Holger Schieferdecker
% Alternative german translations as comment at the end of the line
\DeclareTranslation{German}{changelog}{\"Anderungsnachweis}
\DeclareTranslation{German}{changelog-Added}{Hinzugef\"{u}gt}% Neu
@@ -61,7 +61,7 @@
\DeclareTranslation{German}{changelog-Miscellaneous}{Verschiedenes}
\DeclareTranslation{German}{changelog-Unreleased}{Unver\"{o}ffentlicht}
\DeclareTranslation{German}{changelog-Yanked}{Zur{\"u}ckgezogen}
-% Spanish translations
+% Spanish translations by David Arnold <dar@xoe.solutions>
\DeclareTranslation{Spanish}{changelog}{Registro de cambios}
\DeclareTranslation{Spanish}{changelog-Added}{Agregado}
\DeclareTranslation{Spanish}{changelog-Changed}{Cambiado}
@@ -72,6 +72,17 @@
\DeclareTranslation{Spanish}{changelog-Miscellaneous}{Miscel{\'a}neo}
\DeclareTranslation{Spanish}{changelog-Unreleased}{No Publicado}
\DeclareTranslation{Spanish}{changelog-Yanked}{REVOCADO}
+% French translations by Damien Calesse <github.com/kranack>
+\DeclareTranslation{French}{changelog}{Journal des modifications}
+\DeclareTranslation{French}{changelog-Added}{Ajouté}
+\DeclareTranslation{French}{changelog-Changed}{Modifié}
+\DeclareTranslation{French}{changelog-Deprecated}{Déprécié}
+\DeclareTranslation{French}{changelog-Removed}{Supprimé}
+\DeclareTranslation{French}{changelog-Fixed}{Corrigé}
+\DeclareTranslation{French}{changelog-Security}{Sécurité}
+\DeclareTranslation{French}{changelog-Miscellaneous}{Divers}
+\DeclareTranslation{French}{changelog-Unreleased}{Non publié}
+\DeclareTranslation{French}{changelog-Yanked}{Annulé}
\newif\ifchangelog@versionfirst
\newcommand{\changelog@item}[1]{%
diff --git a/macros/latex/contrib/changelog/changelog.tex b/macros/latex/contrib/changelog/changelog.tex
index c48f26e52a..32a699eee6 100644
--- a/macros/latex/contrib/changelog/changelog.tex
+++ b/macros/latex/contrib/changelog/changelog.tex
@@ -1,10 +1,7 @@
\documentclass{ltxguidex}
% for demonstrating translations
\usepackage[german, american]{babel}
-%\babelprovide{chinese}
%\usepackage{translations}
-%\DeclareLanguage{Chinese}
-%\DeclareTranslation{Chinese}{changelog-added}{新增}
\usepackage{fontspec}
\errorcontextlines=10
@@ -20,12 +17,13 @@
}
\makeatother
-\setmainfont{TiemposText}[
- Extension = .otf ,
- UprightFont = *-Regular ,
- ItalicFont = *-RegularItalic ,
- BoldFont = *-Bold ,
- BoldItalicFont = *-BoldItalic ,
+\setmainfont{Charter}[
+ Path = /nix/store/8ylkcs5xw8b3glvgp5l66md6hvxdk098-charter-200512/share/fonts/opentype/,
+ Extension = .otf,
+ UprightFont = * Regular,
+ ItalicFont = * Italic,
+ BoldFont = * Bold,
+ BoldItalicFont = * Bold Italic,
]
\usepackage{FiraSans}
\usepackage{FiraMono}
@@ -39,7 +37,7 @@
\author{Rebecca Turner\thanks{Brandeis University; \email{rbt@sent.as}}}
\title{The \cl\ Package}
-\date{2020/04/23 2.2.1}
+\date{2020/08/26 2.3.0}
\begin{document}
\maketitle
@@ -261,11 +259,11 @@ Prints the ``revoked release'' notice:
\section{Translations}
-Want to use \cl\ in a non-English document? Great! Thanks to a contribution
-by Holger Schieferdecker (see section~\ref{s:contrib} below), \cl\ comes
-with translations for English, German, and support for adding new
-translations. To use built-in translations, simply load \ctan{babel} with
-the desired language:
+Want to use \cl\ in a non-English document? Great! \cl\ comes with
+translations for English, German, Spanish, and French, as well as support
+for adding new translations (see section~\ref{s:contrib} below for
+translation credits). To use built-in translations, simply load \ctan{babel}
+with the desired language:
\begin{otherlanguage}{german}
\begin{LTXexample}
% In the preamble:
@@ -320,6 +318,7 @@ an email} and I'll incorporate the translation into \cl's next release!
\item[David Arnold <\email{dar@xoe.solutions}>]
Support for translating the changelog's section title and Spanish
translations.
+ \item[Damien Calesse <\https{github.com/kranack}>] French translations.
\end{description}
\section{Changelog}
@@ -327,6 +326,12 @@ an email} and I'll incorporate the translation into \cl's next release!
This is this package's actual changelog --- not an example!
\begin{changelog}[author=Rebecca Turner <\email{rbt@sent.as}>, section=false]
+\begin{version}[v=2.3.0, date=2020-08-26,
+ author={Damien Calesse <\https{github.com/kranack}>}]
+\added
+ \item French translations.
+\end{version}
+
\begin{version}[v=2.2.0, date=2020-04-23,
author={David Arnold <\email{dar@xoe.solutions}>}]
\added
diff --git a/macros/latex/contrib/changelog/example.pdf b/macros/latex/contrib/changelog/example.pdf
index e1a2316a79..138b097680 100644
--- a/macros/latex/contrib/changelog/example.pdf
+++ b/macros/latex/contrib/changelog/example.pdf
Binary files differ