Using theabspage from the 'perpage' package The 2019 Stack Overflow Developer Survey Results Are InBib page number in my index and bibtitle distance from the topBug in glossaries package while using hyperref?Total page numbers not shown correctly using beamer presentation packageBegin page counting from a given pageturn off frame number in certain slides using the beamer packagePage numbering is starting from 2how to remove the page numbering from the first slidePage numbering from roman to arabicExclude page numbering from certain pagesPagenumbering using alphalph package

When should I buy a clipper card after flying to OAK?

If a Druid sees an animal’s corpse, can they Wild Shape into that animal?

Is this app Icon Browser Safe/Legit?

What tool would a Roman-age civilization have for the breaking of silver and other metals into dust?

Where to refill my bottle in India?

Why didn't the Event Horizon Telescope team mention Sagittarius A*?

Am I thawing this London Broil safely?

Shouldn't "much" here be used instead of "more"?

Button changing it's text & action. Good or terrible?

What is the most effective way of iterating a std::vector and why?

Geography at the pixel level

What could be the right powersource for 15 seconds lifespan disposable giant chainsaw?

Resizing object distorts it (Illustrator CC 2018)

Why isn't the circumferential light around the M87 black hole's event horizon symmetric?

Deal with toxic manager when you can't quit

What is the accessibility of a package's `Private` context variables?

Should I use my personal e-mail address, or my workplace one, when registering to external websites for work purposes?

Why hard-Brexiteers don't insist on a hard border to prevent illegal immigration after Brexit?

Reference request: Oldest number theory books with (unsolved) exercises?

Ubuntu Server install with full GUI

Can you compress metal and what would be the consequences?

Why do UK politicians seemingly ignore opinion polls on Brexit?

Does coating your armor in silver add any effects?

Protecting Dualbooting Windows from dangerous code (like rm -rf)



Using theabspage from the 'perpage' package



The 2019 Stack Overflow Developer Survey Results Are InBib page number in my index and bibtitle distance from the topBug in glossaries package while using hyperref?Total page numbers not shown correctly using beamer presentation packageBegin page counting from a given pageturn off frame number in certain slides using the beamer packagePage numbering is starting from 2how to remove the page numbering from the first slidePage numbering from roman to arabicExclude page numbering from certain pagesPagenumbering using alphalph package










2















After two compilations of the following example with pdflatex:



documentclassarticle
usepackagelipsum
usepackageperpage

begindocument
lipsum[1-5]
lipsum[6][2]
Page~theabspage, theabspage, theabspage, theabspage, arabicabspage.
enddocument


I obtain this:



enter image description here



However, I would have expected to see the number 2 printed twice at the top of page 2, after the second compilation run. Am I having wrong expectations, or somehow misusing theabspage?



In a kind of desperate attempt, I've also tried to put AddAbsoluteCounterpage in the preamble, same result.



My TeX distribution is TeX Live as shipped in current Debian unstable (texlive-base version 2018.20190227-2) and the log file written by pdfTeX says perpage 2014/10/25 2.0.










