30 Jul
2006
30 Jul
'06
7:52 p.m.
Steffen Wolfrum wrote:
The conversion is clear but what about ")", resp. "(" before and ")" after the sectionnumber.
Easy solution: define your own conversion. \def\parenthisedchar#1{(\character{#1})} \defineconversion[parenthised][\parenthisedchar] now you can use 'parenthised' everywhere context accepts a "conversion" as an argument. Cheers, Taco