axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] Re: patch to tex.spad.pamphlet


From: Bill Page
Subject: Re: [Axiom-developer] Re: patch to tex.spad.pamphlet
Date: 28 Sep 2003 21:33:32 -0400

Tim,

TeX does not understand \sqrt[n]{} but LaTex does. Try

------- t.tex ---

\documentclass{article}
\begin{document}
$$
\sqrt[n]{x}
$$
$$
\root{n} \of {x}
$$
\end{document}

----------------

latex t.tex
xdvi t.dvi

Texmacs seems to prefer LaTex style input not the old
TeX style.

Cheers,
Bill Page.

On Sun, 2003-09-28 at 21:13, root wrote:
> Bill,
> 
> These are not equivalent. Put the following lines in t.tex:
> 
> $\sqrt[n]{x}$
> 
> $\root{n} \of {x}$
> 
> \bye
> 
> Then type: 
> 
> tex t.tex
> xdvi t.dvi
> 
> The results are nowhere near the same. The \root... form generates the correct
> result. The problem must reside on the TeXmacs side.
> 
> Tim
> address@hidden
> 
> 
> _______________________________________________
> Axiom-developer mailing list
> address@hidden
> http://mail.nongnu.org/mailman/listinfo/axiom-developer





reply via email to

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