Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

reset of page counter fails

15 views
Skip to first unread message

Haines Brown

unread,
Aug 3, 2015, 5:15:18 PM8/3/15
to
Elementary question, but it is stumping me.

\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{biblatex}

\begin{document}
\pagestyle{empty}

a page without number

\clearpage
\pagenumbering{arabic} % should reset counter

a page with number

\end{document}

Howeve the "page with number" page lacks a number.

Paweł Wlaź

unread,
Aug 3, 2015, 7:03:42 PM8/3/15
to
\pagenumbering only specifies style of numbering. Does not reset
counter. Moreover, your page style is still {empty}, because
\pagenumbering does not change page style. That is why your page lacjs
a number.

--
PW


Haines Brown

unread,
Aug 4, 2015, 7:43:20 AM8/4/15
to
Paweł Wlaź <p.w...@pollub.pl> writes:

> \pagenumbering only specifies style of numbering. Does not reset
> counter. Moreover, your page style is still {empty}, because
> \pagenumbering does not change page style. That is why your page lacjs a
> number.

Thank you. Problem solved.

Axel Berger

unread,
Aug 4, 2015, 8:15:05 AM8/4/15
to
=?ISO-8859-2?Q?Pawe=B3_Wla=BC?= wrote on Tue, 15-08-04 01:03:
>\pagenumbering only specifies style of numbering. Does not reset counter.

Sorry, that's wrong, it does. Your second point is correct of course.

Axel

Paweł Wlaź

unread,
Aug 4, 2015, 12:59:21 PM8/4/15
to
Thank you. You are right in both points.

--
PW
0 new messages