Hallo Wolfgang!
Thanks for helping me. It was perfekt.
Uschi
Von: ntg-context [mailto:ntg-context-bounces@ntg.nl] Im Auftrag von Wolfgang Schuster
Gesendet: Freitag, 24. Juni 2016 18:34
An: mailing list for ConTeXt users
Betreff: Re: [NTG-context] Problems with Pagenumbers in TOC, romannumerals and numbers
24. Juni 2016 um 15:53
Hello evrybody!
I need in a Toc pagenumberings with romannumrals and numbers.
I have written this one:
\mainlanguage[de]
\setupinteraction[state=start] % don't forget this line!
% make chapter, section bookmarks visible when opening document
\placebookmarks[chapter,section,subsection][chapter,section]
\setupinteractionscreen[option=bookmark]\starttext
\setuplist[chapter]
\setuplist[section][width=1em]
\setuplist[subsection][width=1.5em, margin=0.6em]
\setuplist[subject][margin=1.5em]
\setuppagenumbering
\setupcombinedlist[content][list={part,chapter,section,subsection,subsubsection}]
None of the above setups are needed for a minimal example, remove them next time.
\setupuserpagenumbering[conversion=romannumerals]
You’re looking for the \setupuserpagenumber command (but \setuppagenumber would
also work because it’s a synonym for the command) and you have to use the numbercommand
key to change the conversion.
\setupuserpagenumber[numberconversion=romannumerals]
Wolfgang