Using theabspage from the 'perpage' packageBib 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

How do I create uniquely male characters?

How to type dʒ symbol (IPA) on Mac?

Why is "Reports" in sentence down without "The"

What do you call a Matrix-like slowdown and camera movement effect?

How is this relation reflexive?

How can the DM most effectively choose 1 out of an odd number of players to be targeted by an attack or effect?

Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?

TGV timetables / schedules?

The use of multiple foreign keys on same column in SQL Server

Validation accuracy vs Testing accuracy

Why are only specific transaction types accepted into the mempool?

Is it tax fraud for an individual to declare non-taxable revenue as taxable income? (US tax laws)

Draw simple lines in Inkscape

When blogging recipes, how can I support both readers who want the narrative/journey and ones who want the printer-friendly recipe?

What exactly is the parasitic white layer that forms after iron parts are treated with ammonia?

N.B. ligature in Latex

Book about a traveler who helps planets in need

Infinite past with a beginning?

Example of a relative pronoun

Should I join office cleaning event for free?

What do you call something that goes against the spirit of the law, but is legal when interpreting the law to the letter?

Possibly bubble sort algorithm

What is the offset in a seaplane's hull?

How can I automatically replace [[ and ]] with the [LeftDoubleBracket] and [RightDoubleBracket] operators?



Using theabspage from the 'perpage' package


Bib 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
    10 hours ago











  • @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
    10 hours ago






  • 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
    10 hours ago






  • 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
    10 hours ago







  • 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
    9 hours ago















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
    10 hours ago











  • @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
    10 hours ago






  • 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
    10 hours ago






  • 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
    10 hours ago







  • 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
    9 hours ago













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 10 hours ago









frougonfrougon

850711




850711







  • 1





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

    – moewe
    10 hours ago











  • @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
    10 hours ago






  • 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
    10 hours ago






  • 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
    10 hours ago







  • 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
    9 hours ago












  • 1





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

    – moewe
    10 hours ago











  • @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
    10 hours ago






  • 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
    10 hours ago






  • 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
    10 hours ago







  • 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
    9 hours ago







1




1





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

– moewe
10 hours ago





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

– moewe
10 hours ago













@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
10 hours ago





@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
10 hours ago




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
10 hours ago





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
10 hours ago




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
10 hours ago






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
10 hours ago





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
9 hours ago





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
9 hours ago










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 10 hours ago









        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

            ValueError: Error when checking input: expected conv2d_13_input to have shape (3, 150, 150) but got array with shape (150, 150, 3)2019 Community Moderator ElectionError when checking : expected dense_1_input to have shape (None, 5) but got array with shape (200, 1)Error 'Expected 2D array, got 1D array instead:'ValueError: Error when checking input: expected lstm_41_input to have 3 dimensions, but got array with shape (40000,100)ValueError: Error when checking target: expected dense_1 to have shape (7,) but got array with shape (1,)ValueError: Error when checking target: expected dense_2 to have shape (1,) but got array with shape (0,)Keras exception: ValueError: Error when checking input: expected conv2d_1_input to have shape (150, 150, 3) but got array with shape (256, 256, 3)Steps taking too long to completewhen checking input: expected dense_1_input to have shape (13328,) but got array with shape (317,)ValueError: Error when checking target: expected dense_3 to have shape (None, 1) but got array with shape (7715, 40000)Keras exception: Error when checking input: expected dense_input to have shape (2,) but got array with shape (1,)

            Ружовы пелікан Змест Знешні выгляд | Пашырэнне | Асаблівасці біялогіі | Літаратура | НавігацыяДагледжаная версіяправерана1 зменаДагледжаная версіяправерана1 змена/ 22697590 Сістэматыкана ВіківідахВыявына Вікісховішчы174693363011049382

            Illegal assignment from SObject to ContactFetching String, Id from Map - Illegal Assignment Id to Field / ObjectError: Compile Error: Illegal assignment from String to BooleanError: List has no rows for assignment to SObjectError on Test Class - System.QueryException: List has no rows for assignment to SObjectRemote action problemDML requires SObject or SObject list type error“Illegal assignment from List to List”Test Class Fail: Batch Class: System.QueryException: List has no rows for assignment to SObjectMapping to a user'List has no rows for assignment to SObject' Mystery