GeneralList of Remarks

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
platexm
Posts: 1
Joined: Wed Nov 09, 2011 8:37 pm

List of Remarks

Post by platexm »

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:

Code: Select all

\begin{rem}
...
\end{rem}
but this one gives me:
Remark 1.2.3. 1. This is subremark 1

2. This is subremark 2

3. This is subremark 3
of course I should write the numbering!

thanks

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

5gon12eder
Posts: 126
Joined: Sun Feb 13, 2011 8:36 pm

List of Remarks

Post by 5gon12eder »

rem is not a standard environment. Could you add what package you got it from? Looking at your desired output, a simple enumerate environment seems to be fine for me. If it isn't, please tell us why.

Best
I'm using pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian).
Post Reply