diff options
author | Karl Berry <karl@freefriends.org> | 2021-12-31 21:02:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-12-31 21:02:08 +0000 |
commit | d0daef98bb5725f77d5d7d4fa62034e23691d136 (patch) | |
tree | e9d0b229dc0f3d142ce339087031c0469f0fcfb8 /Master/texmf-dist/source | |
parent | 7461a356081d96928b7e36a76824ad7891c7d8d4 (diff) |
babel (31dec21)
git-svn-id: svn://tug.org/texlive/trunk@61457 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/babel/babel.dtx | 81 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/babel/babel.ins | 2 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/babel/bbcompat.dtx | 2 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/babel/locale.zip | bin | 794462 -> 794462 bytes |
4 files changed, 44 insertions, 41 deletions
diff --git a/Master/texmf-dist/source/latex/babel/babel.dtx b/Master/texmf-dist/source/latex/babel/babel.dtx index 1c08c966689..47e8df74c5b 100644 --- a/Master/texmf-dist/source/latex/babel/babel.dtx +++ b/Master/texmf-dist/source/latex/babel/babel.dtx @@ -32,7 +32,7 @@ % % \iffalse %<*filedriver> -\ProvidesFile{babel.dtx}[2021/12/28 v3.68 The Babel package] +\ProvidesFile{babel.dtx}[2021/12/30 v3.69 The Babel package] \documentclass{ltxdoc} \GetFileInfo{babel.dtx} \usepackage{fontspec} @@ -4926,12 +4926,13 @@ Its natural place of use is in hooks or in |\extras|\m{language}. \subsection{Changes in \babel\ version 3.9} -Most of the changes in version 3.9 were related to bugs, either to fix them -(there were lots), or to provide some alternatives. Even new features -like |\babelhyphen| are intended to solve a certain problem (in this -case, the lacking of a uniform syntax and behavior for shorthands -across languages). These changes are described in this manual in the -corresponding place. A selective list follows: +Most of the changes in version 3.9 were related to bugs, either to fix +them (there were lots), or to provide some alternatives. Even new +features like |\babelhyphen| are intended to solve a certain problem +(in this case, the lacking of a uniform syntax and behavior for +shorthands across languages). These changes, as well as the subsequent +ones ($\ge$3.10), are described in this manual in the corresponding +place. A selective list of the changes in 3.9 follows: \begin{itemize} \item |\select@language| did not set |\languagename|. This meant the language in force when auxiliary files were loaded was the one used @@ -5118,8 +5119,8 @@ help from Bernd Raichle, for which I am grateful. % \section{Tools} % % \begin{macrocode} -%<<version=3.68>> -%<<date=2021/12/28>> +%<<version=3.69>> +%<<date=2021/12/30>> % \end{macrocode} % % \textbf{Do not use the following macros in \texttt{ldf} files. They @@ -14514,36 +14515,38 @@ end % % \begin{macrocode} \bbl@trace{Redefinitions for bidi layout} -\AtBeginDocument{% amsmath - \ifx\place@tag\@undefined\else - \bbl@sreplace\place@tag{\llap}{\bbl@truellap}% - \bbl@sreplace\place@tag@gather{\llap}{\bbl@truellap}% - \bbl@sreplace\place@tag{\rlap}{\bbl@truerlap}% - \bbl@sreplace\place@tag@gather{\rlap}{\bbl@truerlap}% - \fi} -\ifx\AddToHook\@undefined\else - \AddToHook{env/equation/before}{\pardir TLT }{} -\fi -\ifx\@eqnnum\@undefined\else - \ifx\bbl@attr@dir\@undefined\else - \bbl@xin@{,leqno,}{,\@classoptionslist,}% - \ifin@ - \bbl@sreplace\@eqnnum{\rlap}{\bbl@leqno@aux} - \def\bbl@leqno@aux#1{% - \bbl@truerlap{% - \ifcase\bbl@attr@dir - #1% - \else - \bbl@textdir\@ne - #1% - \hskip-\displaywidth - \fi}} - \else - \bbl@exp{% - \def\\\@eqnnum{{% - \<ifcase>\\\bbl@attr@dir\<else>\\\bbl@textdir\@ne\<fi>% - \\\bbl@ifsamestring{\\\@currenvir}{equation}% - {}{\\\bbl@truellap}{\[@eqnnum]}}}} +\ifnum\bbl@bidimode>\z@ + \AtBeginDocument{% amsmath + \ifx\place@tag\@undefined\else + \bbl@sreplace\place@tag{\llap}{\bbl@truellap}% + \bbl@sreplace\place@tag@gather{\llap}{\bbl@truellap}% + \bbl@sreplace\place@tag{\rlap}{\bbl@truerlap}% + \bbl@sreplace\place@tag@gather{\rlap}{\bbl@truerlap}% + \fi} + \ifx\AddToHook\@undefined\else + \AddToHook{env/equation/before}{\pardir TLT }{} + \fi + \ifx\@eqnnum\@undefined\else + \ifx\bbl@attr@dir\@undefined\else + \bbl@xin@{,leqno,}{,\@classoptionslist,}% + \ifin@ + \bbl@sreplace\@eqnnum{\rlap}{\bbl@leqno@aux} + \def\bbl@leqno@aux#1{% + \bbl@truerlap{% + \ifcase\bbl@attr@dir + #1% + \else + \bbl@textdir\@ne + #1% + \hskip-\displaywidth + \fi}} + \else + \bbl@exp{% + \def\\\@eqnnum{{% + \<ifcase>\\\bbl@attr@dir\<else>\\\bbl@textdir\@ne\<fi>% + \\\bbl@ifsamestring{\\\@currenvir}{equation}% + {}{\\\bbl@truellap}{\[@eqnnum]}}}} + \fi \fi \fi \fi diff --git a/Master/texmf-dist/source/latex/babel/babel.ins b/Master/texmf-dist/source/latex/babel/babel.ins index b9267340a3d..16bde4384ee 100644 --- a/Master/texmf-dist/source/latex/babel/babel.ins +++ b/Master/texmf-dist/source/latex/babel/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{2021/12/28} +\def\filedate{2021/12/30} \def\batchfile{babel.ins} \input docstrip.tex diff --git a/Master/texmf-dist/source/latex/babel/bbcompat.dtx b/Master/texmf-dist/source/latex/babel/bbcompat.dtx index b80d81c7ccf..ed07287c375 100644 --- a/Master/texmf-dist/source/latex/babel/bbcompat.dtx +++ b/Master/texmf-dist/source/latex/babel/bbcompat.dtx @@ -30,7 +30,7 @@ % % \iffalse %<*dtx> -\ProvidesFile{bbcompat.dtx}[2021/12/28 v3.68] +\ProvidesFile{bbcompat.dtx}[2021/12/30 v3.69] %</dtx> % %% File 'bbcompat.dtx' diff --git a/Master/texmf-dist/source/latex/babel/locale.zip b/Master/texmf-dist/source/latex/babel/locale.zip Binary files differindex 9f965af7b59..4654c0645f8 100644 --- a/Master/texmf-dist/source/latex/babel/locale.zip +++ b/Master/texmf-dist/source/latex/babel/locale.zip |