Skip to content

Commit

Permalink
select.write=omit
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier committed Oct 7, 2021
1 parent 3b239d6 commit 282e6c0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
4 changes: 3 additions & 1 deletion README.md
@@ -1,4 +1,4 @@
## Babel 3.63.2517
## Babel 3.63.2518

This package manages culturally-determined typographical (and other)
rules, and hyphenation patterns for a wide range of languages. Many
Expand Down Expand Up @@ -53,6 +53,8 @@ respective authors.
* Fixes:
- babel errors on document option 'chinese' (#141).
- name.babel in ini files set inconsistently.
* Now babel.def and babel.sty are separate files (for
Plain-based formats and LaTeX, respectively).
3.63 2021-07-22
* Fixes a severe bug with CJK and XeTeX introduced in 3.62.
Expand Down
9 changes: 6 additions & 3 deletions babel.dtx
Expand Up @@ -32,7 +32,7 @@
%
% \iffalse
%<*filedriver>
\ProvidesFile{babel.dtx}[2021/10/06 v3.63.2517 The Babel package]
\ProvidesFile{babel.dtx}[2021/10/07 v3.63.2518 The Babel package]
\documentclass{ltxdoc}
\GetFileInfo{babel.dtx}
\usepackage{fontspec}
Expand Down Expand Up @@ -5026,8 +5026,8 @@ help from Bernd Raichle, for which I am grateful.
% \section{Tools}
%
% \begin{macrocode}
%<<version=3.63.2517>>
%<<date=2021/10/06>>
%<<version=3.63.2518>>
%<<date=2021/10/07>>
% \end{macrocode}
%
% \textbf{Do not use the following macros in \texttt{ldf} files. They
Expand Down Expand Up @@ -11004,6 +11004,9 @@ help from Bernd Raichle, for which I am grateful.
\@namedef{bbl@ADJ@select.write@keep}{%
\let\bbl@restorelastskip\relax
\let\bbl@savelastskip\relax}
\@namedef{bbl@ADJ@select.write@omit}{%
\let\bbl@restorelastskip\relax
\def\bbl@savelastskip##1\bbl@restorelastskip{}}
% \end{macrocode}
%
% As the final task, load the code for lua. TODO: use babel name, override
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{2021/10/06}
\def\filedate{2021/10/07}
\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}[2021/10/06 v3.63.2517]
\ProvidesFile{bbcompat.dtx}[2021/10/07 v3.63.2518]
%</dtx>
%
%% File 'bbcompat.dtx'
Expand Down

0 comments on commit 282e6c0

Please sign in to comment.