I want the physical and logical page numbers in PDFs to match.

Here's a test file I concocted which redefines the TeX counters used to
do the negative numbers ... hope it works for you.  And that this is
still relevant.

(I'm not exactly sure why the advance is necessary after the @end
titlepage, but oh well.)


\input texinfo
@setfilename positive.info

@tex
\def\lastnegativepageno{\pageno}
\def\savepageno{\pageno}
@end tex

@titlepage
Hello
@end titlepage

@tex
\global\advance\pageno by 1
@end tex

@contents
@shortcontents

@node Top
@top x

Hello.
@page
There.

@bye


Reply via email to