diff options
author | Norbert Preining <preining@logic.at> | 2014-05-08 05:45:04 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2014-05-08 05:45:04 +0000 |
commit | f8a7af47d643e11841911d1d6d7bcfad29af5a87 (patch) | |
tree | 254bbe12bb0c851f2dfb85aa2449b5fa176652a1 /Master/texmf-dist/source/latex/base/ltpar.dtx | |
parent | 4775c8ca9e258cf67c7c0bd7bce8234d12e7b449 (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/ltpar.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/base/ltpar.dtx | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/Master/texmf-dist/source/latex/base/ltpar.dtx b/Master/texmf-dist/source/latex/base/ltpar.dtx index 83c3200eaa4..e8f67a988ce 100644 --- a/Master/texmf-dist/source/latex/base/ltpar.dtx +++ b/Master/texmf-dist/source/latex/base/ltpar.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 @@ -46,7 +46,7 @@ Leslie Lamport\and Frank Mittelbach\and Tobias Oetiker \thanks{Tobi did the documentation update}\and - Chris Rowley\and + Chris Rowley\and Rainer Sch\"opf} \begin{document} \maketitle @@ -78,8 +78,8 @@ % % \section{Paragraphs} % -% This section of the kernel declares the commands used to set -% |\par| and |\everypar| when ever their function needs to be +% This section of the kernel declares the commands used to set +% |\par| and |\everypar| when ever their function needs to be % changed for a long time. % % \StopEventually{} @@ -120,7 +120,7 @@ % Short-term changes are made by the usual |\def\par| commands. % The original values are restored after a short-term change % by the |\@restorepar| commands. -% +% % \DescribeMacro{\@@par} % |\@@par| always is defined to be the original \TeX{} |\par|. % @@ -136,7 +136,7 @@ % \item |\minipage| % \end{itemize} % -% When dealing with |\par| and |\everypar| remember the following two +% When dealing with |\par| and |\everypar| remember the following two % warnings: % \begin{enumerate} % \item Commands that make short-term changes to |\par| and |\everypar| @@ -144,14 +144,14 @@ % ones that do the restoration may be executed inside a group. In % particular, |\everypar| is executed inside a group whenever a new % paragraph begins with a left brace. The |\everypar| command -% that restores its definition should be local to the current +% that restores its definition should be local to the current % group (in case the command % is inside a minipage used inside someplace where |\everypar| has % been redefined). Thus, if |\everypar| is redefined to do an % |\everypar{}| it could take several executions of |\everypar| % before the restoration ``holds''. This usually causes no problem. -% However, to prevent the extra executions from doing harm, -% use a global switch to keep anything harmful in the new +% However, to prevent the extra executions from doing harm, +% use a global switch to keep anything harmful in the new % |\everypar| from being done twice. % \item Commands that change |\everypar| should remember that % |\everypar| might be supposed to set the following switches false: @@ -190,7 +190,7 @@ \def\@restorepar{\def\par{\@par}} % \end{macrocode} % \end{macro} -% +% % \Finale \endinput |