Mail Archives: djgpp-workers/2001/06/18/03:00:50
On Sun, 17 Jun 2001, cvs-richdawe AT delorie DOT com wrote:
> + @cindex djgpp DOT env AT r{, ls color settings for symlinks added}
This is wrong: @cindex entries are not typeset with a typewriter font,
so you don't need to escape into a normal (Roman) font with an @r when
you add some more text. This is required for other types of index
entries, such as @findex and @vindex, because they name functions and
variables.
OTOH, `djgpp.env' is a file, so it should have the appropriate markup,
even in an index entry. And `ls' is a program, so it should be in
@code.
The upshot of all this is that you should write this:
@cindex @file{djgpp.env}, @code{ls} color settings for symlinks added
- Raw text -