texlive[43042] Master/texmf-dist: babel-english (24jan17)

commits+karl at tug.org commits+karl at tug.org
Tue Jan 24 22:38:21 CET 2017


Revision: 43042
          http://tug.org/svn/texlive?view=revision&revision=43042
Author:   karl
Date:     2017-01-24 22:38:21 +0100 (Tue, 24 Jan 2017)
Log Message:
-----------
babel-english (24jan17)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/generic/babel-english/english.pdf
    trunk/Master/texmf-dist/source/generic/babel-english/english.dtx
    trunk/Master/texmf-dist/source/generic/babel-english/english.ins
    trunk/Master/texmf-dist/tex/generic/babel-english/english.ldf

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/generic/babel-english/README
    trunk/Master/texmf-dist/tex/generic/babel-english/american.ldf
    trunk/Master/texmf-dist/tex/generic/babel-english/australian.ldf
    trunk/Master/texmf-dist/tex/generic/babel-english/british.ldf
    trunk/Master/texmf-dist/tex/generic/babel-english/canadian.ldf
    trunk/Master/texmf-dist/tex/generic/babel-english/newzealand.ldf
    trunk/Master/texmf-dist/tex/generic/babel-english/ukenglish.ldf
    trunk/Master/texmf-dist/tex/generic/babel-english/usenglish.ldf

Added: trunk/Master/texmf-dist/doc/generic/babel-english/README
===================================================================
--- trunk/Master/texmf-dist/doc/generic/babel-english/README	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/generic/babel-english/README	2017-01-24 21:38:21 UTC (rev 43042)
@@ -0,0 +1,11 @@
+English 3.3q
+------------
+
+This is the babel style for English.
+
+There are no new features in 3.3q, but "dialects" will be
+loaded with proxy files (american.ldf, british.ldf, etc.)
+with the forthcoming babel 3.10.
+
+----------
+2017-01-24
\ No newline at end of file

Modified: trunk/Master/texmf-dist/doc/generic/babel-english/english.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/generic/babel-english/english.dtx
===================================================================
--- trunk/Master/texmf-dist/source/generic/babel-english/english.dtx	2017-01-24 21:38:00 UTC (rev 43041)
+++ trunk/Master/texmf-dist/source/generic/babel-english/english.dtx	2017-01-24 21:38:21 UTC (rev 43042)
@@ -2,7 +2,7 @@
 %
 % Copyright 1989-2005 Johannes L. Braams and any individual authors
 % listed elsewhere in this file.  All rights reserved.
-% 
+%    2013-2017 Javier Bezos, Johannes L. Braams
 % This file is part of the Babel system.
 % --------------------------------------
 % 
@@ -16,7 +16,7 @@
 % 
 % This work has the LPPL maintenance status "maintained".
 % 
-% The Current Maintainer of this work is Johannes Braams.
+% The Current Maintainer of this work is Javier Bezos.
 % 
 % The list of all files belonging to the Babel system is
 % given in the file `manifest.bbl. See also `legal.bbl' for additional
@@ -26,7 +26,6 @@
 % and covered by LPPL is defined by the unpacking scripts (with
 % extension .ins) which are part of the distribution.
 % \fi
-% \CheckSum{360}
 % \iffalse
 %    Tell the \LaTeX\ system who we are and write an entry on the
 %    transcript.
@@ -33,18 +32,24 @@
 %<*dtx>
 \ProvidesFile{english.dtx}
 %</dtx>
-%<code>\ProvidesLanguage{english}
+%<english>\ProvidesLanguage{english}
+%<american>\ProvidesLanguage{american}
+%<usenglish>\ProvidesLanguage{USenglish}
+%<british>\ProvidesLanguage{british}
+%<ukenglish>\ProvidesLanguage{UKenglish}
+%<australian>\ProvidesLanguage{australian}
+%<newzealand>\ProvidesLanguage{newzealand}
+%<canadian>\ProvidesLanguage{canadian}
 %\fi
 %\ProvidesFile{english.dtx}
-        [2012/08/20 v3.3p English support from the babel system]
+        [2017/01/24 v3.3q English support from the babel system]
 %\iffalse
 %% File 'english.dtx'
 %% Babel package for LaTeX version 2e
 %% Copyright (C) 1989 - 2005
 %%           by Johannes Braams, TeXniek
