Mail Archives: djgpp/1998/06/09/12:39:18
On Tue, 9 Jun 1998, Eli Zaretskii wrote:
>
> On Tue, 9 Jun 1998, Olivier Perron wrote:
>
> > Formatting node B AT F000F84D...
> > Int2TeX.TEX:100794: Unknown command `F000F84D'.
>
> I didn't yet look at the translator, but the problem here seems to be
> that you need to replace B AT F000F84D with B@@F000F84D, assuming that the
> node name is indeed "B AT F000F84D". The `@' character is special in
> Texinfo, and if you need to use it verbatim, you need to escape-protect
> it with another `@'.
>
Here are a few lines from Int2Tex.TEX beginning at line number 100794:
@node B@@F000F84D,B@@F000F859,B@@F000F841,FAR CALL Interface List
@comment node-name, next, previous, up
@section B@@F000F84D
It seems that the `@' character is already escaped....
Olivier.
- Raw text -