diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/base/ltboxes.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/base/ltboxes.dtx | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/base/ltboxes.dtx b/Master/texmf-dist/source/latex/base/ltboxes.dtx index b838ef47684..d19e5e19a30 100644 --- a/Master/texmf-dist/source/latex/base/ltboxes.dtx +++ b/Master/texmf-dist/source/latex/base/ltboxes.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -% Copyright 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 +% Copyright 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 % The LaTeX3 Project and any individual authors listed elsewhere % in this file. % @@ -8,12 +8,12 @@ % ------------------------------------------- % % It may be distributed and/or modified under the -% conditions of the LaTeX Project Public License, either version 1.3 +% conditions of the LaTeX Project Public License, either version 1.3c % of this license or (at your option) any later version. % The latest version of this license is in % http://www.latex-project.org/lppl.txt -% and version 1.3 or later is part of all distributions of LaTeX -% version 2003/12/01 or later. +% and version 1.3c or later is part of all distributions of LaTeX +% version 2005/12/01 or later. % % This file has the LPPL maintenance status "maintained". % @@ -33,7 +33,7 @@ %<*driver> % \fi \ProvidesFile{ltboxes.dtx} - [1999/04/27 v1.1f LaTeX Kernel (Box Commands)] + [2006/05/18 v1.1g LaTeX Kernel (Box Commands)] % \iffalse \documentclass{ltxdoc} \GetFileInfo{ltboxes.dtx} @@ -50,7 +50,7 @@ %</driver> % \fi % -% \CheckSum{757} +% \CheckSum{758} % % \changes{v1.1e}{1998/08/17}{(RmS) Minor Documentation fixes.} % \section{\LaTeX\ Box commands} @@ -754,6 +754,9 @@ % \changes{v1.1f}{1999/04/27} % {(CAR) Changed \cs{@empty} to \cs{relax} as flag for natural % width: pr/2975} +% \changes{v1.1g}{2006/05/18} +% {Ensure \cs{@parboxto} holds the value of \cs{@tempdimb} not the +% register itself (pr/3867)} % The internal version of |\parbox|. % \begin{macrocode} \let\@parboxto\@empty @@ -764,7 +767,7 @@ \@begin@tempboxa\vbox{\hsize\@tempdima\@parboxrestore#5\@@par}% \ifx\relax#2\else \setlength\@tempdimb{#2}% - \def\@parboxto{to\@tempdimb}% + \edef\@parboxto{to\the\@tempdimb}% \fi \if#1b\vbox \else\if #1t\vtop |