Am 17.07.2011 um 02:04 schrieb Jeong Dalyoung:

> Hi,
> 
> Here are a few questions.
> 
> 1. The output of 
> 
> \section{one}
> \section{two}
> 
> is 
> 
> 1.1 one
> 1.2 two
> 
> But is it possible to suppress the prefix chapter number like 
> 
> 1 one
> 2 two 

\setuphead[section][sectionsegments=section]

> 2. When defining custom itemgroup, we can set each level using the predefined 
> item headers, like n, r, 1, 2, ...., and it works fine.
> I am trying to use newly defined conversion, but I couldn't succeed. Is it 
> possible to set an itemgroup using predefined item and custom made item head 
> like
> 
> \def\circlednum#1{\uchar{36}{95+#1}}
> \defineconversion[cnum][\circlednum]

\defineconversion[circlednumber][①,②,③,④,⑤,⑥,⑦,⑧,⑨,⑩,⑪,⑫,⑬,⑭,⑮,⑯,⑰,⑱,⑲,⑳]

\setupbodyfont[cambria]

\starttext

\startitemize[circlednumber,broad][stopper=]
\dorecurse{20}{\item Item \recurselevel}
\stopitemize

\stoptext

Wolfgang


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

maillist : [email protected] / 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