Search found 1 match

by aralluna9
Sun Mar 18, 2012 7:40 pm
Forum: New Members
Topic: Enumeration Counter with intervening Text
Replies: 1
Views: 1618

Enumeration Counter with intervening Text

I'd like to have certain items enumerated continuously throughout a monograph. I can achieve this as follows:
\usepackage{enumerate}
\begin{enumerate}
\setcounter{enumi}{+1}
\item
\end{enumerate}
But, when I have intervening text, lists, chapters, etc., I have to set the counter manually each ...