Search found 1 match

by platexm
Wed Nov 09, 2011 8:44 pm
Forum: General
Topic: List of Remarks
Replies: 1
Views: 1564

List of Remarks

Is there a LaTeX command for beginning a list of remarks as the following:
Remarks 1.2.3.

1. This is subremark 1

2. This is subremark 2

3. This is subremark 3
The command that I know is:
\begin{rem}
...
\end{rem}
but this one gives me:

Remark 1.2.3. 1. This is subremark 1

2. This is ...