My code looks something like:
\section*{Perspectives}
\setcounter{subsection}{1}
\subsection{...}
The problem is that the subsection now starts from 0.2 instead of 0.1 initially, whereas I want it to start from 1.0.
Thanks!
|
My code looks something like:
The problem is that the subsection now starts from 0.2 instead of 0.1 initially, whereas I want it to start from 1.0. Thanks! |
||||
|
sectioning commands advance their own counter. So if you want the numbering of your subsections to start with 1 you must initialize the number to 0: If you want to change the printed output from "0.1" (which is |
|||
|
|
|
|||
|
|
subsectionand not\subsection. – Gonzalo Medina May 19 '11 at 15:08