Search found 2 matches

by malawk
Fri Jul 25, 2008 12:26 pm
Forum: General
Topic: Abstract resets page numbering
Replies: 1
Views: 3121

Abstract resets page numbering

Hi again

I think I got it! Simply use:

Code: Select all

\setcounter{savepage}{\thepage}
\begin{abstract}
...
\end{abstract}
\setcounter{page}{\thesavepage}
\stepcounter{page}
I'm happy now! :D
by malawk
Fri Jul 25, 2008 12:01 pm
Forum: General
Topic: Abstract resets page numbering
Replies: 1
Views: 3121

Abstract resets page numbering

Hi All

First of all, thank you for this useful forum!

I have a minor issue regarding page numbering that is making me nuts! :( When I type

\begin{Abstract}
- abstract text-
[code]\end{Abstract}

the page number of the following page (that would be section 1 of the chapter) is reset to 1 ...