summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-11-13 21:24:38 +0000
committerKarl Berry <karl@freefriends.org>2022-11-13 21:24:38 +0000
commit875f3cfb4822584f7b5d4a60c57de46c305da934 (patch)
tree86dd41d74fcbeb7357f1741f089259a384365c00
parent38c0458b0227cb97b88876955527ad3bfcde94f1 (diff)
postnotes (13nov22)
git-svn-id: svn://tug.org/texlive/trunk@65007 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/postnotes/CHANGELOG.md8
-rw-r--r--Master/texmf-dist/doc/latex/postnotes/postnotes-code.pdfbin814509 -> 815249 bytes
-rw-r--r--Master/texmf-dist/doc/latex/postnotes/postnotes.pdfbin176261 -> 176944 bytes
-rw-r--r--Master/texmf-dist/doc/latex/postnotes/postnotes.tex10
-rw-r--r--Master/texmf-dist/source/latex/postnotes/postnotes.dtx28
-rw-r--r--Master/texmf-dist/tex/latex/postnotes/postnotes.sty16
6 files changed, 54 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/postnotes/CHANGELOG.md b/Master/texmf-dist/doc/latex/postnotes/CHANGELOG.md
index 6df07b54a7b..5ae69925f00 100644
--- a/Master/texmf-dist/doc/latex/postnotes/CHANGELOG.md
+++ b/Master/texmf-dist/doc/latex/postnotes/CHANGELOG.md
@@ -1,6 +1,12 @@
# Changelog
-## [Unreleased](https://github.com/gusbrs/postnotes/compare/v0.1.6...HEAD)
+## [Unreleased](https://github.com/gusbrs/postnotes/compare/v0.1.7...HEAD)
+
+## [v0.1.7](https://github.com/gusbrs/postnotes/compare/v0.1.6...v0.1.7) (2022-11-13)
+
+### Added
+- German localization (see issue
+ [#2](https://github.com/gusbrs/postnotes/issues/2)).
## [v0.1.6](https://github.com/gusbrs/postnotes/compare/v0.1.5...v0.1.6) (2022-08-01)
diff --git a/Master/texmf-dist/doc/latex/postnotes/postnotes-code.pdf b/Master/texmf-dist/doc/latex/postnotes/postnotes-code.pdf
index a47aefa0027..ac52fa60c36 100644
--- a/Master/texmf-dist/doc/latex/postnotes/postnotes-code.pdf
+++ b/Master/texmf-dist/doc/latex/postnotes/postnotes-code.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/postnotes/postnotes.pdf b/Master/texmf-dist/doc/latex/postnotes/postnotes.pdf
index 758ad81528a..e82c9195b42 100644
--- a/Master/texmf-dist/doc/latex/postnotes/postnotes.pdf
+++ b/Master/texmf-dist/doc/latex/postnotes/postnotes.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/postnotes/postnotes.tex b/Master/texmf-dist/doc/latex/postnotes/postnotes.tex
index 1ab31725926..04ea7ccc274 100644
--- a/Master/texmf-dist/doc/latex/postnotes/postnotes.tex
+++ b/Master/texmf-dist/doc/latex/postnotes/postnotes.tex
@@ -831,9 +831,9 @@ don't have to worry about them.
These strings will automatically adjust to the document language, set either
by \pkg{babel} or by \pkg{polyglossia}, \emph{if} the language is supported by
-\pkg{postnotes}. Currently supported are English, French, Portuguese, and
-their variants. Either way, you can always change these variables to the
-values of your preference. If you are not using either \pkg{babel} or
+\pkg{postnotes}. Currently supported are English, German, French, and
+Portuguese. Either way, you can always change these variables to the values
+of your preference. If you are not using either \pkg{babel} or
\pkg{polyglossia}, you can do so directly, for example, with:
\begin{pnsnippet}
\renewcommand*{\pntitle}{My title}
@@ -965,8 +965,10 @@ provided by (in chronological order):
% 2022-04-05: https://tex.stackexchange.com/q/597359#comment1594585_597389
The package's language support have been provided or improved thanks to:
- `\texttt{Pika78}' (French).
+ `\texttt{Pika78}' (French)
% 2022-04-25: https://github.com/gusbrs/postnotes/issues/1#issuecomment-1108634938
+ and Herbert Voß (German).
+ % 2022-11-12: https://github.com/gusbrs/postnotes/issues/2
If I have inadvertently left anyone off the list I apologize, and please let
me know, so that I can correct the oversight.
diff --git a/Master/texmf-dist/source/latex/postnotes/postnotes.dtx b/Master/texmf-dist/source/latex/postnotes/postnotes.dtx
index aa53abda406..2ab7308acea 100644
--- a/Master/texmf-dist/source/latex/postnotes/postnotes.dtx
+++ b/Master/texmf-dist/source/latex/postnotes/postnotes.dtx
@@ -147,7 +147,7 @@
%
%
% \begin{macrocode}
-\ProvidesExplPackage {postnotes} {2022-08-01} {0.1.6}
+\ProvidesExplPackage {postnotes} {2022-11-13} {0.1.7}
{Endnotes for LaTeX}
% \end{macrocode}
%
@@ -2640,7 +2640,8 @@
%
% \subsection*{French}
%
-% French localization validated by \texttt{Pika78} at \githubissue{1}.
+% French localization validated by \contributor{\texttt{Pika78}} at
+% \githubissue{1}.
%
% \begin{macrocode}
\@@_define_language:nn { french }
@@ -2659,6 +2660,29 @@
% \end{macrocode}
%
%
+% \subsection*{German}
+%
+% German localization provided by \contributor{Herbert Voß} at
+% \githubissue{2}.
+%
+% \begin{macrocode}
+\@@_define_language:nn { german }
+ {
+ \tl_set:Nn \pntitle { Endnoten }
+ \tl_set:Nn \pnhdnotes { Endnoten }
+ \tl_set:Nn \pnhdtopage { zu~Seite }
+ \tl_set:Nn \pnhdtopages { zu~Seiten }
+ }
+\@@_set_babel_language:nn { german } { german }
+\@@_set_babel_language:nn { ngerman } { german }
+\@@_set_babel_language:nn { austrian } { german }
+\@@_set_babel_language:nn { naustrian } { german }
+\@@_set_babel_language:nn { swissgerman } { german }
+\@@_set_babel_language:nn { nswissgerman } { german }
+\@@_set_polyglossia_language:nn { german } { german }
+% \end{macrocode}
+%
+%
% \begin{macrocode}
%</package>
% \end{macrocode}
diff --git a/Master/texmf-dist/tex/latex/postnotes/postnotes.sty b/Master/texmf-dist/tex/latex/postnotes/postnotes.sty
index 8040fe9ecfc..747e8faab55 100644
--- a/Master/texmf-dist/tex/latex/postnotes/postnotes.sty
+++ b/Master/texmf-dist/tex/latex/postnotes/postnotes.sty
@@ -53,7 +53,7 @@
}%
\endinput
}%
-\ProvidesExplPackage {postnotes} {2022-08-01} {0.1.6}
+\ProvidesExplPackage {postnotes} {2022-11-13} {0.1.7}
{Endnotes for LaTeX}
\cs_new:Npn \__postnotes_data_name:n #1
{ g__postnotes_ #1 _data_prop }
@@ -1175,6 +1175,20 @@
\__postnotes_set_babel_language:nn { francais } { french }
\__postnotes_set_babel_language:nn { frenchb } { french }
\__postnotes_set_polyglossia_language:nn { french } { french }
+\__postnotes_define_language:nn { german }
+ {
+ \tl_set:Nn \pntitle { Endnoten }
+ \tl_set:Nn \pnhdnotes { Endnoten }
+ \tl_set:Nn \pnhdtopage { zu~Seite }
+ \tl_set:Nn \pnhdtopages { zu~Seiten }
+ }
+\__postnotes_set_babel_language:nn { german } { german }
+\__postnotes_set_babel_language:nn { ngerman } { german }
+\__postnotes_set_babel_language:nn { austrian } { german }
+\__postnotes_set_babel_language:nn { naustrian } { german }
+\__postnotes_set_babel_language:nn { swissgerman } { german }
+\__postnotes_set_babel_language:nn { nswissgerman } { german }
+\__postnotes_set_polyglossia_language:nn { german } { german }
%%
%%
%% End of file `postnotes.sty'.