[latex3-commits] [git/LaTeX3-latex3-babel] master: 3.40. Final readjustments in la, el. (1f2d7f6)
Javier
jbezos at dante.de
Fri Feb 14 16:59:02 CET 2020
Repository : https://github.com/latex3/babel
On branch : master
Link : https://github.com/latex3/babel/commit/1f2d7f611eb7d92ecd147a9a1457295d57db9bcb
>---------------------------------------------------------------
commit 1f2d7f611eb7d92ecd147a9a1457295d57db9bcb
Author: Javier <jbezos at localhost>
Date: Fri Feb 14 16:59:02 2020 +0100
3.40. Final readjustments in la, el.
>---------------------------------------------------------------
1f2d7f611eb7d92ecd147a9a1457295d57db9bcb
README.md | 5 +++--
babel.dtx | 22 ++++------------------
babel.ins | 2 +-
babel.pdf | Bin 756850 -> 755671 bytes
bbcompat.dtx | 2 +-
locale/br/babel-br.ini | 1 +
locale/el/babel-greek.tex | 1 -
locale/fr/babel-fr-BE.ini | 1 +
locale/fr/babel-fr-CA.ini | 1 +
locale/fr/babel-fr-CH.ini | 1 +
locale/fr/babel-fr-LU.ini | 1 +
locale/fr/babel-fr.ini | 1 +
locale/la/babel-classiclatin.tex | 2 +-
locale/la/babel-ecclesiasticlatin.tex | 2 +-
locale/la/babel-la-x-classic.ini | 6 +++---
locale/la/babel-la-x-ecclesia.ini | 2 +-
locale/la/babel-la-x-medieval.ini | 4 ++--
locale/la/babel-la.ini | 4 ++--
locale/oc/babel-oc.ini | 1 +
samples/lua-thai.pdf | Bin 36300 -> 36300 bytes
20 files changed, 26 insertions(+), 33 deletions(-)
diff --git a/README.md b/README.md
index fcfc505..9b15c73 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-## Babel 3.39.1914
+## Babel 3.40
This package manages culturally-determined typographical (and other)
rules, and hyphenation patterns for a wide range of languages. Many
@@ -44,13 +44,14 @@ respective authors.
### Latest changes
```
-3.40 2020-02-15
+3.40 2020-02-14
- New ini files for Latin and Greek (xe/lua).
- Add 'other' characters used in hyphenation patters (eg,
apostrophes).
- Fix - Old Plain TeX and Plain XeTeX raised an error.
- Fix - Option T1 in fontenc was not recognized to set
\latinencoding with LaTeX 2020-02-02.
+ - Fix - Locale names were hardcoded in some babel-...tex files.
3.39 2020-02-03
- Languages can now be loaded on the fly (via \babelprovide).
diff --git a/babel.dtx b/babel.dtx
index c3d54fa..d0c45fd 100644
--- a/babel.dtx
+++ b/babel.dtx
@@ -31,7 +31,7 @@
%
% \iffalse
%<*filedriver>
-\ProvidesFile{babel.dtx}[2020/02/11 v3.39.1914 The Babel package]
+\ProvidesFile{babel.dtx}[2020/02/14 v3.40 The Babel package]
\documentclass{ltxdoc}
\GetFileInfo{babel.dtx}
\usepackage{fontspec}
@@ -4327,8 +4327,8 @@ help from Bernd Raichle, for which I am grateful.
% \section{Tools}
%
% \begin{macrocode}
-%<<version=3.39.1914>>
-%<<date=2020/02/11>>
+%<<version=3.40>>
+%<<date=2020/02/14>>
% \end{macrocode}
%
% \textbf{Do not use the following macros in \texttt{ldf} files. They
@@ -8486,7 +8486,7 @@ help from Bernd Raichle, for which I am grateful.
\bbl at ifunset{bbl@@kv at identification.warning#1}{}%
{\bbl at warning{%
From babel-\@nameuse{bbl at lini@\languagename}.ini:\\%
- \@nameuse{bbl@@kv at identification.warning#1}.\\%
+ \@nameuse{bbl@@kv at identification.warning#1}\\%
Reported }}}
\let\bbl at inikv@identification\bbl at inikv
\def\bbl at secpost@identification{%
@@ -8523,20 +8523,6 @@ help from Bernd Raichle, for which I am grateful.
\bbl at exportkey{chrng}{characters.ranges}{}%
\bbl at exportkey{dgnat}{numbers.digits.native}{}%
\bbl at exportkey{rqtex}{identification.require.babel}{}%
- \bbl at xin@{0.5}{\@nameuse{bbl@@kv at identification.version}}%
- \ifin@
- \bbl at warning{%
- There are neither captions nor date in `\languagename'.\\%
- It may not be suitable for proper typesetting, and it\\%
- could change. Reported}%
- \fi
- \bbl at xin@{0.9}{\@nameuse{bbl@@kv at identification.version}}%
- \ifin@
- \bbl at warning{%
- The `\languagename' date format may not be suitable\\%
- for proper typesetting, and therefore it very likely will\\%
- change in a future release. Reported}%
- \fi
\bbl at toglobal\bbl at savetoday
\bbl at toglobal\bbl at savedate}
% \end{macrocode}
diff --git a/babel.ins b/babel.ins
index 066467a..ad993d6 100644
--- a/babel.ins
+++ b/babel.ins
@@ -26,7 +26,7 @@
%% and covered by LPPL is defined by the unpacking scripts (with
%% extension .ins) which are part of the distribution.
%%
-\def\filedate{2020/02/11}
+\def\filedate{2020/02/14}
\def\batchfile{babel.ins}
\input docstrip.tex
diff --git a/babel.pdf b/babel.pdf
index a1eaadb..d511adc 100644
Binary files a/babel.pdf and b/babel.pdf differ
diff --git a/bbcompat.dtx b/bbcompat.dtx
index 9c32590..be40911 100644
--- a/bbcompat.dtx
+++ b/bbcompat.dtx
@@ -30,7 +30,7 @@
%
% \iffalse
%<*dtx>
-\ProvidesFile{bbcompat.dtx}[2020/02/11 v3.39.1914]
+\ProvidesFile{bbcompat.dtx}[2020/02/14 v3.40]
%</dtx>
%
%% File 'bbcompat.dtx'
diff --git a/locale/br/babel-br.ini b/locale/br/babel-br.ini
index 0429806..55f14b7 100644
--- a/locale/br/babel-br.ini
+++ b/locale/br/babel-br.ini
@@ -24,6 +24,7 @@ script.tag.opentype = latn
level = 1
encodings = T1 OT1 LY1
derivate = no
+warning = The `breton' date format may not be suitable\\for proper typesetting, and therefore very likely\\it will change in a future release.
[captions]
preface = Rakskrid
diff --git a/locale/el/babel-greek.tex b/locale/el/babel-greek.tex
index dc0f4ed..3d6aef5 100644
--- a/locale/el/babel-greek.tex
+++ b/locale/el/babel-greek.tex
@@ -10,7 +10,6 @@
\BabelBeforeIni{el}{%
}
-
\ifcase\bbl at engine\else
% Numerals (Ionian)
diff --git a/locale/fr/babel-fr-BE.ini b/locale/fr/babel-fr-BE.ini
index adfa710..7be5cc5 100644
--- a/locale/fr/babel-fr-BE.ini
+++ b/locale/fr/babel-fr-BE.ini
@@ -28,6 +28,7 @@ script.tag.opentype = latn
level = 1
encodings = T1 OT1 LY1
derivate = no
+warning = The `french' date format may not be suitable\\for proper typesetting, and therefore very likely\\it will change in a future release.
[captions]
preface = Préface
diff --git a/locale/fr/babel-fr-CA.ini b/locale/fr/babel-fr-CA.ini
index 9a23bf6..8a3c51d 100644
--- a/locale/fr/babel-fr-CA.ini
+++ b/locale/fr/babel-fr-CA.ini
@@ -28,6 +28,7 @@ script.tag.opentype = latn
level = 1
encodings = T1 OT1 LY1
derivate = no
+warning = The `french' date format may not be suitable\\for proper typesetting, and therefore very likely\\it will change in a future release.
[captions]
preface = Préface
diff --git a/locale/fr/babel-fr-CH.ini b/locale/fr/babel-fr-CH.ini
index f1c8af2..c5b7c44 100644
--- a/locale/fr/babel-fr-CH.ini
+++ b/locale/fr/babel-fr-CH.ini
@@ -28,6 +28,7 @@ script.tag.opentype = latn
level = 1
encodings = T1 OT1 LY1
derivate = no
+warning = The `french' date format may not be suitable\\for proper typesetting, and therefore very likely\\it will change in a future release.
[captions]
preface = Préface
diff --git a/locale/fr/babel-fr-LU.ini b/locale/fr/babel-fr-LU.ini
index 2e01d9e..03ac8e7 100644
--- a/locale/fr/babel-fr-LU.ini
+++ b/locale/fr/babel-fr-LU.ini
@@ -28,6 +28,7 @@ script.tag.opentype = latn
level = 1
encodings = T1 OT1 LY1
derivate = no
+warning = The `french' date format may not be suitable\\for proper typesetting, and therefore very likely\\it will change in a future release.
[captions]
preface = Préface
diff --git a/locale/fr/babel-fr.ini b/locale/fr/babel-fr.ini
index 974a618..bf5bbf1 100644
--- a/locale/fr/babel-fr.ini
+++ b/locale/fr/babel-fr.ini
@@ -24,6 +24,7 @@ script.tag.opentype = latn
level = 1
encodings = T1 OT1 LY1
derivate = no
+warning = The `french' date format may not be suitable\\for proper typesetting, and therefore very likely\\it will change in a future release.
[captions]
preface = Préface
diff --git a/locale/la/babel-classiclatin.tex b/locale/la/babel-classiclatin.tex
index 608b89c..1d783d1 100644
--- a/locale/la/babel-classiclatin.tex
+++ b/locale/la/babel-classiclatin.tex
@@ -5,7 +5,7 @@
{Just use babel as documented.}%
\stop
\fi
-\BabelBeforeIni{la}{%
+\BabelBeforeIni{la-x-classic}{%
}
\ifcase\bbl at engine\else
diff --git a/locale/la/babel-ecclesiasticlatin.tex b/locale/la/babel-ecclesiasticlatin.tex
index 10d2a36..b864ed3 100644
--- a/locale/la/babel-ecclesiasticlatin.tex
+++ b/locale/la/babel-ecclesiasticlatin.tex
@@ -5,7 +5,7 @@
{Just use babel as documented.}%
\stop
\fi
-\BabelBeforeIni{la}{%
+\BabelBeforeIni{la-x-ecclesia}{%
}
\ifcase\bbl at engine\else
diff --git a/locale/la/babel-la-x-classic.ini b/locale/la/babel-la-x-classic.ini
index 84b30e2..e0a4d41 100644
--- a/locale/la/babel-la-x-classic.ini
+++ b/locale/la/babel-la-x-classic.ini
@@ -12,7 +12,7 @@
[identification]
charset = utf8
version = 1.0
-date = 2017-03-10
+date = 2020-02-10
name.english = Classic Latin
tag.bcp47 = la
tag.opentype = LAT
@@ -86,7 +86,7 @@ months.wide.7 = Iulii
months.wide.8 = Augusti
months.wide.9 = Septembris
months.wide.10 = Octobris
-months.wide.11 = Novembris
+months.wide.11 = Nouembris
months.wide.12 = Decembris
months.narrow.1 =
months.narrow.2 =
@@ -134,7 +134,7 @@ time.short = [h]:[mm] [a]
[typography]
frenchspacing = yes
-hyphenrules = latin
+hyphenrules = classiclatin
lefthyphenmin = 2
righthyphenmin = 2
hyphenchar =
diff --git a/locale/la/babel-la-x-ecclesia.ini b/locale/la/babel-la-x-ecclesia.ini
index c209201..5363197 100644
--- a/locale/la/babel-la-x-ecclesia.ini
+++ b/locale/la/babel-la-x-ecclesia.ini
@@ -12,7 +12,7 @@
[identification]
charset = utf8
version = 1.0
-date = 2017-03-10
+date = 2020-02-10
name.english = Ecclesiastic Latin
tag.bcp47 = la
tag.opentype = LAT
diff --git a/locale/la/babel-la-x-medieval.ini b/locale/la/babel-la-x-medieval.ini
index c620ec4..2e612f8 100644
--- a/locale/la/babel-la-x-medieval.ini
+++ b/locale/la/babel-la-x-medieval.ini
@@ -12,7 +12,7 @@
[identification]
charset = utf8
version = 1.0
-date = 2017-03-10
+date = 2020-02-10
name.english = Medieval Latin
tag.bcp47 = la
tag.opentype = LAT
@@ -50,7 +50,7 @@ proof = Demonstratio
glossary = Glossarium
[captions.licr]
-preface = Praefatio
+preface = Pr\ae fatio
ref = Conspectus librorum
abstract = Summarium
bib = Conspectus librorum
diff --git a/locale/la/babel-la.ini b/locale/la/babel-la.ini
index 1e6afe7..fcd7934 100644
--- a/locale/la/babel-la.ini
+++ b/locale/la/babel-la.ini
@@ -11,8 +11,8 @@
[identification]
charset = utf8
-version = 1.0
-date = 2017-03-10
+version = 1.1
+date = 2020-02-10
name.english = Latin
tag.bcp47 = la
tag.opentype = LAT
diff --git a/locale/oc/babel-oc.ini b/locale/oc/babel-oc.ini
index 9aea04f..5edd4a9 100644
--- a/locale/oc/babel-oc.ini
+++ b/locale/oc/babel-oc.ini
@@ -23,6 +23,7 @@ script.tag.opentype = latn
level = 1
encodings = T1 OT1 LY1
derivate = no
+warning = The `occitan' date format may not be suitable\\for proper typesetting, and therefore very likely\\it will change in a future release.
[captions]
preface = Prefàcia
diff --git a/samples/lua-thai.pdf b/samples/lua-thai.pdf
index d786575..da53c6f 100644
Binary files a/samples/lua-thai.pdf and b/samples/lua-thai.pdf differ
More information about the latex3-commits
mailing list.