mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] latex export, gnuplot and maxima session


Chronological Thread 
  • From: "Alvaro Tejero Cantero" <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] latex export, gnuplot and maxima session
  • Date: Wed, 21 May 2008 13:16:12 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=NGAi8UYYZIb78KKZ96CyUbkMBAbUJoGaBEcFet8F+8G8GfplEtfvnKhB0CO7VcKfiiocxCm5ss7vGgiuA1Apiygzm+wXX8YtIdAXXYXFZ0yqsbUwf1Oldwu2BKBlI20zBi8qVXN8rhoSOMy90Mum+ZHl+onowzjgotes2HVlSPw=

Hi Marc,

> 1°) when i use the insert->graph->curve (or something else) in a doc and
> then export the doc in latex, the .tex file contains a line
> includegarphics{name.eps} but this .eps file is not constructed.

I can confirm the problem with TeXmacs 1.0.6.12 in Ubuntu 8.04


> 2°) when doing a maxima session (i didn't try some other session) and
> exporting to latex, some problems arise because of misplaced $ around
> mathrm.

AFAIK the problem is generated in the input and ouput prompts that
TeXmacs generates for Maxima:

Input prompt:

{\color{red}\ttfamily{{\color{red} (\mathrm{\%i}1) {\color{black}
}}}}{\color{blue}\verb|integrate(sin(x),x)|}

Either $...$ are missing immediately surrounding \mathrm or it should be
\textrm

Output prompt:

{\ttfamily{$\text{\tmtexttt{{\color{red} (\mathrm{\%o1}) {\color{black} }}}} -
\cos \left( x \right)$}}

Here there are enclosing dollar signs, but \text and \tmtexttt
conflict with \mathrm.

Á.


>
> I use the last debian package (lenny).
>
> Marc
>
>



Archive powered by MHonArc 2.6.19.

Top of page