On Mon, 27 Mar 2006 11:25:42 +0200, Taco Hoekwater <[EMAIL PROTECTED]>  
wrote:

> nico wrote:
>> Hello,
>>
>> Is there a \setup... command to configure the frontmatter section  
>> block? I
>> haven't found a clear information about this.
>
> You can put your setup in the 'before', like so:
>
>    \setupsectionblock
>       [frontmatter]
>       [before={\setuppagenumbering[conversion=romannumerals]}]

It does nothing. In this example the TOC and Preamble section still have  
default numbering:

% to have page numbers in roman in frontmatter
\setupsectionblock
       [frontmatter]
       [before={\setuppagenumbering[conversion=romannumerals]}]

\starttext

\startfrontmatter
\completecontent

\chapter{Preamble}
blah blah blah blah blah blah blah blah
blah blah blah blah blah blah blah blah
blah blah blah blah blah blah blah blah
\stopfrontmatter

\startbodymatter

\chapter{A body chapter}
blah blah blah blah blah blah blah blah
blah blah blah blah blah blah blah blah
blah blah blah blah blah blah blah blah

\stopbodymatter

\stoptext

But, of course, doing this works:
...
\startfrontmatter
\setuppagenumbering[conversion=romannumerals]
\completecontent

\chapter{Preamble}
blah blah blah blah blah blah blah blah
blah blah blah blah blah blah blah blah
blah blah blah blah blah blah blah blah
\stopfrontmatter
...

Regards,
BG
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to