Skip to content

Commit

Permalink
Patch 'array' and 'colortbl' (wip)
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier committed Feb 8, 2023
1 parent a7127bb commit addb46a
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
## Babel 3.85.03869
## Babel 3.85.03970

(Draft)

Expand Down
26 changes: 16 additions & 10 deletions babel.dtx
Expand Up @@ -32,7 +32,7 @@
%
% \iffalse
%<*filedriver>
\ProvidesFile{babel.dtx}[2023/02/07 v3.85.03869 The Babel package]
\ProvidesFile{babel.dtx}[2023/02/08 v3.85.03970 The Babel package]
\documentclass{ltxdoc}
\GetFileInfo{babel.dtx}
\usepackage{fontspec}
Expand Down Expand Up @@ -5286,8 +5286,8 @@ help from Bernd Raichle, for which I am grateful.
% \section{Tools}
%
% \begin{macrocode}
%<<version=3.85.03869>>
%<<date=2023/02/07>>
%<<version=3.85.03970>>
%<<date=2023/02/08>>
% \end{macrocode}
%
% \textbf{Do not use the following macros in \texttt{ldf} files. They
Expand Down Expand Up @@ -15195,16 +15195,22 @@ end
\ifx\@tabular\@undefined\else
\bbl@replace\@tabular{$}{$%
\def\bbl@insidemath{0}%
\def\bbl@parabefore{\babelrestoredirs}%
\everyhbox{\def\bbl@insidemath{0}}%
\everyvbox{\def\bbl@insidemath{0}}}%
\def\bbl@parabefore{\babelrestoredirs}}%
\bbl@ifunset{@tabclassz}{}{%
\bbl@sreplace\@tabclassz
{\ifcase\@chnum}{\bgroup\babelrestoredirs\ifcase\@chnum}%
\bbl@sreplace\@tabclassz
{\@sharp\unskip\fi}{\@sharp\unskip\fi\egroup}}
\fi
{\ifcase\@chnum}{\babelrestoredirs\ifcase\@chnum}}%
\fi
\AtBeginDocument{%
\@ifpackageloaded{colortbl}%
{\bbl@sreplace\@classz
{\hbox\bgroup\bgroup}{\hbox\bgroup\bgroup\babelrestoredirs}}%
{\@ifpackageloaded{array}%
{\bbl@sreplace\@classz
{\ifcase\@chnum}{\bgroup\babelrestoredirs\ifcase\@chnum}%
\bbl@sreplace\@classz
{\do@row@strut\fi}{\do@row@strut\fi\egroup}}%
{}}}
\fi
\ifx\bbl@opt@layout\@nnil\endinput\fi % if no layout
% \end{macrocode}
%
Expand Down
2 changes: 1 addition & 1 deletion babel.ins
Expand Up @@ -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{2023/02/07}
\def\filedate{2023/02/08}
\def\batchfile{babel.ins}
\input docstrip.tex

Expand Down
Binary file modified babel.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion bbcompat.dtx
Expand Up @@ -30,7 +30,7 @@
%
% \iffalse
%<*dtx>
\ProvidesFile{bbcompat.dtx}[2023/02/07 v3.85.03869]
\ProvidesFile{bbcompat.dtx}[2023/02/08 v3.85.03970]
%</dtx>
%
%% File 'bbcompat.dtx'
Expand Down

0 comments on commit addb46a

Please sign in to comment.