13 Jul
2012
13 Jul
'12
10:25 a.m.
Am 11.07.2012 um 22:37 schrieb Andreas Mang:
Hi Wolfgang,
Thanks. That's truly an option. I have already looked into this and it works. As a matter of fact, this is what I decided to do if there is no quick fix. However, I thought I'd point it out, since it works for \index and just not for \seeindex. Secondly, the \sc (command) issue persists.
MkIV provides a new mechanism to format index entries called processors, it doesn't work yet with \seeindex (see my other mail on the list) but I guess Hans will fix this in one of the next betas. \defineprocessor[sc][style=\sc] \starttext Test\index{Test}\index{sc->Testing} \completeindex \stoptext Wolfgang