help-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Persistent TeX \def's in texinfo source


From: Karl Berry
Subject: Re: Persistent TeX \def's in texinfo source
Date: Tue, 18 Mar 2003 13:46:00 -0500

    @tex
    \def\pisqr{\pi^2}
    @end tex

You need to use \gdef:

@tex
\gdef\pisqr{\pi^2}
@end tex

I'll mention this in the manual, if it's not there already.

HTH,
k




reply via email to

[Prev in Thread] Current Thread [Next in Thread]