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
file.pdf
Description: Adobe PDF document
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : [email protected] / 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 ___________________________________________________________________________________
