ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Where did page numbers go?
@ 2010-02-09 19:36 Mojca Miklavec
  2010-02-09 19:55 ` Wolfgang Schuster
  2010-02-09 19:55 ` Hans Hagen
  0 siblings, 2 replies; 5+ messages in thread
From: Mojca Miklavec @ 2010-02-09 19:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello Hans,

\currentpage (as already reported by Peter Münster) doesn't work in
MKIV (always returns 1) and \setnumber[page]{0} has zero effect (in
MKII; in MKIV I cannot test it anyway).

Thanks,
    Mojca
___________________________________________________________________________________
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] 5+ messages in thread

* Re: Where did page numbers go?
  2010-02-09 19:36 Where did page numbers go? Mojca Miklavec
@ 2010-02-09 19:55 ` Wolfgang Schuster
  2010-02-10  9:26   ` Mojca Miklavec
  2010-02-09 19:55 ` Hans Hagen
  1 sibling, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2010-02-09 19:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 09.02.10 20:36, schrieb Mojca Miklavec:
> Hello Hans,
>
> \currentpage (as already reported by Peter Münster) doesn't work in
> MKIV (always returns 1) and \setnumber[page]{0} has zero effect (in
> MKII; in MKIV I cannot test it anyway).
>    
\pagenumber?

MkIV has no counter 'page' but 'realpage', 'userpage' and 'subpage'.

Wolfgang

___________________________________________________________________________________
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] 5+ messages in thread

* Re: Where did page numbers go?
  2010-02-09 19:36 Where did page numbers go? Mojca Miklavec
  2010-02-09 19:55 ` Wolfgang Schuster
@ 2010-02-09 19:55 ` Hans Hagen
  1 sibling, 0 replies; 5+ messages in thread
From: Hans Hagen @ 2010-02-09 19:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Mojca Miklavec

On 9-2-2010 20:36, Mojca Miklavec wrote:
> Hello Hans,
>
> \currentpage (as already reported by Peter Münster) doesn't work in
> MKIV (always returns 1) and \setnumber[page]{0} has zero effect (in
> MKII; in MKIV I cannot test it anyway).

hm, i'll have a look at it

why cannot you run mkiv ... a broken mac again?

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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] 5+ messages in thread

* Re: Where did page numbers go?
  2010-02-09 19:55 ` Wolfgang Schuster
@ 2010-02-10  9:26   ` Mojca Miklavec
  2010-02-10  9:40     ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Mojca Miklavec @ 2010-02-10  9:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, Feb 9, 2010 at 20:55, Wolfgang Schuster wrote:
> Am 09.02.10 20:36, schrieb Mojca Miklavec:
>>
>> Hello Hans,
>>
>> \currentpage (as already reported by Peter Münster) doesn't work in
>> MKIV (always returns 1) and \setnumber[page]{0} has zero effect (in
>> MKII; in MKIV I cannot test it anyway).
>>
>
> \pagenumber?
>
> MkIV has no counter 'page' but 'realpage', 'userpage' and 'subpage'.

- But why should \currentpage stop working? (Is there any stong reason
to break compatibility?)
- I'm testing \subpage and get: 1, I, I, I, the \userpage gives me 1,
II, III, IV; \currentpage gives me 1, 1, 1, 1; I'll try to post a
minimal example, but I stongly suspect that something is a bit broken
here.
- Is there a way to say "\thisisreallythelastpage", so that
\totalnumberofpages (or some other counter) doesn't count any
leftovers from the end? (I'll try to play a bit more with that, so you
don't need to answer me that last question, but I find the behaviour
of other counters really strange.)

The number 1 is on frontmatter, the uppercase roman numbers are on
bodypart (without setting any conversion at all).

Mojca
___________________________________________________________________________________
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] 5+ messages in thread

* Re: Where did page numbers go?
  2010-02-10  9:26   ` Mojca Miklavec
@ 2010-02-10  9:40     ` Hans Hagen
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Hagen @ 2010-02-10  9:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Mojca Miklavec

On 10-2-2010 10:26, Mojca Miklavec wrote:
> On Tue, Feb 9, 2010 at 20:55, Wolfgang Schuster wrote:
>> Am 09.02.10 20:36, schrieb Mojca Miklavec:
>>>
>>> Hello Hans,
>>>
>>> \currentpage (as already reported by Peter Münster) doesn't work in
>>> MKIV (always returns 1) and \setnumber[page]{0} has zero effect (in
>>> MKII; in MKIV I cannot test it anyway).
>>>
>>
>> \pagenumber?
>>
>> MkIV has no counter 'page' but 'realpage', 'userpage' and 'subpage'.
>
> - But why should \currentpage stop working? (Is there any stong reason
> to break compatibility?)

because it' set at the wrong place, i'll fix it and upluad a beta 
dedicated to you (keep in mind that \currentpage in mkii/mkiv is the 
page in the file, aka realpage)

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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] 5+ messages in thread

end of thread, other threads:[~2010-02-10  9:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-09 19:36 Where did page numbers go? Mojca Miklavec
2010-02-09 19:55 ` Wolfgang Schuster
2010-02-10  9:26   ` Mojca Miklavec
2010-02-10  9:40     ` Hans Hagen
2010-02-09 19:55 ` 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).