Selon Tobias Burnus <[EMAIL PROTECTED]>:

> 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.
_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to