Am 22.05.2014 um 18:51 schrieb Maggyero <maggy...@gmail.com>:

> I have found how to get the conversion of numbers in references (the 
> 'prefixconversion' key in '\setupreferencestructureprefix' command), but I 
> still do not know how to change their style. I have tried the 'style' key and 
> 'prefixstyle' key but without success.
> 
> After checking in ConTeXt source, I have realised that there is no such 
> 'style' key for the '\setupreferencestructureprefix' command. Is there 
> another command to change the style? If not, it would be great if Hans could 
> add that feature.
> 
> Minimal example:
> 
> \setupreferencestructureprefix[section][default][%
>     prefixconversion=Romannumerals,
>     prefixstyle=\bf]

\defineprocessor[sectionstyle][style=italic,color=red]
\defineconversionset[sectionconversion][][sectionstyle->Romannumerals]
\setupreferencestructureprefix[section][default][prefixconversionset=sectionconversion]

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