Am 05.05.2011 um 11:14 schrieb Willi Egger:

> Hi Hans,
> 
> thanks for your reply. E<test-index.pdf><test-index.tex>scaping the + does 
> not solve the underlaying problem. i.e.
> 
> \index{\cldcontext{Indexing("bulb, fitting")}}}
> 
> results in the typeset index as:
> 
> bulb+fitting

You have to expand the result from Lua before you feed it to \index:

\def\IndexItems#1{\expanded{\index{\cldcontext{Indexing("#1")}}}}

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