Mail Archives: djgpp/2000/02/29/14:48:56
I'm using Texinfo 4.0 with djgpp v2.03.
I want to generate a `section' symbol for Texinfo files that will
generate the TeX \S character in printed form, and will display ASC 21
(PC code page 437) in info. The problem is getting the `section'
symbol to show up in info; my current macro displays `*' in info mode
only because I can't get Vim to accept/display the PC symbol.
Comments or suggestions appreciated.
@macro S {t}
@ifinfo
*\t\
@end ifinfo
@iftex
@S\t\
@end iftex
@end macro
- Raw text -