Skip to content

Commit f3d1ffb

Browse files
Eelistkoeppe
authored andcommitted
[macros, basic, streambuf] Retire 'enumeraten' environment in favour of 'enumerate'. (#1105)
1 parent c8cef8d commit f3d1ffb

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

source/basic.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@
894894
\indextext{scope!class}%
895895
The following rules describe the scope of names declared in classes.
896896

897-
\begin{enumeraten}
897+
\begin{enumerate}
898898
\item The potential scope of a name declared in a class consists not
899899
only of the declarative region following the name's point of
900900
declaration, but also of all function bodies, default arguments,
@@ -944,7 +944,7 @@
944944
};
945945
\end{codeblock}
946946
\end{example}
947-
\end{enumeraten}
947+
\end{enumerate}
948948

949949
\pnum
950950
The name of a class member shall only be used as follows:

source/iostreams.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3984,7 +3984,7 @@
39843984
\requires
39853985
Every overriding definition of this virtual function
39863986
shall obey the following constraints:
3987-
\begin{enumeraten}
3987+
\begin{enumerate}
39883988
\item
39893989
The effect of consuming a character on the associated output sequence is
39903990
specified\footnote{That is, for each class derived from an instance of
@@ -4026,7 +4026,7 @@
40264026
and
40274027
\tcode{pptr()}
40284028
according to the above rules.
4029-
\end{enumeraten}
4029+
\end{enumerate}
40304030

40314031
\pnum
40324032
\returns

source/macros.tex

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -518,16 +518,6 @@
518518
\end{enumerate}
519519
}
520520

521-
% enumerate with arabic numbers
522-
\newenvironment{enumeraten}
523-
{
524-
\renewcommand{\labelenumi}{\arabic{enumi})}
525-
\begin{enumerate}
526-
}
527-
{
528-
\end{enumerate}
529-
}
530-
531521
%%--------------------------------------------------
532522
%% Definitions section
533523
% usage: \definition{name}{xref}

0 commit comments

Comments
 (0)