Subject: mailing-list for TeXmacs Users
List archive
From : "Andrey G. Grozin" <address@hidden>- To: Daniel Volinski <address@hidden>
- Cc: "address@hidden" <address@hidden>
- Subject: Re: TeXmacs - Maxima and the theta character
- Date: Mon, 24 Feb 2020 09:44:03 +0700 (+07)
On Sun, 23 Feb 2020, Daniel Volinski wrote:
I'm using the TeXmacs - Maxima interface. When I write in a Maxima cell theThis is defined in maxima itself. The file src/mactex.lisp, which is used to produce LaTeX output from maxima, contains
following: cos(theta), I get as a response cos
of the Greek character known as vartheta not the Greek character theta. What
should I do in order to get the later.
(defprop $theta "\\vartheta" texword)
You can write a short lisp file that redefines this property, and read it in the beginning of your maxima session (say, from the maxima init file). (Personally I think that the TeX \vartheta *is* the proper Greek letter theta. It seems the authors of maxima mactex.lisp think the same.)
Another question is, how can I put the actual Greek character theta in aI think this can be achieved by editing src/plugins/maxima/progs/maxima-input.scm
Maxima cell instead of writing the name of the
character?
Near the end of this file, add the line
("<theta>" "theta")
Then the TeXmacs character <theta> will be sent to maxima as the ascii string theta (and this variable is displayed as the real greek letter in the output).
Andrey
- TeXmacs - Maxima and the theta character, Daniel Volinski, 02/23/2020
- Re: TeXmacs - Maxima and the theta character, Andrey G. Grozin, 02/24/2020
- Re: TeXmacs - Maxima and the theta character, Daniel Volinski, 02/25/2020
- Message not available
- Re: TeXmacs - Maxima and the theta character, Daniel Volinski, 02/25/2020
- Message not available
- Re: TeXmacs - Maxima and the theta character, Daniel Volinski, 02/25/2020
- Re: TeXmacs - Maxima and the theta character, Andrey G. Grozin, 02/24/2020
Archive powered by MHonArc 2.6.19.