Ursula Hermann <mailto:ursula.herm...@univie.ac.at>
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

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to