help-texinfo
[Top][All Lists]
Advanced

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

Re: [help-texinfo] LaTeX in @tex?


From: Gavin Smith
Subject: Re: [help-texinfo] LaTeX in @tex?
Date: Wed, 9 May 2018 21:07:58 +0100

On 5/8/18, Jesse Williamson <address@hidden> wrote:
> Hi everyone,
>
> I'm trying to get this to work:
>
> @tex
> \frac{a}{b}
> @end tex
>
> ...and when I run:
> texi2pdf foo.texi
>
> I get "Undefined control sequence." for \frac. A similar error occurs
> using @math{}.

Try "a \over b" instead. \frac is a LaTeX command and doesn't work:
only plain TeX commands work.



reply via email to

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