summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/base/ltpage.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/base/ltpage.dtx')
-rw-r--r--Master/texmf-dist/source/latex/base/ltpage.dtx34
1 files changed, 17 insertions, 17 deletions
diff --git a/Master/texmf-dist/source/latex/base/ltpage.dtx b/Master/texmf-dist/source/latex/base/ltpage.dtx
index b29eefcdd28..11490ca6b53 100644
--- a/Master/texmf-dist/source/latex/base/ltpage.dtx
+++ b/Master/texmf-dist/source/latex/base/ltpage.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
@@ -71,7 +71,7 @@
% current and succeeding pages to \emph{style}
%
% |\thispagestyle|\marg{style} : sets the page style of the
-% current page only to \emph{style}.
+% current page only to \emph{style}.
%
% To define a page style \emph{style}, you must define
% |\ps@|\emph{style} to set the page style parameters.
@@ -84,7 +84,7 @@
% commands, the page style defines the commands |\chaptermark|,
% |\sectionmark|, etc., where |\chaptermark|\marg{text} is called by
% |\chapter| to set a mark. The |\...mark| commands and the |\...head|
-% macros are defined with the help of the following macros.
+% macros are defined with the help of the following macros.
%
% (All the |\...mark| commands should be initialized to no-ops.)
%
@@ -94,10 +94,10 @@
% a `left' and a `right' mark, using the following commands:\\
% |\markboth|\marg{left}\marg{right} : Adds both marks.\\
% |\markright|\marg{right} : Adds a 'right' mark.\\
-% |\leftmark| :
+% |\leftmark| :
% Used in the output routine, gets the current `left' mark.
% Works like \TeX's |\botmark.|\\
-% |\rightmark| :
+% |\rightmark| :
% Used in the output routine, gets the current `right' mark.
% Works like \TeX's |\firstmark|.
% The marking commands work reasonably well for right marks `numbered
@@ -179,7 +179,7 @@
% \begin{macro}{\markright}
% \changes{v1.0d}{1994/05/20}{Changed setting for \cs{protect}.}
% \changes{v1.0e}{1994/11/04}{Added \cs{@unexpandable@protect}.
-% ASAJ.}
+% ASAJ.}
%
% User commands for setting \LaTeX\ marks.
%
@@ -275,7 +275,7 @@
% \end{macro}
%
% \begin{macro}{\flushbottom}
-% |\flushbottom|:
+% |\flushbottom|:
% Inverse of |\raggedbottom| --- makes all pages the same height.
% \begin{macrocode}
\def\flushbottom{%
@@ -291,7 +291,7 @@
% \changes{v1.0h}{1994/07/20}{Save a few tokens}
% \begin{macrocode}
\def\sloppy{%
- \tolerance 9999%
+ \tolerance 9999%
\emergencystretch 3em%
\hfuzz .5\p@
\vfuzz\hfuzz}