On 12-6-2012 12:08, Pavel Dohnal wrote:
Hello,
I am using \setuparranging and it causes me an error in referencing to pages.
I want place number of page into text but this page number is wrong.
As you can see in attached example, "Chapter 2" is printed on page 3
but command \at prints page 4.
Could you please advise how to get the correct page number for
"Chapter 2"? That is page number 3?
Thank you
   Pavel Dohnal


\setuppapersize [A5][A4,landscape]
\setuparranging[2SIDE]

\starttext
        Chapter 1 - \at[chapter1]\\
        Chapter 2 - \at[chapter2]\\
        Chapter 3 - \at[chapter3]\\
        Chapter 4 - \at[chapter4]\\
        Chapter 5 - \at[chapter5]\\
        

        \chapter[chapter1]{Chapter 1}
                {\input knuth }
        \chapter[chapter2]{Chapter 2}
                {\input knuth }
        \chapter[chapter3]{Chapter 3}
                {\input knuth }
        \chapter[chapter4]{Chapter 4}
                {\input knuth }
        \chapter[chapter5]{Chapter 5}
                {\input knuth }
\stoptext

you need to process the file with --arrange to make sure that the last run does not adapt the multi-pass data

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
    tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to