summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/base/ltboxes.dtx
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2014-05-08 05:45:04 +0000
committerNorbert Preining <preining@logic.at>2014-05-08 05:45:04 +0000
commitf8a7af47d643e11841911d1d6d7bcfad29af5a87 (patch)
tree254bbe12bb0c851f2dfb85aa2449b5fa176652a1 /Master/texmf-dist/source/latex/base/ltboxes.dtx
parent4775c8ca9e258cf67c7c0bd7bce8234d12e7b449 (diff)
latex 2e release (7May)
git-svn-id: svn://tug.org/texlive/trunk@33913 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/base/ltboxes.dtx')
-rw-r--r--Master/texmf-dist/source/latex/base/ltboxes.dtx82
1 files changed, 41 insertions, 41 deletions
diff --git a/Master/texmf-dist/source/latex/base/ltboxes.dtx b/Master/texmf-dist/source/latex/base/ltboxes.dtx
index a93506ccd6d..89285e0a36a 100644
--- a/Master/texmf-dist/source/latex/base/ltboxes.dtx
+++ b/Master/texmf-dist/source/latex/base/ltboxes.dtx
@@ -2,29 +2,29 @@
%
% Copyright 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009
% The LaTeX3 Project and any individual authors listed elsewhere
-% in this file.
-%
+% in this file.
+%
% This file is part of the LaTeX base system.
% -------------------------------------------
-%
+%
% It may be distributed and/or modified under the
% 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.3c or later is part of all distributions of LaTeX
+% 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".
-%
+%
% The list of all files belonging to the LaTeX base distribution is
% given in the file `manifest.txt'. See also `legal.txt' for additional
% information.
-%
-% The list of derived (unpacked) files belonging to the distribution
-% and covered by LPPL is defined by the unpacking scripts (with
+%
+% The list of derived (unpacked) files belonging to the distribution
+% and covered by LPPL is defined by the unpacking scripts (with
% extension .ins) which are part of the distribution.
-%
+%
% \fi
%
% \iffalse
@@ -39,7 +39,7 @@
\GetFileInfo{ltboxes.dtx}
\title{\filename}
\date{\filedate}
-\author{David Carlisle\and
+\author{David Carlisle\and
Leslie Lamport\and
Frank Mittelbach\and
Chris Rowley}
@@ -59,7 +59,7 @@
% \DescribeMacro\makebox
% |\makebox[|\meta{wid}|][|\meta{pos}|]{|\meta{obj}|}|\\
% Puts \meta{obj} in an |\hbox| of width \meta{wid}, positioned by
-% \meta{pos}.
+% \meta{pos}.
%
% The possible \meta{pos} are:\\
% \begin{tabular}{ll}
@@ -74,7 +74,7 @@
%
% |\makebox(|\meta{x}|,|\meta{y}|)[|\meta{pos}|]{|\meta{obj}|}|\\
% Puts \meta{obj} in an |\hbox| of width $x * |\unitlength|$
-% and height $y * |\unitlength|$.
+% and height $y * |\unitlength|$.
% \meta{pos} arguments are
% |s|, |l|, |r| or |c| (default) for stretched, flushleft, flushright
% or centred, and |t| or |b|
@@ -109,7 +109,7 @@
% to\\
% |\sbox{|\meta{cmd}|}{|\meta{text}|}|\\
% except that any white space at the beginning and end of \meta{text}
-% is ignored.
+% is ignored.
%
% \DescribeMacro\framebox
% |\framebox| ... : like |\makebox|, except it puts a `frame' around
@@ -125,9 +125,9 @@
%
% \DescribeMacro\parbox
% |\parbox[|\meta{pos}|][|\meta{height}|][|\meta{inner-pos}|]{|^^A
-% \meta{width}|}{|\meta{text}|}| :
+% \meta{width}|}{|\meta{text}|}| :
% Makes a box with |\hsize| \meta{width}, positioned by \meta{pos} as
-% follows:
+% follows:
% c : |\vcenter| (placed in |$...$| if not in math mode)
% b : |\vbox|
% t : |\vtop|
@@ -171,7 +171,7 @@
%
% |\textwidth| == |\columnwidth| == box width
%
-% changes footnotes by redefining:\\%
+% changes footnotes by redefining:\\%
% |\@mpfn| == mpfootnote \\
% |\thempfn| == |\thempfootnote|\\
% |\@footnotetext| == |\@mpfootnotetext|
@@ -191,22 +191,22 @@
%
%
% \DescribeMacro\rule
-% |\rule[|\meta{raised}|]{|\meta{width}|}{|\meta{height}|}| :
+% |\rule[|\meta{raised}|]{|\meta{width}|}{|\meta{height}|}| :
% Makes a $\meta{width}*\meta{height}$ rule, raised \meta{raised}.
%
% \DescribeMacro\underline
% |\underline{|\meta{text}|}| : Makes an underlined hbox with
-% \meta{text} in it.
+% \meta{text} in it.
%
% \DescribeMacro\raisebox
% |\raisebox{|\meta{distance}|}[|\meta{height}|][|\meta{depth}^^A
-% |]{|\meta{box}|}| :\\
+% |]{|\meta{box}|}| :\\
% Raises \meta{box} up by \meta{distance} length (down if
% \meta{distance} negative). Makes \TeX\ think that the new box extends
% \meta{height} above the line and \meta{depth} below, for a total
-% vertical length of \meta{height}+\meta{depth}. Default values of
+% vertical length of \meta{height}+\meta{depth}. Default values of
% \meta{height} \& \meta{depth} = actual height and depth of box in new
-% position.
+% position.
%
% \StopEventually{}
%
@@ -267,7 +267,7 @@
% \changes{v0.1a}{1993/12/03}
% {macro added}
% \changes{v0.1b}{1993/12/08}
-% {Extra braces for color support
+% {Extra braces for color support
% (braces removed from other macros)}
% \changes{v1.0f}{1994/05/11}
% {Use new \cs{color@setgroup} concept.}
@@ -327,7 +327,7 @@
\@begin@tempboxa\hbox{#3}%
\setlength\@tempdima{#1}% support calc
\hb@xt@\@tempdima{\csname bm@#2\endcsname}%
- \@end@tempboxa}
+ \@end@tempboxa}
% \end{macrocode}
% \end{macro}
%
@@ -347,7 +347,7 @@
\long\def\@imakepicbox(#1,#2)[#3]#4{%
\vbox to#2\unitlength
{\let\mb@b\vss \let\mb@l\hss\let\mb@r\hss
- \let\mb@t\vss
+ \let\mb@t\vss
\@tfor\reserved@a :=#3\do{%
\if s\reserved@a
\let\mb@l\relax\let\mb@r\relax
@@ -403,7 +403,7 @@
% These macros are initialy a no-op, but the colour package will
% redefine them to be |\begingroup|, |\endgroup|,
% |\begingroup\set@color|,\\ |\hbox\bgroup\color@begingroup|,
-% |\color@endgroup\egroup|.
+% |\color@endgroup\egroup|.
% and \meta{set to main document colour} respectively.
% \begin{macrocode}
\let\color@begingroup\relax
@@ -565,7 +565,7 @@
\vskip-\@wholewidth
\hrule \@height\@wholewidth
\hbox{%
- \vrule\@width\@wholewidth
+ \vrule\@width\@wholewidth
#1%
\vrule\@width\@wholewidth}%
\hrule\@height\@wholewidth
@@ -643,7 +643,7 @@
% In order to set the whole box, including the frame to the
% specified dimension, we first determine that dimension
% from the natural size of the text, |#3|.
-% calculated width.
+% calculated width.
% \begin{macrocode}
\long\def\@iframebox[#1][#2]#3{%
\leavevmode
@@ -720,7 +720,7 @@
{\@iiiparbox c\relax[s]}}
% \end{macrocode}
% \end{macro}
-%
+%
% \begin{macro}{\@iparbox}
% \changes{v0.1d}{1993/12/15}
% {Changed default from `c' to `s'}
@@ -732,7 +732,7 @@
{\@iiiparbox{#1}\relax[s]}}
% \end{macrocode}
% \end{macro}
-%
+%
% \begin{macro}{\@iiparbox}
% Optional argument handling.
% \begin{macrocode}
@@ -742,7 +742,7 @@
{\@iiiparbox{#1}{#2}[#1]}}
% \end{macrocode}
% \end{macro}
-%
+%
% \begin{macro}{\@iiiparbox}
% \begin{macro}{\@parboxto}
% \changes{v1.0j}{1994/10/18}
@@ -761,7 +761,7 @@
% \begin{macrocode}
\let\@parboxto\@empty
\long\def\@iiiparbox#1#2[#3]#4#5{%
- \leavevmode
+ \leavevmode
\@pboxswfalse
\setlength\@tempdima{#4}%
\@begin@tempboxa\vbox{\hsize\@tempdima\@parboxrestore#5\@@par}%
@@ -789,7 +789,7 @@
%
% \begin{macro}{\@arrayparboxrestore}
% Restore various paragraph parameters.
-%
+%
% The rational for allowing two normally global flags to be set
% locally here was stated originally by
% Donald Arsenau and extended by Chris Rowley.
@@ -800,7 +800,7 @@
%
% If anyone is unhappy with this argument then both flags should be
% treated as in |\set@nobreak|; otherwise this command will be
-% redundant.
+% redundant.
% \changes{v1.1a}{1996/10/24}{Added local settings of flags: dangerous!!}
% \begin{macrocode}
\def\@arrayparboxrestore{%
@@ -817,7 +817,7 @@
\parindent\z@ \parskip\z@skip
\everypar{}%
\linewidth\hsize
- \@totalleftmargin\z@
+ \@totalleftmargin\z@
\leftskip\z@skip \rightskip\z@skip \@rightskip\z@skip
\parfillskip\@flushglue \lineskip\normallineskip
\baselineskip\normalbaselineskip
@@ -857,7 +857,7 @@
{\@iiiminipage c\relax[s]}}
% \end{macrocode}
% \end{macro}
-%
+%
% \begin{macro}{\@iminipage}
% \changes{v0.1d}{1993/12/15}
% {Changed default from `c' to `s'}
@@ -869,7 +869,7 @@
{\@iiiminipage{#1}\relax[s]}}
% \end{macrocode}
% \end{macro}
-%
+%
% \begin{macro}{\@iiminipage}
% Optional argument handling.
% \begin{macrocode}
@@ -879,7 +879,7 @@
{\@iiiminipage{#1}{#2}[#1]}}
% \end{macrocode}
% \end{macro}
-%
+%
% \begin{macro}{\@iiiminipage}
% \changes{v1.0e}{1994/04/21}
% {Extra \cs{bgroup} for colour}
@@ -1023,7 +1023,7 @@
% \end{macro}
%
% \begin{macro}{\underline}
-% \LaTeX\ version works outside math.
+% \LaTeX\ version works outside math.
% \task{???}{why the second `relax in `underline ?}
% \begin{macrocode}
\def\underline#1{%
@@ -1121,11 +1121,11 @@
% \changes{v1.0p}{1994/11/09}
% {Revert \cs{finalstrut} to 2.09 equivalent (from ltpatch)}.
% \changes{v1.0x}{1995/10/31}
-% {Add \cs{nobreak} in horiz mode to allow hyphenation.
+% {Add \cs{nobreak} in horiz mode to allow hyphenation.
% internal/1931}
%
% The |\nobreak| was added (1995/10/31) to allow hyphenation of the
-% final word of the paragraph.
+% final word of the paragraph.
% \begin{macrocode}
\def\@finalstrut#1{%
\unskip\ifhmode\nobreak\fi\vrule\@width\z@\@height\z@\@depth\dp#1}