share|improve this question

















  • 1





    Presumably abspage has the same issue as the normal page counter: texfaq.org/FAQ-wrongpn

    – moewe
    Apr 7 at 13:21











  • @moewe Thanks for your comment! I believe I know what happens with the page counter, how paragraphs and pages are broken, etc. (read the TeXbook 'till chapter 27). From reading the perpage manual, I expected that after two passes, theabspage would be up-to-date, but I'm not sure I really understand its textual definition from the perpage manual (it mentions page, what's that? A typo, I guess). So, maybe I just don't understand the purpose of theabspage, after all. That was the question. :)

    – frougon
    Apr 7 at 13:32






  • 1





    no you can't use theabspage like this, and the perpage package is for other counters, e.g. to get footnote references by pages.

    – Ulrike Fischer
    Apr 7 at 13:34






  • 1





    If I understand the documentation of perpage correctly then abspage is defined as AddAbsoluteCounterpage. And AddAbsoluteCounter<counter> just defines a counter abs<counter> that is stepped up each time <counter> is stepped up. Since it is not reset by resets to <counter> it holds the absolute/total counter value. For page that seems to imply that abspage has the exact same issues as page w.r.t. its value in the first paragraph on a new page. theabspage and page could differ if you started your document with Roman page numbers and only later switched to Arabic 1

    – moewe
    Apr 7 at 13:43







  • 1





    If you want to call this negative page numbers, then yes. It is not that unusual for people to want to reset their page numbers at certain points, so a robust and truly unique counter like abspage can be useful. This is especially useful for other objects where it is much more common to reset counters (like footnote counters per chapter or the like) particularly in the context of the perpage package, which resets all kinds of things per page.

    – moewe
    Apr 7 at 13:54















2















After two compilations of the following example with pdflatex:



documentclassarticle
usepackagelipsum
usepackageperpage

begindocument
lipsum[1-5]
lipsum[6][2]
Page~theabspage, theabspage, theabspage, theabspage, arabicabspage.
enddocument


I obtain this:



enter image description here



However, I would have expected to see the number 2 printed twice at the top of page 2, after the second compilation run. Am I having wrong expectations, or somehow misusing theabspage?



In a kind of desperate attempt, I've also tried to put AddAbsoluteCounterpage in the preamble, same result.



My TeX distribution is TeX Live as shipped in current Debian unstable (texlive-base version 2018.20190227-2) and the log file written by pdfTeX says perpage 2014/10/25 2.0.










share|improve this question

















  • 1





    Presumably abspage has the same issue as the normal page counter: texfaq.org/FAQ-wrongpn

    – moewe
    Apr 7 at 13:21











  • @moewe Thanks for your comment! I believe I know what happens with the page counter, how paragraphs and pages are broken, etc. (read the TeXbook 'till chapter 27). From reading the perpage manual, I expected that after two passes, theabspage would be up-to-date, but I'm not sure I really understand its textual definition from the perpage manual (it mentions page, what's that? A typo, I guess). So, maybe I just don't understand the purpose of theabspage, after all. That was the question. :)

    – frougon
    Apr 7 at 13:32






  • 1





    no you can't use theabspage like this, and the perpage package is for other counters, e.g. to get footnote references by pages.

    – Ulrike Fischer
    Apr 7 at 13:34






  • 1





    If I understand the documentation of perpage correctly then abspage is defined as AddAbsoluteCounterpage. And AddAbsoluteCounter<counter> just defines a counter abs<counter> that is stepped up each time <counter> is stepped up. Since it is not reset by resets to <counter> it holds the absolute/total counter value. For page that seems to imply that abspage has the exact same issues as page w.r.t. its value in the first paragraph on a new page. theabspage and page could differ if you started your document with Roman page numbers and only later switched to Arabic 1

    – moewe
    Apr 7 at 13:43







  • 1





    If you want to call this negative page numbers, then yes. It is not that unusual for people to want to reset their page numbers at certain points, so a robust and truly unique counter like abspage can be useful. This is especially useful for other objects where it is much more common to reset counters (like footnote counters per chapter or the like) particularly in the context of the perpage package, which resets all kinds of things per page.

    – moewe
    Apr 7 at 13:54













2












2








2








After two compilations of the following example with pdflatex:



documentclassarticle
usepackagelipsum
usepackageperpage

begindocument
lipsum[1-5]
lipsum[6][2]
Page~theabspage, theabspage, theabspage, theabspage, arabicabspage.
enddocument


I obtain this:



enter image description here



However, I would have expected to see the number 2 printed twice at the top of page 2, after the second compilation run. Am I having wrong expectations, or somehow misusing theabspage?



In a kind of desperate attempt, I've also tried to put AddAbsoluteCounterpage in the preamble, same result.



My TeX distribution is TeX Live as shipped in current Debian unstable (texlive-base version 2018.20190227-2) and the log file written by pdfTeX says perpage 2014/10/25 2.0.










share|improve this question














After two compilations of the following example with pdflatex:



documentclassarticle
usepackagelipsum
usepackageperpage

begindocument
lipsum[1-5]
lipsum[6][2]
Page~theabspage, theabspage, theabspage, theabspage, arabicabspage.
enddocument


I obtain this:



enter image description here



However, I would have expected to see the number 2 printed twice at the top of page 2, after the second compilation run. Am I having wrong expectations, or somehow misusing theabspage?



In a kind of desperate attempt, I've also tried to put AddAbsoluteCounterpage in the preamble, same result.



My TeX distribution is TeX Live as shipped in current Debian unstable (texlive-base version 2018.20190227-2) and the log file written by pdfTeX says perpage 2014/10/25 2.0.







page-numbering perpage






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Apr 7 at 13:13









frougonfrougon

880711




880711







  • 1





    Presumably abspage has the same issue as the normal page counter: texfaq.org/FAQ-wrongpn

    – moewe
    Apr 7 at 13:21











  • @moewe Thanks for your comment! I believe I know what happens with the page counter, how paragraphs and pages are broken, etc. (read the TeXbook 'till chapter 27). From reading the perpage manual, I expected that after two passes, theabspage would be up-to-date, but I'm not sure I really understand its textual definition from the perpage manual (it mentions page, what's that? A typo, I guess). So, maybe I just don't understand the purpose of theabspage, after all. That was the question. :)

    – frougon
    Apr 7 at 13:32






  • 1





    no you can't use theabspage like this, and the perpage package is for other counters, e.g. to get footnote references by pages.

    – Ulrike Fischer
    Apr 7 at 13:34






  • 1





    If I understand the documentation of perpage correctly then abspage is defined as AddAbsoluteCounterpage. And AddAbsoluteCounter<counter> just defines a counter abs<counter> that is stepped up each time <counter> is stepped up. Since it is not reset by resets to <counter> it holds the absolute/total counter value. For page that seems to imply that abspage has the exact same issues as page w.r.t. its value in the first paragraph on a new page. theabspage and page could differ if you started your document with Roman page numbers and only later switched to Arabic 1

    – moewe
    Apr 7 at 13:43







  • 1





    If you want to call this negative page numbers, then yes. It is not that unusual for people to want to reset their page numbers at certain points, so a robust and truly unique counter like abspage can be useful. This is especially useful for other objects where it is much more common to reset counters (like footnote counters per chapter or the like) particularly in the context of the perpage package, which resets all kinds of things per page.

    – moewe
    Apr 7 at 13:54












  • 1





    Presumably abspage has the same issue as the normal page counter: texfaq.org/FAQ-wrongpn

    – moewe
    Apr 7 at 13:21











  • @moewe Thanks for your comment! I believe I know what happens with the page counter, how paragraphs and pages are broken, etc. (read the TeXbook 'till chapter 27). From reading the perpage manual, I expected that after two passes, theabspage would be up-to-date, but I'm not sure I really understand its textual definition from the perpage manual (it mentions page, what's that? A typo, I guess). So, maybe I just don't understand the purpose of theabspage, after all. That was the question. :)

    – frougon
    Apr 7 at 13:32






  • 1





    no you can't use theabspage like this, and the perpage package is for other counters, e.g. to get footnote references by pages.

    – Ulrike Fischer
    Apr 7 at 13:34






  • 1





    If I understand the documentation of perpage correctly then abspage is defined as AddAbsoluteCounterpage. And AddAbsoluteCounter<counter> just defines a counter abs<counter> that is stepped up each time <counter> is stepped up. Since it is not reset by resets to <counter> it holds the absolute/total counter value. For page that seems to imply that abspage has the exact same issues as page w.r.t. its value in the first paragraph on a new page. theabspage and page could differ if you started your document with Roman page numbers and only later switched to Arabic 1

    – moewe
    Apr 7 at 13:43







  • 1





    If you want to call this negative page numbers, then yes. It is not that unusual for people to want to reset their page numbers at certain points, so a robust and truly unique counter like abspage can be useful. This is especially useful for other objects where it is much more common to reset counters (like footnote counters per chapter or the like) particularly in the context of the perpage package, which resets all kinds of things per page.

    – moewe
    Apr 7 at 13:54







1




1





Presumably abspage has the same issue as the normal page counter: texfaq.org/FAQ-wrongpn

– moewe
Apr 7 at 13:21





Presumably abspage has the same issue as the normal page counter: texfaq.org/FAQ-wrongpn

– moewe
Apr 7 at 13:21













@moewe Thanks for your comment! I believe I know what happens with the page counter, how paragraphs and pages are broken, etc. (read the TeXbook 'till chapter 27). From reading the perpage manual, I expected that after two passes, theabspage would be up-to-date, but I'm not sure I really understand its textual definition from the perpage manual (it mentions page, what's that? A typo, I guess). So, maybe I just don't understand the purpose of theabspage, after all. That was the question. :)

– frougon
Apr 7 at 13:32





@moewe Thanks for your comment! I believe I know what happens with the page counter, how paragraphs and pages are broken, etc. (read the TeXbook 'till chapter 27). From reading the perpage manual, I expected that after two passes, theabspage would be up-to-date, but I'm not sure I really understand its textual definition from the perpage manual (it mentions page, what's that? A typo, I guess). So, maybe I just don't understand the purpose of theabspage, after all. That was the question. :)

– frougon
Apr 7 at 13:32




1




1





no you can't use theabspage like this, and the perpage package is for other counters, e.g. to get footnote references by pages.

– Ulrike Fischer
Apr 7 at 13:34





no you can't use theabspage like this, and the perpage package is for other counters, e.g. to get footnote references by pages.

– Ulrike Fischer
Apr 7 at 13:34




1




1





If I understand the documentation of perpage correctly then abspage is defined as AddAbsoluteCounterpage. And AddAbsoluteCounter<counter> just defines a counter abs<counter> that is stepped up each time <counter> is stepped up. Since it is not reset by resets to <counter> it holds the absolute/total counter value. For page that seems to imply that abspage has the exact same issues as page w.r.t. its value in the first paragraph on a new page. theabspage and page could differ if you started your document with Roman page numbers and only later switched to Arabic 1

– moewe
Apr 7 at 13:43






If I understand the documentation of perpage correctly then abspage is defined as AddAbsoluteCounterpage. And AddAbsoluteCounter<counter> just defines a counter abs<counter> that is stepped up each time <counter> is stepped up. Since it is not reset by resets to <counter> it holds the absolute/total counter value. For page that seems to imply that abspage has the exact same issues as page w.r.t. its value in the first paragraph on a new page. theabspage and page could differ if you started your document with Roman page numbers and only later switched to Arabic 1

– moewe
Apr 7 at 13:43





1




1





If you want to call this negative page numbers, then yes. It is not that unusual for people to want to reset their page numbers at certain points, so a robust and truly unique counter like abspage can be useful. This is especially useful for other objects where it is much more common to reset counters (like footnote counters per chapter or the like) particularly in the context of the perpage package, which resets all kinds of things per page.

– moewe
Apr 7 at 13:54





If you want to call this negative page numbers, then yes. It is not that unusual for people to want to reset their page numbers at certain points, so a robust and truly unique counter like abspage can be useful. This is especially useful for other objects where it is much more common to reset counters (like footnote counters per chapter or the like) particularly in the context of the perpage package, which resets all kinds of things per page.

– moewe
Apr 7 at 13:54










1 Answer
1






active

oldest

votes


















3














You can get the absolute page number e.g. with the zref package:



documentclassarticle
usepackagelipsum
usepackagezref-user,zref-abspage

begindocument
lipsum[1-5]
lipsum[6][2]
Page~zlabelAzref[abspage]A, zlabelBzref[abspage]B, zlabelCzref[abspage]C, zlabelDzref[abspage]D, zlabelEzref[abspage]E.
enddocument





share|improve this answer























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "85"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f483665%2fusing-theabspage-from-the-perpage-package%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    3














    You can get the absolute page number e.g. with the zref package:



    documentclassarticle
    usepackagelipsum
    usepackagezref-user,zref-abspage

    begindocument
    lipsum[1-5]
    lipsum[6][2]
    Page~zlabelAzref[abspage]A, zlabelBzref[abspage]B, zlabelCzref[abspage]C, zlabelDzref[abspage]D, zlabelEzref[abspage]E.
    enddocument





    share|improve this answer



























      3














      You can get the absolute page number e.g. with the zref package:



      documentclassarticle
      usepackagelipsum
      usepackagezref-user,zref-abspage

      begindocument
      lipsum[1-5]
      lipsum[6][2]
      Page~zlabelAzref[abspage]A, zlabelBzref[abspage]B, zlabelCzref[abspage]C, zlabelDzref[abspage]D, zlabelEzref[abspage]E.
      enddocument





      share|improve this answer

























        3












        3








        3







        You can get the absolute page number e.g. with the zref package:



        documentclassarticle
        usepackagelipsum
        usepackagezref-user,zref-abspage

        begindocument
        lipsum[1-5]
        lipsum[6][2]
        Page~zlabelAzref[abspage]A, zlabelBzref[abspage]B, zlabelCzref[abspage]C, zlabelDzref[abspage]D, zlabelEzref[abspage]E.
        enddocument





        share|improve this answer













        You can get the absolute page number e.g. with the zref package:



        documentclassarticle
        usepackagelipsum
        usepackagezref-user,zref-abspage

        begindocument
        lipsum[1-5]
        lipsum[6][2]
        Page~zlabelAzref[abspage]A, zlabelBzref[abspage]B, zlabelCzref[abspage]C, zlabelDzref[abspage]D, zlabelEzref[abspage]E.
        enddocument






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Apr 7 at 13:35









        Ulrike FischerUlrike Fischer

        198k9306692




        198k9306692



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f483665%2fusing-theabspage-from-the-perpage-package%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Hidroelektrana Sadržaj Povijest | Podjela hidroelektrana | Snaga dobivena u hidroelektranama | Dijelovi hidroelektrane | Uloga hidroelektrana u suvremenom svijetu | Prednosti hidroelektrana | Nedostaci hidroelektrana | Države s najvećom proizvodnjom hidro-električne energije | Deset najvećih hidroelektrana u svijetu | Hidroelektrane u Hrvatskoj | Izvori | Poveznice | Vanjske poveznice | Navigacijski izbornikTechnical Report, Version 2Zajedničkom poslužiteljuHidroelektranaHEP Proizvodnja d.o.o. - Hidroelektrane u Hrvatskoj

            WordPress Information needed

            Oconto (Nebraska) Índice Demografia | Geografia | Localidades na vizinhança | Referências Ligações externas | Menu de navegação41° 8' 29" N 99° 45' 41" O41° 8' 29" N 99° 45' 41" OU.S. Census Bureau. Census 2000 Summary File 1U.S. Census Bureau. Estimativa da população (julho de 2006)U.S. Board on Geographic Names. Topical Gazetteers Populated Places. Gráficos do banco de dados de altitudes dos Estados Unidos da AméricaEstatísticas, mapas e outras informações sobre Oconto em city-data.com