Am 25.02.2011 um 14:14 schrieb Procházka Lukáš Ing. - Pontex s. r. o.:

> Hello,
> 
> maybe already questioned in the past, but I cannot find the answer:
> 
> How to change the numbering style for a particular head (e.g. section) from 
> numbers (1, 2...) to letters (A, B...) - which option and value 
> (http://wiki.contextgarden.net/Reference/en/setuphead)?

% old method

%\setuphead[chapter][conversion=Character]

% new method

\definestructureconversionset[myconversion][numbers,Characters][numbers]
\setupheads[sectionconversionset=myconversion]

\starttext
\chapter{Knuth}
\input knuth
\stoptext

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