ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* wrong page numbers when using arranging
@ 2012-06-12 10:08 Pavel Dohnal
  2012-06-12 10:49 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Pavel Dohnal @ 2012-06-12 10:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 853 bytes --]

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

[-- Attachment #2: file.pdf --]
[-- Type: application/pdf, Size: 13366 bytes --]

[-- Attachment #3: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: wrong page numbers when using arranging
  2012-06-12 10:08 wrong page numbers when using arranging Pavel Dohnal
@ 2012-06-12 10:49 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2012-06-12 10:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-12 10:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-12 10:08 wrong page numbers when using arranging Pavel Dohnal
2012-06-12 10:49 ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).