+%%           2013-2017 Javier Bezos, Johannes Braams
 %
-%% Please report errors to: J.L. Braams
-%%                          babel at braams.cistron.nl
 %
 %    This file is part of the babel system, it provides the source
 %    code for the English language definition file.
@@ -86,6 +91,8 @@
 %    with \LaTeX} 
 % \changes{english-3.3h}{1996/10/10}{Moved the definition of
 %    \cs{atcatcode} right to the beginning.} 
+% \changes{english-3.3q}{2017/01/10}{Added the proxy files for the
+%    dialects}
 %
 %  \section{The English language}
 %
@@ -224,7 +231,6 @@
 \fi
 %    \end{macrocode}
 %
-
 % \changes{english-3.3k}{2001/02/07}{Added support for canadian}
 %    `Canadian' english spelling is a hybrid of British and American
 %    spelling. Although so far no special `translations' have been
@@ -318,7 +324,7 @@
 %    and `Newzealand'}
 % \changes{english-3.3o}{2004/06/14}{Explicitly choose the UK form of
 %    date} 
-% \changes{english-3.9a}{2012/08/20}{Warning if `english' is used with
+% \changes{english-3.3p}{2012/11/07}{Warning if `english' is used with
 %    other options} 
 %    \begin{macrocode}
 \def\bbl at tempa{british}
@@ -442,6 +448,14 @@
 %</code>
 %    \end{macrocode}
 %
+% Finally, We create  a few proxy files, which just load english.ldf.
+%
+%    \begin{macrocode}
+%<*american|usenglish|british|ukenglish|australian|newzealand|canadian>
+\input english.ldf\relax
+%</american|usenglish|british|ukenglish|australian|newzealand|canadian>
+%    \end{macrocode}
+%
 % \Finale
 %%
 %% \CharacterTable

Modified: trunk/Master/texmf-dist/source/generic/babel-english/english.ins
===================================================================
--- trunk/Master/texmf-dist/source/generic/babel-english/english.ins	2017-01-24 21:38:00 UTC (rev 43041)
+++ trunk/Master/texmf-dist/source/generic/babel-english/english.ins	2017-01-24 21:38:21 UTC (rev 43042)
@@ -5,6 +5,7 @@
 %%
 %% Copyright 1989-2005 Johannes L. Braams and any individual authors
 %% listed elsewhere in this file.  All rights reserved.
+%%    2013-2017 Javier Bezos, Johannes L. Braams
 %% 
 %% This file is part of the Babel system.
 %% --------------------------------------
@@ -19,7 +20,7 @@
 %% 
 %% This work has the LPPL maintenance status "maintained".
 %% 
-%% The Current Maintainer of this work is Johannes Braams.
+%% The Current Maintainer of this work is Javier Bezos.
 %% 
 %% The list of all files belonging to the LaTeX base distribution is
 %% given in the file `manifest.bbl. See also `legal.bbl' for additional
@@ -31,7 +32,7 @@
 %%
 %% --------------- start of docstrip commands ------------------
 %%
-\def\filedate{1999/04/11}
+\def\filedate{2017/01/24}
 \def\batchfile{english.ins}
 \input docstrip.tex
 
@@ -54,6 +55,7 @@
 This is a generated file.
 
 Copyright 1989-2005 Johannes L. Braams and any individual authors
+          2013-2017 Javier Bezos, 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.
@@ -69,7 +71,7 @@
 
 This work has the LPPL maintenance status "maintained".
 
-The Current Maintainer of this work is Johannes Braams.
+The Current Maintainer of this work is Javier Bezos.
 
 This file may only be distributed together with a copy of the Babel
 system. You may however distribute the Babel system without
@@ -88,6 +90,7 @@
 This is a generated file.
 
 Copyright 1989-2005 Johannes L. Braams and any individual authors
+          2013-2017 Javier Bezos, 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.
@@ -103,7 +106,7 @@
 
 This work has the LPPL maintenance status "maintained".
 
-The Current Maintainer of this work is Johannes Braams.
+The Current Maintainer of this work is Javier Bezos.
 
 This file may only be distributed together with a copy of the Babel
 system. You may however distribute the Babel system without
@@ -123,10 +126,19 @@
 
 \keepsilent
 
+\askforoverwritefalse
+
 \usedir{tex/generic/babel} 
 
 \usepreamble\mainpreamble
-\generate{\file{english.ldf}{\from{english.dtx}{code}}
+\generate{\file{english.ldf}{\from{english.dtx}{english,code}}
+          \file{american.ldf}{\from{english.dtx}{american}}
+          \file{usenglish.ldf}{\from{english.dtx}{usenglish}}
+          \file{british.ldf}{\from{english.dtx}{british}}
+          \file{ukenglish.ldf}{\from{english.dtx}{ukenglish}}
+          \file{australian.ldf}{\from{english.dtx}{australian}}
+          \file{newzealand.ldf}{\from{english.dtx}{newzealand}}
+          \file{canadian.ldf}{\from{english.dtx}{canadian}}
           }
 \usepreamble\fdpreamble
 

Added: trunk/Master/texmf-dist/tex/generic/babel-english/american.ldf
===================================================================
--- trunk/Master/texmf-dist/tex/generic/babel-english/american.ldf	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/generic/babel-english/american.ldf	2017-01-24 21:38:21 UTC (rev 43042)
@@ -0,0 +1,67 @@
+%%
+%% This is file `american.ldf',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% english.dtx  (with options: `american')
+%% This is a generated file.
+%% 
+%% Copyright 1989-2005 Johannes L. Braams and any individual authors
+%%           2013-2017 Javier Bezos, 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.
+%% ---------------------------------------------------------
+%% 
+%% It may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%%   http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2003/12/01 or later.
+%% 
+%% This work has the LPPL maintenance status "maintained".
+%% 
+%% The Current Maintainer of this work is Javier Bezos.
+%% 
+%% This file may only be distributed together with a copy of the Babel
+%% system. You may however distribute the Babel system without
+%% such generated files.
+%% 
+%% The list of all files belonging to the Babel distribution is
+%% given in the file `manifest.bbl'. See also `legal.bbl for additional
+%% information.
+%% 
+%% The list of derived (unpacked) files belonging to the distribution
+%% and covered by LPPL is defined by the unpacking scripts (with
+%% extension .ins) which are part of the distribution.
+\ProvidesLanguage{american}
+        [2017/01/24 v3.3q English support from the babel system]
+%% File 'english.dtx'
+%% Babel package for LaTeX version 2e
+%% Copyright (C) 1989 - 2005
+%%           by Johannes Braams, TeXniek
+%%           2013-2017 Javier Bezos, Johannes Braams
+\input english.ldf\relax
+%%
+%% \CharacterTable
+%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
+%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
+%%   Digits        \0\1\2\3\4\5\6\7\8\9
+%%   Exclamation   \!     Double quote  \"     Hash (number) \#
+%%   Dollar        \$     Percent       \%     Ampersand     \&
+%%   Acute accent  \'     Left paren    \(     Right paren   \)
+%%   Asterisk      \*     Plus          \+     Comma         \,
+%%   Minus         \-     Point         \.     Solidus       \/
+%%   Colon         \:     Semicolon     \;     Less than     \<
+%%   Equals        \=     Greater than  \>     Question mark \?
+%%   Commercial at \@     Left bracket  \[     Backslash     \\
+%%   Right bracket \]     Circumflex    \^     Underscore    \_
+%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
+%%   Right brace   \}     Tilde         \~}
+%%
+\endinput
+%%
+%% End of file `american.ldf'.

Added: trunk/Master/texmf-dist/tex/generic/babel-english/australian.ldf
===================================================================
--- trunk/Master/texmf-dist/tex/generic/babel-english/australian.ldf	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/generic/babel-english/australian.ldf	2017-01-24 21:38:21 UTC (rev 43042)
@@ -0,0 +1,67 @@
+%%
+%% This is file `australian.ldf',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% english.dtx  (with options: `australian')
+%% This is a generated file.
+%% 
+%% Copyright 1989-2005 Johannes L. Braams and any individual authors
+%%           2013-2017 Javier Bezos, 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.
+%% ---------------------------------------------------------
+%% 
+%% It may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%%   http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2003/12/01 or later.
+%% 
+%% This work has the LPPL maintenance status "maintained".
+%% 
+%% The Current Maintainer of this work is Javier Bezos.
+%% 
+%% This file may only be distributed together with a copy of the Babel
+%% system. You may however distribute the Babel system without
+%% such generated files.
+%% 
+%% The list of all files belonging to the Babel distribution is
+%% given in the file `manifest.bbl'. See also `legal.bbl for additional
+%% information.
+%% 
+%% The list of derived (unpacked) files belonging to the distribution
+%% and covered by LPPL is defined by the unpacking scripts (with
+%% extension .ins) which are part of the distribution.
+\ProvidesLanguage{australian}
+        [2017/01/24 v3.3q English support from the babel system]
+%% File 'english.dtx'
+%% Babel package for LaTeX version 2e
+%% Copyright (C) 1989 - 2005
+%%           by Johannes Braams, TeXniek
+%%           2013-2017 Javier Bezos, Johannes Braams
+\input english.ldf\relax
+%%
+%% \CharacterTable
+%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
+%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
+%%   Digits        \0\1\2\3\4\5\6\7\8\9
+%%   Exclamation   \!     Double quote  \"     Hash (number) \#
+%%   Dollar        \$     Percent       \%     Ampersand     \&
+%%   Acute accent  \'     Left paren    \(     Right paren   \)
+%%   Asterisk      \*     Plus          \+     Comma         \,
+%%   Minus         \-     Point         \.     Solidus       \/
+%%   Colon         \:     Semicolon     \;     Less than     \<
+%%   Equals        \=     Greater than  \>     Question mark \?
+%%   Commercial at \@     Left bracket  \[     Backslash     \\
+%%   Right bracket \]     Circumflex    \^     Underscore    \_
+%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
+%%   Right brace   \}     Tilde         \~}
+%%
+\endinput
+%%
+%% End of file `australian.ldf'.

Added: trunk/Master/texmf-dist/tex/generic/babel-english/british.ldf
===================================================================
--- trunk/Master/texmf-dist/tex/generic/babel-english/british.ldf	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/generic/babel-english/british.ldf	2017-01-24 21:38:21 UTC (rev 43042)
@@ -0,0 +1,67 @@
+%%
+%% This is file `british.ldf',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% english.dtx  (with options: `british')
+%% This is a generated file.
+%% 
+%% Copyright 1989-2005 Johannes L. Braams and any individual authors
+%%           2013-2017 Javier Bezos, 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.
+%% ---------------------------------------------------------
+%% 
+%% It may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%%   http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2003/12/01 or later.
+%% 
+%% This work has the LPPL maintenance status "maintained".
+%% 
+%% The Current Maintainer of this work is Javier Bezos.
+%% 
+%% This file may only be distributed together with a copy of the Babel
+%% system. You may however distribute the Babel system without
+%% such generated files.
+%% 
+%% The list of all files belonging to the Babel distribution is
+%% given in the file `manifest.bbl'. See also `legal.bbl for additional
+%% information.
+%% 
+%% The list of derived (unpacked) files belonging to the distribution
+%% and covered by LPPL is defined by the unpacking scripts (with
+%% extension .ins) which are part of the distribution.
+\ProvidesLanguage{british}
+        [2017/01/24 v3.3q English support from the babel system]
+%% File 'english.dtx'
+%% Babel package for LaTeX version 2e
+%% Copyright (C) 1989 - 2005
+%%           by Johannes Braams, TeXniek
+%%           2013-2017 Javier Bezos, Johannes Braams
+\input english.ldf\relax
+%%
+%% \CharacterTable
+%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
+%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
+%%   Digits        \0\1\2\3\4\5\6\7\8\9
+%%   Exclamation   \!     Double quote  \"     Hash (number) \#
+%%   Dollar        \$     Percent       \%     Ampersand     \&
+%%   Acute accent  \'     Left paren    \(     Right paren   \)
+%%   Asterisk      \*     Plus          \+     Comma         \,
+%%   Minus         \-     Point         \.     Solidus       \/
+%%   Colon         \:     Semicolon     \;     Less than     \<
+%%   Equals        \=     Greater than  \>     Question mark \?
+%%   Commercial at \@     Left bracket  \[     Backslash     \\
+%%   Right bracket \]     Circumflex    \^     Underscore    \_
+%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
+%%   Right brace   \}     Tilde         \~}
+%%
+\endinput
+%%
+%% End of file `british.ldf'.

Added: trunk/Master/texmf-dist/tex/generic/babel-english/canadian.ldf
===================================================================
--- trunk/Master/texmf-dist/tex/generic/babel-english/canadian.ldf	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/generic/babel-english/canadian.ldf	2017-01-24 21:38:21 UTC (rev 43042)
@@ -0,0 +1,67 @@
+%%
+%% This is file `canadian.ldf',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% english.dtx  (with options: `canadian')
+%% This is a generated file.
+%% 
+%% Copyright 1989-2005 Johannes L. Braams and any individual authors
+%%           2013-2017 Javier Bezos, 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.
+%% ---------------------------------------------------------
+%% 
+%% It may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%%   http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2003/12/01 or later.
+%% 
+%% This work has the LPPL maintenance status "maintained".
+%% 
+%% The Current Maintainer of this work is Javier Bezos.
+%% 
+%% This file may only be distributed together with a copy of the Babel
+%% system. You may however distribute the Babel system without
+%% such generated files.
+%% 
+%% The list of all files belonging to the Babel distribution is
+%% given in the file `manifest.bbl'. See also `legal.bbl for additional
+%% information.
+%% 
+%% The list of derived (unpacked) files belonging to the distribution
+%% and covered by LPPL is defined by the unpacking scripts (with
+%% extension .ins) which are part of the distribution.
+\ProvidesLanguage{canadian}
+        [2017/01/24 v3.3q English support from the babel system]
+%% File 'english.dtx'
+%% Babel package for LaTeX version 2e
+%% Copyright (C) 1989 - 2005
+%%           by Johannes Braams, TeXniek
+%%           2013-2017 Javier Bezos, Johannes Braams
+\input english.ldf\relax
+%%
+%% \CharacterTable
+%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
+%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
+%%   Digits        \0\1\2\3\4\5\6\7\8\9
+%%   Exclamation   \!     Double quote  \"     Hash (number) \#
+%%   Dollar        \$     Percent       \%     Ampersand     \&
+%%   Acute accent  \'     Left paren    \(     Right paren   \)
+%%   Asterisk      \*     Plus          \+     Comma         \,
+%%   Minus         \-     Point         \.     Solidus       \/
+%%   Colon         \:     Semicolon     \;     Less than     \<
+%%   Equals        \=     Greater than  \>     Question mark \?
+%%   Commercial at \@     Left bracket  \[     Backslash     \\
+%%   Right bracket \]     Circumflex    \^     Underscore    \_
+%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
+%%   Right brace   \}     Tilde         \~}
+%%
+\endinput
+%%
+%% End of file `canadian.ldf'.

Modified: trunk/Master/texmf-dist/tex/generic/babel-english/english.ldf
===================================================================
--- trunk/Master/texmf-dist/tex/generic/babel-english/english.ldf	2017-01-24 21:38:00 UTC (rev 43041)
+++ trunk/Master/texmf-dist/tex/generic/babel-english/english.ldf	2017-01-24 21:38:21 UTC (rev 43042)
@@ -4,10 +4,11 @@
 %%
 %% The original source files were:
 %%
-%% english.dtx  (with options: `code')
+%% english.dtx  (with options: `english,code')
 %% This is a generated file.
 %% 
 %% Copyright 1989-2005 Johannes L. Braams and any individual authors
+%%           2013-2017 Javier Bezos, 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.
@@ -23,7 +24,7 @@
 %% 
 %% This work has the LPPL maintenance status "maintained".
 %% 
-%% The Current Maintainer of this work is Johannes Braams.
+%% The Current Maintainer of this work is Javier Bezos.
 %% 
 %% This file may only be distributed together with a copy of the Babel
 %% system. You may however distribute the Babel system without
@@ -37,13 +38,12 @@
 %% and covered by LPPL is defined by the unpacking scripts (with
 %% extension .ins) which are part of the distribution.
 \ProvidesLanguage{english}
-        [2012/08/20 v3.3p English support from the babel system]
+        [2017/01/24 v3.3q English support from the babel system]
 %% File 'english.dtx'
 %% Babel package for LaTeX version 2e
 %% Copyright (C) 1989 - 2005
 %%           by Johannes Braams, TeXniek
-%% Please report errors to: J.L. Braams
-%%                          babel at braams.cistron.nl
+%%           2013-2017 Javier Bezos, Johannes Braams
 \LdfInit\CurrentOption{date\CurrentOption}
 \ifx\l at english\@undefined
   \ifx\l at UKenglish\@undefined
@@ -98,7 +98,6 @@
     \let\l at USenglish\l at american
   \fi
 \fi
-
 \ifx\l at canadian\@undefined
   \adddialect\l at canadian\l at american
 \fi

Added: trunk/Master/texmf-dist/tex/generic/babel-english/newzealand.ldf
===================================================================
--- trunk/Master/texmf-dist/tex/generic/babel-english/newzealand.ldf	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/generic/babel-english/newzealand.ldf	2017-01-24 21:38:21 UTC (rev 43042)
@@ -0,0 +1,67 @@
+%%
+%% This is file `newzealand.ldf',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% english.dtx  (with options: `newzealand')
+%% This is a generated file.
+%% 
+%% Copyright 1989-2005 Johannes L. Braams and any individual authors
+%%           2013-2017 Javier Bezos, 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.
+%% ---------------------------------------------------------
+%% 
+%% It may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%%   http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2003/12/01 or later.
+%% 
+%% This work has the LPPL maintenance status "maintained".
+%% 
+%% The Current Maintainer of this work is Javier Bezos.
+%% 
+%% This file may only be distributed together with a copy of the Babel
+%% system. You may however distribute the Babel system without
+%% such generated files.
+%% 
+%% The list of all files belonging to the Babel distribution is
+%% given in the file `manifest.bbl'. See also `legal.bbl for additional
+%% information.
+%% 
+%% The list of derived (unpacked) files belonging to the distribution
+%% and covered by LPPL is defined by the unpacking scripts (with
+%% extension .ins) which are part of the distribution.
+\ProvidesLanguage{newzealand}
+        [2017/01/24 v3.3q English support from the babel system]
+%% File 'english.dtx'
+%% Babel package for LaTeX version 2e
+%% Copyright (C) 1989 - 2005
+%%           by Johannes Braams, TeXniek
+%%           2013-2017 Javier Bezos, Johannes Braams
+\input english.ldf\relax
+%%
+%% \CharacterTable
+%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
+%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
+%%   Digits        \0\1\2\3\4\5\6\7\8\9
+%%   Exclamation   \!     Double quote  \"     Hash (number) \#
+%%   Dollar        \$     Percent       \%     Ampersand     \&
+%%   Acute accent  \'     Left paren    \(     Right paren   \)
+%%   Asterisk      \*     Plus          \+     Comma         \,
+%%   Minus         \-     Point         \.     Solidus       \/
+%%   Colon         \:     Semicolon     \;     Less than     \<
+%%   Equals        \=     Greater than  \>     Question mark \?
+%%   Commercial at \@     Left bracket  \[     Backslash     \\
+%%   Right bracket \]     Circumflex    \^     Underscore    \_
+%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
+%%   Right brace   \}     Tilde         \~}
+%%
+\endinput
+%%
+%% End of file `newzealand.ldf'.

Added: trunk/Master/texmf-dist/tex/generic/babel-english/ukenglish.ldf
===================================================================
--- trunk/Master/texmf-dist/tex/generic/babel-english/ukenglish.ldf	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/generic/babel-english/ukenglish.ldf	2017-01-24 21:38:21 UTC (rev 43042)
@@ -0,0 +1,67 @@
+%%
+%% This is file `ukenglish.ldf',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% english.dtx  (with options: `ukenglish')
+%% This is a generated file.
+%% 
+%% Copyright 1989-2005 Johannes L. Braams and any individual authors
+%%           2013-2017 Javier Bezos, 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.
+%% ---------------------------------------------------------
+%% 
+%% It may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%%   http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2003/12/01 or later.
+%% 
+%% This work has the LPPL maintenance status "maintained".
+%% 
+%% The Current Maintainer of this work is Javier Bezos.
+%% 
+%% This file may only be distributed together with a copy of the Babel
+%% system. You may however distribute the Babel system without
+%% such generated files.
+%% 
+%% The list of all files belonging to the Babel distribution is
+%% given in the file `manifest.bbl'. See also `legal.bbl for additional
+%% information.
+%% 
+%% The list of derived (unpacked) files belonging to the distribution
+%% and covered by LPPL is defined by the unpacking scripts (with
+%% extension .ins) which are part of the distribution.
+\ProvidesLanguage{UKenglish}
+        [2017/01/24 v3.3q English support from the babel system]
+%% File 'english.dtx'
+%% Babel package for LaTeX version 2e
+%% Copyright (C) 1989 - 2005
+%%           by Johannes Braams, TeXniek
+%%           2013-2017 Javier Bezos, Johannes Braams
+\input english.ldf\relax
+%%
+%% \CharacterTable
+%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
+%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
+%%   Digits        \0\1\2\3\4\5\6\7\8\9
+%%   Exclamation   \!     Double quote  \"     Hash (number) \#
+%%   Dollar        \$     Percent       \%     Ampersand     \&
+%%   Acute accent  \'     Left paren    \(     Right paren   \)
+%%   Asterisk      \*     Plus          \+     Comma         \,
+%%   Minus         \-     Point         \.     Solidus       \/
+%%   Colon         \:     Semicolon     \;     Less than     \<
+%%   Equals        \=     Greater than  \>     Question mark \?
+%%   Commercial at \@     Left bracket  \[     Backslash     \\
+%%   Right bracket \]     Circumflex    \^     Underscore    \_
+%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
+%%   Right brace   \}     Tilde         \~}
+%%
+\endinput
+%%
+%% End of file `ukenglish.ldf'.

Added: trunk/Master/texmf-dist/tex/generic/babel-english/usenglish.ldf
===================================================================
--- trunk/Master/texmf-dist/tex/generic/babel-english/usenglish.ldf	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/generic/babel-english/usenglish.ldf	2017-01-24 21:38:21 UTC (rev 43042)
@@ -0,0 +1,67 @@
+%%
+%% This is file `usenglish.ldf',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% english.dtx  (with options: `usenglish')
+%% This is a generated file.
+%% 
+%% Copyright 1989-2005 Johannes L. Braams and any individual authors
+%%           2013-2017 Javier Bezos, 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.
+%% ---------------------------------------------------------
+%% 
+%% It may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%%   http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2003/12/01 or later.
+%% 
+%% This work has the LPPL maintenance status "maintained".
+%% 
+%% The Current Maintainer of this work is Javier Bezos.
+%% 
+%% This file may only be distributed together with a copy of the Babel
+%% system. You may however distribute the Babel system without
+%% such generated files.
+%% 
+%% The list of all files belonging to the Babel distribution is
+%% given in the file `manifest.bbl'. See also `legal.bbl for additional
+%% information.
+%% 
+%% The list of derived (unpacked) files belonging to the distribution
+%% and covered by LPPL is defined by the unpacking scripts (with
+%% extension .ins) which are part of the distribution.
+\ProvidesLanguage{USenglish}
+        [2017/01/24 v3.3q English support from the babel system]
+%% File 'english.dtx'
+%% Babel package for LaTeX version 2e
+%% Copyright (C) 1989 - 2005
+%%           by Johannes Braams, TeXniek
+%%           2013-2017 Javier Bezos, Johannes Braams
+\input english.ldf\relax
+%%
+%% \CharacterTable
+%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
+%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
+%%   Digits        \0\1\2\3\4\5\6\7\8\9
+%%   Exclamation   \!     Double quote  \"     Hash (number) \#
+%%   Dollar        \$     Percent       \%     Ampersand     \&
+%%   Acute accent  \'     Left paren    \(     Right paren   \)
+%%   Asterisk      \*     Plus          \+     Comma         \,
+%%   Minus         \-     Point         \.     Solidus       \/
+%%   Colon         \:     Semicolon     \;     Less than     \<
+%%   Equals        \=     Greater than  \>     Question mark \?
+%%   Commercial at \@     Left bracket  \[     Backslash     \\
+%%   Right bracket \]     Circumflex    \^     Underscore    \_
+%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
+%%   Right brace   \}     Tilde         \~}
+%%
+\endinput
+%%
+%% End of file `usenglish.ldf'.



More information about the tex-live-commits mailing list