Skip to Content.
Sympa Menu

texmacs-users - Re: [TeXmacs] maxima, entering Integral

Subject: mailing-list for TeXmacs Users

List archive

Re: [TeXmacs] maxima, entering Integral


Chronological Thread 
  • From: Javier Arantegui <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] maxima, entering Integral
  • Date: Fri, 18 Nov 2005 12:24:27 +0100
  • Organization: Univ. de Lleida

El Viernes, 18 de Noviembre de 2005 05:16, address@hidden escribió:
> if I say integrate(x,x); I get the expected result..... so any ideas as how
> to complete the integration.... I have found one reference on the net that
> says to complete use
> " \big <tab> . <enter> "

It's easy but not very intuitive.

1. Start TeXmacs
2. Open a new Maxima session
3. Session -> Input -> Mathematical input
4. Type an integrate symbol using the toolbar
5. Type
sin(x)d

then press Tab key twice, and finally type x
6. Click on the ) button of the toolbar, and then on the ) button.
7. Press enter.

The problem in this case is that you'll get an ugly ) at the end of the
integration. How could we solve it? Change the 6. step:

6. Type \big then press once Tab key, press . and finally press Enter.

Now you are typing the end ) but you won't see it. Probably it's related with
LaTeX in some dark way, but I'm a LaTeX agnostic...

Javier
P.S. The attached file in the result of this Maxima session


--
Javier Arántegui
Dept. Tecnologia de Alimentos / Dept. of Food Technology
Universitat de Lleida / University of Lleida (Spain)

Tel. +34 973702595
Fax +34 973702596
IM: Jabber - javier.arantegui (AT) jabberes.org
http://www.tecal.udl.es
<TeXmacs|1.0.5.12>

<style|<tuple|generic|maxima>>

<\body>
<with|prog-language|maxima|prog-session|5.9.2 gcl|<\session>
<\output>
\;

Maxima 5.9.2 http://maxima.sourceforge.net

Using Lisp GNU Common Lisp (GCL) GCL 2.6.7 (aka GCL)

Distributed under the GNU Public License. See the file COPYING.

Dedicated to the memory of William Schelter.

This is a development version of Maxima. The function bug_report()

provides bug reporting information.
</output>

<input|<with|color|red|(<with|math-font-family|rm|%i>1)
<with|color|black|>>|<\math>
<big|int>sin(x)\<mathd\>x<right|)>
</math>>

<\output>
\;


<with|mode|math|math-display|true|<with|mode|text|font-family|tt|color|red|(<with|math-font-family|rm|%o1>)
<with|color|black|>>-cos <left|(>x<right|)>>
</output>

<input|<with|color|red|(<with|math-font-family|rm|%i>2)
<with|color|black|>>|<\math>
<big|int>sin(x)\<mathd\>x<big|.>
</math>>

<\output>
\;


<with|mode|math|math-display|true|<with|mode|text|font-family|tt|color|red|(<with|math-font-family|rm|%o2>)
<with|color|black|>>-cos <left|(>x<right|)>>
</output>

<input|<with|color|red|(<with|math-font-family|rm|%i>3)
<with|color|black|>>|<\math>
\;
</math>>
</session>>
</body>

<\initial>
<\collection>
<associate|language|british>
</collection>
</initial>


Archive powered by MHonArc 2.6.19.

Top of Page