>>Subject: Re: proposal for bug fix vis-a-vis index entries
>>From: Jean-Marc Lasgouttes <[EMAIL PROTECTED]>
>>Date: Thu, 02 Sep 2004 12:00:35 +0200
>>
>>>>>>> "andre" == andre poenitz <[EMAIL PROTECTED]>
writes:
>>
>>andre> In other words: "Make the index entry inset a real text inset".
>>andre> Certainly feasible and gives you all the power you need.
>>
>>Except that font changing has to be completely redone. In an index
>>entry I seem to remember that \textbf{foo} should look like
>>foo|textbf.
>>
>>JMarc
>From the manual:
[EMAIL PROTECTED] alpha\/}}{1}
produces
\item {\it alpha\/}, 1
(so @{foo} transmits foo as is, it
must work with any ERT formatting)
\indexentry{alpha|bold}{1}
produces
\item alpha, \bold{1}
so your recollection seems to apply to the encap "|" operator, not
to the actual "@" operator.
--
Jean-Pierre