diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/base/ltcounts.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/base/ltcounts.dtx | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/Master/texmf-dist/source/latex/base/ltcounts.dtx b/Master/texmf-dist/source/latex/base/ltcounts.dtx index 8935968fdc1..4ccd7e9a043 100644 --- a/Master/texmf-dist/source/latex/base/ltcounts.dtx +++ b/Master/texmf-dist/source/latex/base/ltcounts.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 @@ -68,7 +68,7 @@ % \DescribeMacro{\newcounter} % To define a new counter. % -% \DescribeMacro{\setcounter} +% \DescribeMacro{\setcounter} % To set the value of counters. % % \DescribeMacro{\addtocounter} @@ -156,15 +156,15 @@ % |\label|\marg{bar} command causes |\ref|\marg{bar} to % generate the current value of counter \meta{foo}. % -% |\@definecounter|\marg{foo}\\ +% |\@definecounter|\marg{foo}\\ % Initializes counter \marg{foo} (with empty reset list), defines % |\p@foo| and |\thefoo| to be null. Also adds \meta{foo} % to |\cl@@ckpt| -- % the reset list of a dummy counter |@ckpt| used for taking % checkpoints for the |\include| system. % -% |\@addtoreset|\marg{foo}\marg{bar} : -% Adds counter \meta{foo} to the list of counters +% |\@addtoreset|\marg{foo}\marg{bar} : +% Adds counter \meta{foo} to the list of counters % |\cl@bar| to be reset when counter \meta{bar} is stepped. % % @@ -201,7 +201,7 @@ % \begin{macro}{\newcounter} % |\newcounter|\marg{newctr}\oarg{oldctr} % Defines \meta{newctr} to be a counter, which is reset when counter -% \meta{oldctr} is stepped. If \meta{newctr} already defined +% \meta{oldctr} is stepped. If \meta{newctr} already defined % produces % `|c@newctr already defined|' error. % \begin{macrocode} @@ -238,7 +238,7 @@ % math mode} % \changes{v1.0d}{1994/04/09} % {Use \cs{addtocounter} to have name checked} -% |\stepcounter|{foo} +% |\stepcounter|{foo} % Globally increments counter |\c@FOO| % and resets all subsidiary counters. % \begin{macrocode} @@ -338,7 +338,7 @@ % {Use \cs{mathsection} and \cs{mathparagraph}. latex/2445} % % Representation of \meta{COUNTER} as a footnote -% symbol: 1 = $*$, 2 = $\dagger$, etc. +% symbol: 1 = $*$, 2 = $\dagger$, etc. % \begin{macrocode} \def\fnsymbol#1{\expandafter\@fnsymbol\csname c@#1\endcsname} % \end{macrocode} @@ -348,7 +348,7 @@ % \changes{v1.0f}{1994/05/13}{Removed \cs{@Ialph}} % % \begin{macro}{\@arabic} -% |\@arabic\FOOcounter| +% |\@arabic\FOOcounter| % Representation of |\FOOcounter| as arabic numerals. % \begin{macrocode} \def\@arabic#1{\number #1} %% changed 29 Apr 86 @@ -413,7 +413,7 @@ Y\or Z\else\@ctrerr\fi} % \end{macrocode} % \end{macro} -% +% % \begin{macro}{\@fnsymbol} % \changes{v1.1b}{1995/05/20}{Allowing both text and math} % Typesetting old fashioned footnote symbols. |