axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] TeX output of a**bc


From: kp
Subject: [Axiom-developer] TeX output of a**bc
Date: Tue, 10 Jul 2012 21:48:10 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1

Hello,

by accident I noticed the following irregularity in the TeX output
(missing {}):

a**bc (or a^bc).

Axiom:
$$
a^bc
\leqno(4)
$$

OpenAxiom, Fricas:
$$
a \sp bc
\leqno(6)
$$

Usually, one uses only one character variables :)
I'm using Axiom mostly via Python (TeXmacs, IPython) so that 
  re.sub(r"\\sp ([^ \t\r\n\f\v\\]*)", r"^{\1}", tex)
is a workaround for the moment.

Cheers
Kurt




reply via email to

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