ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Berend de Boer <berend@pobox.com>
Cc: <ntg-context@ntg.nl>
Subject: Re: Context -> html
Date: 13 Aug 2002 18:47:05 +1200	[thread overview]
Message-ID: <87k7mvw906.fsf@dellius.nederware.nl> (raw)
In-Reply-To: <PAEPKGMLENLKHLCJLLGBMEGOCOAA.dsomers@trevezel.com>

"David Somers" <dsomers@trevezel.com> writes:

> I've wrapped the structure of my document with
> 
> \startfrontmatter ... \stopfrontmatter
> \startbodymatter ... \stopbodymatter
> \startbackmatter and \stopbackmatter
> 
> What I want to do is have the page numbering in the front matter be in
> roman, in the body start at 1 and be in arabic, and in the back matter
> continue in arabic. How would I do this?

Put these after your starts:

\setuppagenumbering[conversion=romannumerals]

or

\setuppagenumbering[conversion=numbers]

Reset page number with:

\setuppagenumber[number=1]

> Also, prior to the \startfrontmatter I enclose within \startstandardmakeup
> \stopstandardmakeup a bunch of commands to generate my title pages... is
> this correct?

Yes.

> I've got a documement that uses defines (like \def\DOCTYP{Functional
> Specification for Release 2002.11}). If I then delete the define and try to
> texexec I get a lot of errors... if I delete all the temporary files then
> texexec works... I assume this is some kinda texexec problem?

Macro's in chapter headers, indexes etc. give all kinds of
problems.

-- 
Live long and prosper,

Berend de Boer


      parent reply	other threads:[~2002-08-13  6:47 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-11 21:50 John Devereux
2002-08-12  4:49 ` Berend de Boer
2002-08-12  7:56   ` John Devereux
2002-08-12  9:14     ` Berend de Boer
2002-08-12 10:07     ` David Somers
2002-08-12 15:31       ` John Devereux
2002-08-12 17:09         ` David Somers
2002-08-13  6:47       ` Berend de Boer [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=87k7mvw906.fsf@dellius.nederware.nl \
    --to=berend@pobox.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).