[latex3-commits] [latex2e-public] r1433 - lineskiplimit

noreply at latex-project.org noreply at latex-project.org
Thu Mar 30 00:53:50 CEST 2017


Author: carlisle
Date: 2017-03-30 00:53:49 +0200 (Thu, 30 Mar 2017)
New Revision: 1433

Modified:
   trunk/base/changes.txt
   trunk/base/ltboxes.dtx
   trunk/doc/latexchanges.tex
Log:
lineskiplimit

Modified: trunk/base/changes.txt
===================================================================
--- trunk/base/changes.txt	2017-03-29 22:22:21 UTC (rev 1432)
+++ trunk/base/changes.txt	2017-03-29 22:53:49 UTC (rev 1433)
@@ -9,6 +9,11 @@
 #########################
 
 
+2017-03-29  David Carlisle  <latex-bugs at latex-project.org>
+
+	* ltboxes.dtx: reset \lineskiplimit to \normallineskiplimit
+	in \@arrayparboxrestore. http://tex.stackexchange.com/a/359934
+
 2017-03-28  David Carlisle  <latex-bugs at latex-project.org>
 
 	* ltluatex.dtx: luatex 1.04 primitives

Modified: trunk/base/ltboxes.dtx
===================================================================
--- trunk/base/ltboxes.dtx	2017-03-29 22:22:21 UTC (rev 1432)
+++ trunk/base/ltboxes.dtx	2017-03-29 22:53:49 UTC (rev 1433)
@@ -1,6 +1,6 @@
 % \iffalse meta-comment
 %
-% Copyright 1993-2016
+% Copyright 1993-2017
 % The LaTeX3 Project and any individual authors listed elsewhere
 % in this file.
 %
@@ -33,7 +33,7 @@
 %<*driver>
 % \fi
 \ProvidesFile{ltboxes.dtx}
-             [2016/12/29 v1.2a LaTeX Kernel (Box Commands)]
+             [2017/03/29 v1.3a LaTeX Kernel (Box Commands)]
 % \iffalse
 \documentclass{ltxdoc}
 \GetFileInfo{ltboxes.dtx}
@@ -866,6 +866,11 @@
 % redundant.
 % \changes{v1.1a}{1996/10/24}{Added local settings of flags: dangerous!!}
 %    \begin{macrocode}
+%</2ekernel>
+%<latexrelease>\IncludeInRelease{2017-05-01}%
+%<latexrelease>                 {\normallineskiplimit}
+%<latexrelease>                 {reset \lineskiplimit}%
+%<*2ekernel|latexrelease>
 \def\@arrayparboxrestore{%
   \let\if at nobreak\iffalse
   \let\if at noskipsec\iffalse
@@ -882,10 +887,42 @@
   \linewidth\hsize
   \@totalleftmargin\z@
   \leftskip\z at skip \rightskip\z at skip \@rightskip\z at skip
-  \parfillskip\@flushglue \lineskip\normallineskip
+  \parfillskip\@flushglue
+  \lineskip\normallineskip
+%    \end{macrocode}
+% \changes{v1.3a}{2017/03/29}
+%         {Reset \cs{lineskiplimit}}
+%    \begin{macrocode}
+  \lineskiplimit\normallineskiplimit
+%    \end{macrocode}
+%
+%    \begin{macrocode}
   \baselineskip\normalbaselineskip
   \sloppy}
+%</2ekernel|latexrelease>
 %    \end{macrocode}
+%
+%    \begin{macrocode}
+%<latexrelease>\IncludeInRelease{0000-00-00}%
+%<latexrelease>                 {\normallineskiplimit}
+%<latexrelease>                 {reset \lineskiplimit}%
+%<latexrelease>\def\@arrayparboxrestore{%
+%<latexrelease>  \let\if at nobreak\iffalse
+%<latexrelease>  \let\if at noskipsec\iffalse
+%<latexrelease>  \let\par\@@par
+%<latexrelease>  \let\-\@dischyph
+%<latexrelease>  \let\'\@acci\let\`\@accii\let\=\@acciii
+%<latexrelease>  \parindent\z@ \parskip\z at skip
+%<latexrelease>  \everypar{}%
+%<latexrelease>  \linewidth\hsize
+%<latexrelease>  \@totalleftmargin\z@
+%<latexrelease>  \leftskip\z at skip \rightskip\z at skip \@rightskip\z at skip
+%<latexrelease>  \parfillskip\@flushglue \lineskip\normallineskip
+%<latexrelease>  \baselineskip\normalbaselineskip
+%<latexrelease>  \sloppy}
+%<latexrelease>\EndIncludeInRelease
+%<*2ekernel>
+%    \end{macrocode}
 % \end{macro}
 %
 % \begin{macro}{\parboxrestore}

Modified: trunk/doc/latexchanges.tex
===================================================================
--- trunk/doc/latexchanges.tex	2017-03-29 22:22:21 UTC (rev 1432)
+++ trunk/doc/latexchanges.tex	2017-03-29 22:53:49 UTC (rev 1433)
@@ -70,7 +70,25 @@
 with the \Lpack{latexrelease} package being available to revert
 changes to use definitions from an earlier format.
 
+\section{Changes  introduced in 2017-01-01}
+Optionally LaTeX format and package dates may use ISO style dates with
+\texttt{-}  rather than \texttt{/}.
 
+For Unicode \TeX{}s, made further adjustments to the composite accent
+code in \texttt{tuenc.def}, and further updates tracking changes in
+Lua\TeX, now at 1.04.
+
+The definition of \verb|\-| is adjusted to match the comments in
+PR/3855 to accomodate non standard settings of \verb|\hyphenchar|.
+
+In parboxes and similar settings, \verb|\lineskiplimit| is now
+reset (to the existing default value, \verb|\normallineskiplimit|).
+See http://tex.stackexchange.com\slash a\slash 359934.
+
+
+\section{Changes  introduced in 2017/01/01 patch~3}
+Emergency patch to correct a typo in a change introduced in patch~2.
+
 \section{Changes  introduced in 2017/01/01 patch~2}
 More adjustments for TU encoding, allowing for characters missing in
 common system fonts. Additional \texttt{fd} files



More information about the latex3-commits mailing list