ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: sebastian.rooks@free.fr
Subject: Re: bodymatter and alternative=doublesided, XML documentation
Date: Fri, 25 Jul 2003 17:39:41 +0200	[thread overview]
Message-ID: <1059147581.3f214f3dce9f3@impt2-1.free.fr> (raw)
In-Reply-To: <Pine.LNX.4.44.0307251615070.21719-100000@g25.physik.fu-berlin.de>

Selon Tobias Burnus <tobias.burnus@physik.fu-berlin.de>:

> Hi,

[...] 
> Is there a nice way to setup
> frontmatter to use roman numerals and bodymatter "arabic" numerals
> starting from 1?

> 
> I know I can use \setupsectionblock[][before=\bgroup\setup...]
> but is there something nicer?
What's wrong with this :
\starttext

\setuppagenumbering[conversion=romannumerals]

\startfrontmatter
  \completecontent
\stopfrontmatter

% \setuppagenumber[number=1] % Uncomment to restart numbering
  \setuppagenumbering[conversion=numbers]

\startbodymatter
  \chapter{First}
    \dorecurse{5}{\input tufte\par \input knuth\par}

  \chapter{Second}
    \dorecurse{5}{\input tufte\par \input knuth\par}
\stopbodymatter

\stoptext

  Seb.

  reply	other threads:[~2003-07-25 15:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-25 14:24 Tobias Burnus
2003-07-25 15:39 ` sebastian.rooks [this message]
2003-07-25 15:51   ` Tobias Burnus

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=1059147581.3f214f3dce9f3@impt2-1.free.fr \
    --to=sebastian.rooks@free.fr \
    --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).