diff options
Diffstat (limited to 'macros/latex/base/latexchanges.tex')
-rw-r--r-- | macros/latex/base/latexchanges.tex | 31 |
1 files changed, 29 insertions, 2 deletions
diff --git a/macros/latex/base/latexchanges.tex b/macros/latex/base/latexchanges.tex index bc8e8dd07b..933ea48ddb 100644 --- a/macros/latex/base/latexchanges.tex +++ b/macros/latex/base/latexchanges.tex @@ -41,12 +41,15 @@ \author{\copyright~Copyright 2015--2021, \LaTeX\ Project Team.\\ All rights reserved.} -\date{2021-01-08} +\date{2021-06-08} % a few commands from doc \newcommand\Lpack[1]{\mbox{\textsf{#1}}} \newcommand\DescribeMacro[1]{\texttt{\string#1}} +\newcommand\pkg[1]{\texttt{#1}} +\newcommand\cs[1]{\texttt{\textbackslash #1}} + \makeatletter % -- provide command introduced in new release % so this typesets with an old format @@ -54,8 +57,11 @@ {\hmode@bgroup\ooalign{\null#1\crcr\hidewidth\raise-.31ex \hbox{\check@mathfonts\fontsize\ssf@size\z@ \math@fontsfalse\selectfont,}\hidewidth}\egroup} + \makeatother + + \ifx\href\undefined \newcommand\ghissue[1]{github #1} \newcommand\gnatsissue[1]{gnats #1} @@ -111,7 +117,28 @@ see for example %\section{Introduction} +\section{Changes introduced in 2021-06-01 patch~1} + +A further refinement to the handling of ``raw'' option lists added +in the last release, see \ghissue{508}. + +Fixes an issue with rollback when \pkg{latexrelease} is loaded by some +other package (as done for \texttt{platex} (\ghissue{577}). + +First aid for \pkg{ulem} and \pkg{varwidth} got added to help them +along until they get corrected. \pkg{ulem} has a problem with the +improved definition of \cs{hspace} and \pkg{varwidth} chokes on a +newly introduced glue item in vertical lists, which is needed for +paragraph hook handling (\ghissue{583}). + + +\section{Changes introduced in 2021-06-01} +The focus of this release is to provide further important building +blocks for the future production of reliable tagged PDF output. Many +other improvements have been made. Please see \ltnewsissue{33} for an +overview of the new features and the change log in +\texttt{changes.txt} for a more detailed list of individual changes. \section{Changes introduced in 2020-10-01 patch~4} @@ -122,7 +149,7 @@ disconcerting (\ghissue{463}). The other bug was more serious, in some situations a wrong value of \verb=\CurrentFile= inside of file-related hooks could lead to errors (\ghissue{464}). -We also added the documentation file \texttt{userguide3.pdf} which +We also added the documentation file \texttt{usrguide3.pdf} which will become the main home for documenting new features of \LaTeX. At this point in time it covers the \Lpack{xparse} functionality that has been added to the kernel. |