diff options
author | Karl Berry <karl@freefriends.org> | 2021-08-28 20:36:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-08-28 20:36:31 +0000 |
commit | a89cabb9a47555bb218f126342a0a986236b2a02 (patch) | |
tree | 49661379274ff8ece43aeaf4225c6e0f5249e2f5 | |
parent | 4f68faefa41044c6b76908408d6d43c72b0b28ee (diff) |
babel-dutch (28aug21)
git-svn-id: svn://tug.org/texlive/trunk@60343 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/generic/babel-dutch/README.md | 8 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/babel-dutch/dutch.pdf | bin | 149196 -> 159006 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/generic/babel-dutch/dutch.dtx | 23 | ||||
-rw-r--r-- | Master/texmf-dist/source/generic/babel-dutch/dutch.ins | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/babel-dutch/afrikaans.ldf | 18 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/babel-dutch/dutch.ldf | 18 |
6 files changed, 39 insertions, 34 deletions
diff --git a/Master/texmf-dist/doc/generic/babel-dutch/README.md b/Master/texmf-dist/doc/generic/babel-dutch/README.md index cfa7417b5a4..49eb16054e6 100644 --- a/Master/texmf-dist/doc/generic/babel-dutch/README.md +++ b/Master/texmf-dist/doc/generic/babel-dutch/README.md @@ -1,4 +1,4 @@ -Dutch 3.8j +Dutch 3.8k -------------- This is the babel style for Dutch. @@ -18,3 +18,9 @@ Changes 3.8j * Fix: with shorthands=off some captions (eg, \appendixname) raised an error. * Added 'afrikaans.ldf' (which is just a verbatim copy of 'dutch,ldf'). + + +Changes 3.8k +------------ + +* Use \ij instead of "y in captions. diff --git a/Master/texmf-dist/doc/generic/babel-dutch/dutch.pdf b/Master/texmf-dist/doc/generic/babel-dutch/dutch.pdf Binary files differindex 86f3e44306a..10b9f23f19e 100644 --- a/Master/texmf-dist/doc/generic/babel-dutch/dutch.pdf +++ b/Master/texmf-dist/doc/generic/babel-dutch/dutch.pdf diff --git a/Master/texmf-dist/source/generic/babel-dutch/dutch.dtx b/Master/texmf-dist/source/generic/babel-dutch/dutch.dtx index 49abc9a37c5..5d84e67b2a3 100644 --- a/Master/texmf-dist/source/generic/babel-dutch/dutch.dtx +++ b/Master/texmf-dist/source/generic/babel-dutch/dutch.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -% Copyright 1989-2020 Johannes L. Braams and any individual authors +% Copyright 1989-2021 Johannes L. Braams and any individual authors % listed elsewhere in this file. All rights reserved. % % This file is part of the Babel system. @@ -26,7 +26,7 @@ % and covered by LPPL is defined by the unpacking scripts (with % extension .ins) which are part of the distribution. % \fi -% \CheckSum{307} +% \CheckSum{300} %\iffalse % Tell the \LaTeX\ system who we are and write an entry on the % transcript. @@ -36,12 +36,12 @@ %<code>\ProvidesLanguage{dutch} %\fi %\ProvidesFile{dutch.dtx} - [2020/10/29 v3.8j Dutch support from the babel system] + [2021/08/28 v3.8k Dutch support from the babel system] %\iffalse %% File `dutch.dtx' % %% Dutch Language Definition File -%% Copyright (C) 1989 - 2020 +%% Copyright (C) 1989 - 2021 %% by Johannes Braams, TeXniek % % This file is part of the babel system, it provides the source @@ -155,7 +155,6 @@ % \changes{dutch-3.2c}{1991/10/22}{removed use of \cs{@ifundefined}} % \changes{dutch-3.3a}{1991/11/11}{Moved code to the beginning of the % file and added \cs{selectlanguage} call} -% \begin{macrocode} % \changes{dutch-3.8a}{1996/10/04}{made check dependant on % \cs{CurrentOption}} % @@ -230,7 +229,7 @@ % \changes{dutch-3.8b}{1997/01/06}{Use \texttt{Bew"ys} instead of % \texttt{Bewijs}} % \changes{dutch-3.8h}{2000/09/19}{Added \cs{glossaryname}} -% \changes{dutch-3.8j}{2020/10/29}{Don't use shorthands directly} +% \changes{dutch-3.8k}{2021/08/28}{Don't use shorthands} % \begin{macrocode} \begingroup \catcode`\"\active @@ -241,22 +240,22 @@ \def\abstractname{Samenvatting}% \def\bibname{Bibliografie}% \def\chaptername{Hoofdstuk}% - \def\appendixname{B\babelshorthand{"y}lage}% + \def\appendixname{B\ij lage}% \def\contentsname{Inhoudsopgave}% - \def\listfigurename{L\babelshorthand{"y}st van figuren}% - \def\listtablename{L\babelshorthand{"y}st van tabellen}% + \def\listfigurename{L\ij st van figuren}% + \def\listtablename{L\ij st van tabellen}% \def\indexname{Index}% \def\figurename{Figuur}% \def\tablename{Tabel}% \def\partname{Deel}% - \def\enclname{B\babelshorthand{"y}lage(n)}% + \def\enclname{B\ij lage(n)}% \def\ccname{cc}% \def\headtoname{Aan}% \def\pagename{Pagina}% \def\seename{zie}% \def\alsoname{zie ook}% - \def\proofname{Bew\babelshorthand{"y}s}% - \def\glossaryname{Verklarende Woordenl\babelshorthand{"y}st}% + \def\proofname{Bew\ij s}% + \def\glossaryname{Verklarende Woordenl\ij st}% } }\x % \end{macrocode} diff --git a/Master/texmf-dist/source/generic/babel-dutch/dutch.ins b/Master/texmf-dist/source/generic/babel-dutch/dutch.ins index 199142f03a9..12ec7c5f31f 100644 --- a/Master/texmf-dist/source/generic/babel-dutch/dutch.ins +++ b/Master/texmf-dist/source/generic/babel-dutch/dutch.ins @@ -3,7 +3,7 @@ %% driver files from the doc files in this package when run through %% LaTeX or TeX. %% -%% Copyright 1989-2020 Johannes L. Braams and any individual authors +%% Copyright 1989-2021 Johannes L. Braams and any individual authors %% listed elsewhere in this file. All rights reserved. %% %% This file is part of the Babel system. @@ -53,7 +53,7 @@ \declarepreamble\mainpreamble This is a generated file. -Copyright 1989-2020 Johannes L. Braams and any individual authors +Copyright 1989-2021 Johannes L. Braams and any individual authors listed elsewhere in this file. All rights reserved. This file was generated from file(s) of the Babel system. @@ -87,7 +87,7 @@ extension .ins) which are part of the distribution. \declarepreamble\fdpreamble This is a generated file. -Copyright 1989-2020 Johannes L. Braams and any individual authors +Copyright 1989-2021 Johannes L. Braams and any individual authors listed elsewhere in this file. All rights reserved. This file was generated from file(s) of the Babel system. diff --git a/Master/texmf-dist/tex/generic/babel-dutch/afrikaans.ldf b/Master/texmf-dist/tex/generic/babel-dutch/afrikaans.ldf index d4892a7ab84..eab25e80043 100644 --- a/Master/texmf-dist/tex/generic/babel-dutch/afrikaans.ldf +++ b/Master/texmf-dist/tex/generic/babel-dutch/afrikaans.ldf @@ -7,7 +7,7 @@ %% dutch.dtx (with options: `code') %% This is a generated file. %% -%% Copyright 1989-2020 Johannes L. Braams and any individual authors +%% Copyright 1989-2021 Johannes L. Braams and any individual authors %% listed elsewhere in this file. All rights reserved. %% %% This file was generated from file(s) of the Babel system. @@ -37,10 +37,10 @@ %% and covered by LPPL is defined by the unpacking scripts (with %% extension .ins) which are part of the distribution. \ProvidesLanguage{dutch} - [2020/10/29 v3.8j Dutch support from the babel system] + [2021/08/28 v3.8k Dutch support from the babel system] %% File `dutch.dtx' %% Dutch Language Definition File -%% Copyright (C) 1989 - 2020 +%% Copyright (C) 1989 - 2021 %% by Johannes Braams, TeXniek \LdfInit\CurrentOption{captions\CurrentOption} \def\bbl@tempa{dutch} @@ -62,22 +62,22 @@ \def\abstractname{Samenvatting}% \def\bibname{Bibliografie}% \def\chaptername{Hoofdstuk}% - \def\appendixname{B\babelshorthand{"y}lage}% + \def\appendixname{B\ij lage}% \def\contentsname{Inhoudsopgave}% - \def\listfigurename{L\babelshorthand{"y}st van figuren}% - \def\listtablename{L\babelshorthand{"y}st van tabellen}% + \def\listfigurename{L\ij st van figuren}% + \def\listtablename{L\ij st van tabellen}% \def\indexname{Index}% \def\figurename{Figuur}% \def\tablename{Tabel}% \def\partname{Deel}% - \def\enclname{B\babelshorthand{"y}lage(n)}% + \def\enclname{B\ij lage(n)}% \def\ccname{cc}% \def\headtoname{Aan}% \def\pagename{Pagina}% \def\seename{zie}% \def\alsoname{zie ook}% - \def\proofname{Bew\babelshorthand{"y}s}% - \def\glossaryname{Verklarende Woordenl\babelshorthand{"y}st}% + \def\proofname{Bew\ij s}% + \def\glossaryname{Verklarende Woordenl\ij st}% } }\x \def\datedutch{% diff --git a/Master/texmf-dist/tex/generic/babel-dutch/dutch.ldf b/Master/texmf-dist/tex/generic/babel-dutch/dutch.ldf index 8a3f85b75b3..50a3abe4130 100644 --- a/Master/texmf-dist/tex/generic/babel-dutch/dutch.ldf +++ b/Master/texmf-dist/tex/generic/babel-dutch/dutch.ldf @@ -7,7 +7,7 @@ %% dutch.dtx (with options: `code') %% This is a generated file. %% -%% Copyright 1989-2020 Johannes L. Braams and any individual authors +%% Copyright 1989-2021 Johannes L. Braams and any individual authors %% listed elsewhere in this file. All rights reserved. %% %% This file was generated from file(s) of the Babel system. @@ -37,10 +37,10 @@ %% and covered by LPPL is defined by the unpacking scripts (with %% extension .ins) which are part of the distribution. \ProvidesLanguage{dutch} - [2020/10/29 v3.8j Dutch support from the babel system] + [2021/08/28 v3.8k Dutch support from the babel system] %% File `dutch.dtx' %% Dutch Language Definition File -%% Copyright (C) 1989 - 2020 +%% Copyright (C) 1989 - 2021 %% by Johannes Braams, TeXniek \LdfInit\CurrentOption{captions\CurrentOption} \def\bbl@tempa{dutch} @@ -62,22 +62,22 @@ \def\abstractname{Samenvatting}% \def\bibname{Bibliografie}% \def\chaptername{Hoofdstuk}% - \def\appendixname{B\babelshorthand{"y}lage}% + \def\appendixname{B\ij lage}% \def\contentsname{Inhoudsopgave}% - \def\listfigurename{L\babelshorthand{"y}st van figuren}% - \def\listtablename{L\babelshorthand{"y}st van tabellen}% + \def\listfigurename{L\ij st van figuren}% + \def\listtablename{L\ij st van tabellen}% \def\indexname{Index}% \def\figurename{Figuur}% \def\tablename{Tabel}% \def\partname{Deel}% - \def\enclname{B\babelshorthand{"y}lage(n)}% + \def\enclname{B\ij lage(n)}% \def\ccname{cc}% \def\headtoname{Aan}% \def\pagename{Pagina}% \def\seename{zie}% \def\alsoname{zie ook}% - \def\proofname{Bew\babelshorthand{"y}s}% - \def\glossaryname{Verklarende Woordenl\babelshorthand{"y}st}% + \def\proofname{Bew\ij s}% + \def\glossaryname{Verklarende Woordenl\ij st}% } }\x \def\datedutch{% |