ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
To: ciro@kavyata.com
Cc: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Fwd: \setuppagenumbering[]
Date: Fri, 10 Jul 2009 19:45:28 +0200	[thread overview]
Message-ID: <5DF29DC4-9E6B-4108-BC69-C49304D56159@gmail.com> (raw)
In-Reply-To: <297ee2eb0907072055y2f4becfct294b47d5319ecfcb@mail.gmail.com>


Am 08.07.2009 um 05:55 schrieb Ciro Soto:

> Thank you Wolfgang,
> here is an example that doesn't work.  What am I doing wrong?
>
>
> ========================
> \definepapersize[CD][width=5.5in,height=8.5in]
> \setuppapersize[CD][letter]
> \setuppagenumbering [location=]
> \setupfootertexts [\pagenumber]
> \setupheadertexts [C.S.][Freedom][C.S.][Freedom]
> \setuppagenumbering [alternative=doublesided]
> \starttext
> \tolerance 10000
> \startfrontmatter
> \start

why \start?

> \setuppagenumbering [location=footer,conversion=romannumerals,]

\setuppagenumbering [location=footer]
\setupuserpagenumber[numberconversion=romannumerals] % new mkiv command

you should do these setups in s sectionblock/structureblockenvironment

> \setuppagenumber[number=1]
>
> \setupheader [state=stop]
> \setupfooter [state=stop]
>
> BOOK TITLE
> \vfill

Do you look for start/stopstandardmakeup?

> \page[blank,odd]
>
>
> ANOTHER BOOK TITLE PAGE
>
> \page
>
> \setupfooter [state=start]
>
> COPYRIGHT PAGE
> \page
>
> ANOTHE PAGE
> \page

Why the \page?

> \stop
>
> \stopfrontmatter
>
> \startbodymatter
> \setuppagenumber [number=1]
> \setuppagenumbering[conversion=numbers]

No need to set the number conversion here.

> PAGE 1
> \page
> page 2
> \page
> \stoptext
> \end

Why \end?

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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


      parent reply	other threads:[~2009-07-10 17:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-03  2:06 \setuppagenumbering[] Ciro Soto
2009-07-06 12:39 ` Fwd: \setuppagenumbering[] Ciro Soto
2009-07-06 12:43   ` Wolfgang Schuster
2009-07-08  3:55     ` Ciro Soto
2009-07-10  2:14       ` Fwd: " Ciro Soto
2009-07-10 17:45       ` Wolfgang Schuster [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5DF29DC4-9E6B-4108-BC69-C49304D56159@gmail.com \
    --to=schuster.wolfgang@googlemail.com \
    --cc=ciro@kavyata.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).