Re: page numbering: 1, 3, 5, ...
- From: "CompuChip" <mischa.tba@xxxxxxxxx>
- Date: Tue, 30 Aug 2005 20:07:52 +0200
I haven't looked into the definition of \thepage (probably it does just the
\arabic) but wouldn't it in general be a better idea to use the old
definition like:
\let\thep@ge\thepage
\renewcommand\thepage{\thep@ge\stepcounter{page}}
Suppose \thepage was a command that outputs \arabic or \roman numbering
depending on the context, for example.
Just a question though, I may have said something stupid here :D
Michael.
"El Bandolero" <bando@xxxxxxxxxxxxx> schreef in bericht
news:1op18l9ricfq7.18lolloqmcsyt$.dlg@xxxxxxxxxxxxx
> Il Tue, 30 Aug 2005 17:45:54 +0200, Ulrich M. Schwarz ha scritto:
>
>> Note the lack of something like \arabic{page} that would actually
>> yield the number. Note also that your numbering goes 2, 4, 8, 16...
>> (assuming the output is done between the \addcounter s).
>
> (actually it worked exponentially, like 2^n-1
> ;-)
>
> But now I've got it!
>
> \renewcommand{\thepage}{
> \arabic{page}
> \stepcounter{page}
> }
>
> Thank you very much...
>
> --
> ciao
> Bando
.
- References:
- page numbering: 1, 3, 5, ...
- From: Tobias Verbeke
- Re: page numbering: 1, 3, 5, ...
- From: Piet van Oostrum
- Re: page numbering: 1, 3, 5, ...
- From: El Bandolero
- Re: page numbering: 1, 3, 5, ...
- From: Ulrich M. Schwarz
- Re: page numbering: 1, 3, 5, ...
- From: El Bandolero
- page numbering: 1, 3, 5, ...
- Prev by Date: Re: Problem using dvipdfm
- Next by Date: Re: [ledmac] page numbering: 1, 3, 5, ...
- Previous by thread: Re: page numbering: 1, 3, 5, ...
- Next by thread: Re: page numbering: 1, 3, 5, ...
- Index(es):
Relevant Pages
|