On Tue, Feb 19, 2013 at 6:46 PM, Troy Henderson <thend...@gmail.com> wrote:
>> \starttext
>> \definesymbol[100][§] % or \definesymbol[100][\S]
>> \setupitemgroup[symbol=100]
>> \startitemize[100]
>>     \item This is a test.
>
>
> How can I ensure there is no space between the \S and "This is a test"?
>
> Troy
a plain TeX solution...


\starttext
\newbox\SectionSymbol
\setbox\SectionSymbol=\hbox{§} % or \hbox{§\,}
\definesymbol[SectionSymbol][§]
\setupitemgroup[symbol=SectionSymbol,width=\wd\SectionSymbol,]
\startitemize
    \item This is a test.
    \item This is a test.
\stopitemize
\stoptext

--
luigi
___________________________________________________________________________________
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