<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.editors.texmacs.user">
    <title>gmane.editors.texmacs.user</title>
    <link>http://permalink.gmane.org/gmane.editors.texmacs.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.texmacs.user/9301"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.texmacs.user/9300"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.texmacs.user/9299"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.texmacs.user/9298"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.texmacs.user/9295"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.texmacs.user/9294"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.texmacs.user/9293"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.texmacs.user/9292"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.texmacs.user/9291"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.texmacs.user/9290"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.texmacs.user/9289"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.texmacs.user/9288"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.texmacs.user/9287"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.texmacs.user/9286"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.texmacs.user/9285"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.texmacs.user/9284"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.texmacs.user/9283"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.texmacs.user/9282"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.texmacs.user/9281"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.editors.texmacs.user/9280"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.texmacs.user/9301">
    <title>[TeXmacs] inline plots in Maxima</title>
    <link>http://permalink.gmane.org/gmane.editors.texmacs.user/9301</link>
    <description>&lt;pre&gt;I'm soliciting for help in getting inline plots working in Maxima. Maybe
there's already a feature that does this. 
 
I've had some success in getting inline plots working in Python and Octave,
it would also be nice to have them working in Maxima. The process would go
something like this:
   * create plot
   * save plot as eps file
   * call a new ps_out(fname) function to read the eps file
     and display it within TeXmacs document

The last bit could be a Maxima command that looks like this:
    print(ascii(2),"ps:",read_list("fname.eps"),ascii(5));

I have tried this command from a Maxima session and I get a display of raw
PostScript. The Maxima plugin seems to revolve around a Lisp file.
Regrettably, Lisp is a language I don't speak, so I don't know how to hack
it to get a function working. Algorithms so far have been:
   Octave: Drop a new ps_out.m function file where other plugin function
files are.
           Octave will see this file as one of the things to search when it
tries 
           to interp&lt;/pre&gt;</description>
    <dc:creator>Bill Eaton</dc:creator>
    <dc:date>2013-05-21T16:12:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.texmacs.user/9300">
    <title>RE: [TeXmacs] inline plots</title>
    <link>http://permalink.gmane.org/gmane.editors.texmacs.user/9300</link>
    <description>&lt;pre&gt;
Wow. That actually works quite well. Thank you. For both Python and Octave
plots. 

I was trying to do stuff I found on the right click menu like Set url... or
Show hidden. But those are hit or miss on whether you can trigger an update.


I still prefer the inline technique in many cases because it puts the figure
in the middle of my session and I can continue working on my maths. 

--Bill

________________________________

From: Miguel de Benito Delgado [mailto:m.debenito.d&amp;lt; at &amp;gt;gmail.com] 
Sent: Friday, May 17, 2013 10:54 PM
To: Bill Eaton
Cc: texmacs-users&amp;lt; at &amp;gt;texmacs.org
Subject: RE: [TeXmacs] inline plots



Am 17.05.2013 23:06 schrieb "Bill Eaton" &amp;lt;wpeaton4&amp;lt; at &amp;gt;gmail.com&amp;gt;:


Tools-&amp;gt; update-&amp;gt; linked images ?

Hth,
--
Miguel de Benito.



&lt;/pre&gt;</description>
    <dc:creator>Bill Eaton</dc:creator>
    <dc:date>2013-05-21T16:07:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.texmacs.user/9299">
    <title>Re: [TeXmacs] can't open Texmacs (windows 7)</title>
    <link>http://permalink.gmane.org/gmane.editors.texmacs.user/9299</link>
    <description>&lt;pre&gt;I've tested it and exactly that is the problem. Both fixes work fine.
Thanks.

For the mail delivery failure, I got the error message like this:

Mail Delivery System &amp;lt;MAILER-DAEMON&amp;lt; at &amp;gt;maxweb.lix.polytechnique.fr&amp;gt;
Apr 25
to me
This is the mail system at host maxweb.lix.polytechnique.fr.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to postmaster.

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

                   The mail system

&amp;lt;lesourd&amp;lt; at &amp;gt;texmacs.org&amp;gt; (expanded from &amp;lt;bugs&amp;lt; at &amp;gt;texmacs.org&amp;gt;): User unknown in
    virtual alias table

Final-Recipient: rfc822; lesourd&amp;lt; at &amp;gt;texmacs.org
Original-Recipient: rfc822;bugs&amp;lt; at &amp;gt;texmacs.org
Action: failed
Status: 5.0.0
Diagnostic-Code: X-Postfix; User unknown in virtual alias table

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

Fo&lt;/pre&gt;</description>
    <dc:creator>郑虎</dc:creator>
    <dc:date>2013-05-21T10:18:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.texmacs.user/9298">
    <title>Re: [TeXmacs] inline plots</title>
    <link>http://permalink.gmane.org/gmane.editors.texmacs.user/9298</link>
    <description>&lt;pre&gt;Le 20/05/2013 20:28, Bill Eaton a écrit :
Hi,
Very nice !
Would it work with maxima or a kind of ?
regards,
Henri

&lt;/pre&gt;</description>
    <dc:creator>Henri Girard</dc:creator>
    <dc:date>2013-05-21T06:11:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.texmacs.user/9295">
    <title>RE: [TeXmacs] inline plots</title>
    <link>http://permalink.gmane.org/gmane.editors.texmacs.user/9295</link>
    <description>&lt;pre&gt;Ok. I managed to get inline plotting working in Octave. It's kind of kludgy
at the moment, but it works. It should work with Matlab as well. Although,
if there are any differences it is possible to write one set of code that
autodetects if its running from Octave or Matlab and does the appropriate
thing.

What I did: Create a file called ps_out.m which contains

       function ps_out(fname)
         disp( [char(2) 'ps:' fileread(fname)' char(5)] );
       endfunction
This is slightly different from my earlier post. I put this file in the same
folder as a file called "tmrepl.m". In Linux this is found in
/usr/share/texmacs/TeXmacs/plugins/octave/octave/tm. In Windows, it's buried
in a C:\Program Files\TexMacs directory.

Here is a minimal example of how you might use this in a session on Linux:
  cd ~/
  x=1:10
  plot(x, x.^2)
  print 'test.eps' '-S500,300'
  ps_out('test.eps');
And voila! You should now have an inline plot. Ha! If you go back and tweak
things, you can quickly regenerate a 'test.eps' file an&lt;/pre&gt;</description>
    <dc:creator>Bill Eaton</dc:creator>
    <dc:date>2013-05-20T18:28:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.texmacs.user/9294">
    <title>[TeXmacs] Tensor indices</title>
    <link>http://permalink.gmane.org/gmane.editors.texmacs.user/9294</link>
    <description>&lt;pre&gt;Hello *,

In tensor calculus (as used in general relativity and in other areas of 
physics) tensors with many upper and lower indices are often used. Their 
order is important even if some indices are upper and some lower: a tensor 
can have, say, the first index upper, the second one lower, the third 
upper, etc. As an exception, if a tensor is symmetric in a pair of 
adjacent indices, and one of them is upper and the other one is lower, 
they are traditionally written with the indices on top of each other (a 
typical example is the Kronecker \delta_\mu^\nu - it is easy to write in 
TeXmacs).

So, i've written the following the following scheme function:

(tm-define (tensor . args)
     (define (process-args l u d)
       (if (null? l)
           `(concat (rsup ,(apply tmconcat (reverse u)))
                    (rsub ,(apply tmconcat (reverse d))))
           (let ((x (tree-&amp;gt;stree (car l))))
             (cond ((== (car x) 'rsup)
                    (process-args (cdr l) (cons (cadr x) u) (cons `(hphantom ,&lt;/pre&gt;</description>
    <dc:creator>A.G.Grozin&lt; at &gt;inp.nsk.su</dc:creator>
    <dc:date>2013-05-20T11:05:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.texmacs.user/9293">
    <title>[TeXmacs] QT-TeXmacs + TexGraph + Eukleides on MacOS X</title>
    <link>http://permalink.gmane.org/gmane.editors.texmacs.user/9293</link>
    <description>&lt;pre&gt;Hi,

I've been trying for a long time to have TeXmacs and TeXgraph run on  
my Macbook Pro without success.

I tried recently with the Qt-port. I have texgraph installed both as  
an App and with the ./install.sh linux command from the source. It  
does not work. Inside a session, it tells me

  "cat: texgraphtmp: No such file or directory"

For eukleides session :

"Error at line 2: syntax error"

Does anybody has those plugins running on MacOSX + Qt-TeXmacs ?

Thanks for your help.

Komla

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


&lt;/pre&gt;</description>
    <dc:creator>komla&lt; at &gt;math.univ-toulouse.fr</dc:creator>
    <dc:date>2013-05-19T15:20:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.texmacs.user/9292">
    <title>Re: [TeXmacs] set up a github repo of the "texmacs-tips" from this email list ?</title>
    <link>http://permalink.gmane.org/gmane.editors.texmacs.user/9292</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>LI Hongying</dc:creator>
    <dc:date>2013-05-19T11:26:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.texmacs.user/9291">
    <title>Re: [TeXmacs] can't open Texmacs (windows 7)</title>
    <link>http://permalink.gmane.org/gmane.editors.texmacs.user/9291</link>
    <description>&lt;pre&gt;Le Sun, 19 May 2013 12:13:11 +0800,
郑虎 &amp;lt;freetiger18&amp;lt; at &amp;gt;gmail.com&amp;gt; a écrit :


Weird.

Could you please test if it's related to
https://savannah.gnu.org/bugs/?38784

François


&lt;/pre&gt;</description>
    <dc:creator>François Poulain</dc:creator>
    <dc:date>2013-05-19T10:52:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.texmacs.user/9290">
    <title>Re: [TeXmacs] set up a github repo of the "texmacs-tips" from this email list ?</title>
    <link>http://permalink.gmane.org/gmane.editors.texmacs.user/9290</link>
    <description>&lt;pre&gt;Le Sun, 19 May 2013 11:53:29 +0800,
hpl &amp;lt;hpl1989&amp;lt; at &amp;gt;gmail.com&amp;gt; a écrit :


May be. But it's a proprietary forge.

If you want your work being supported by a GNU project (what TeXmacs
is), you should rather use free software.

Le Sun, 19 May 2013 08:03:14 +0100,
Sam Liddicott &amp;lt;sam&amp;lt; at &amp;gt;liddicott.com&amp;gt; a écrit :


Alvaro made http://tamiz.tiddlyspace.com/

François

&lt;/pre&gt;</description>
    <dc:creator>François Poulain</dc:creator>
    <dc:date>2013-05-19T10:48:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.texmacs.user/9289">
    <title>[TeXmacs] Update: Modifications to Texmacs Python Plugin To Accommodate SymPy LaTeX Output</title>
    <link>http://permalink.gmane.org/gmane.editors.texmacs.user/9289</link>
    <description>&lt;pre&gt;All:

Attached is a TeXmacs file that documents the latest efforts of the 
required modifications to the existing Python plugin required to adapt 
this plugin to a dedicated SymPy plugin. Also attached is the existing 
Python plugin file tm_python which I have modified to accommodate SymPy 
LaTeX output to TeXmacs.

It might also be possible to  use what I have done so far and merely 
modify the existing Python plugin to accommodate SymPy LaTeX output 
which is what I have accomplished here while preserving as much of the 
original Python plugin code as possible.

TeXmacs user Bill Eaton first brought the attention of users to this 
issue and several replies seemed to favor some accommodation for his 
goal. Personally I am not sure I will ever use this feature if it is 
brought to fruition, but the challenge sort of got under my skin, so I 
gave it a go and the results of what I was able to accomplish so far are 
attached. There are probably some sharp Pythonists out there that can 
see this through from her&lt;/pre&gt;</description>
    <dc:creator>David E. Miller</dc:creator>
    <dc:date>2013-05-19T08:07:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.texmacs.user/9288">
    <title>Re: [TeXmacs] set up a github repo of the "texmacs-tips" from this email list ?</title>
    <link>http://permalink.gmane.org/gmane.editors.texmacs.user/9288</link>
    <description>&lt;pre&gt;Somebody did set up a mini wiki system - I forget it's name, I hope they
mention it here.

What killed it for me was total lack of password recovery which wads even
by design!

Sam
On 19 May 2013 04:53, "hpl" &amp;lt;hpl1989&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Sam Liddicott</dc:creator>
    <dc:date>2013-05-19T07:03:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.texmacs.user/9287">
    <title>Re: [TeXmacs] can't open Texmacs (windows 7)</title>
    <link>http://permalink.gmane.org/gmane.editors.texmacs.user/9287</link>
    <description>&lt;pre&gt;I think I've come across the same problem. Months ago I was using Texmacs
1.0.7.18 normally on Windows 8, but one day this problem suddenly occurs. I
had to abandon it for a while. When weeks ago I found a new release, I
tried it. The problem was as before, but with a message box this time:[image:
Inline image 1]
I wrote to the bug-report twice, but each time got a delivery failure.

Days ago I recommended Texmacs to a friend of mine. I thought this is
simply a peculiar problem and Texmacs will work on his computer. But sadly
the problems occurs as well on his Windows 8.


On Mon, May 13, 2013 at 9:52 PM, Hongying &amp;lt;hongying.li&amp;lt; at &amp;gt;insa-lyon.fr&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>郑虎</dc:creator>
    <dc:date>2013-05-19T04:13:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.texmacs.user/9286">
    <title>Re: [TeXmacs] set up a github repo of the "texmacs-tips" from this email list ?</title>
    <link>http://permalink.gmane.org/gmane.editors.texmacs.user/9286</link>
    <description>&lt;pre&gt;Great! I'm new to texmacs so I'm not sure what existing works there are. 
If none, github is really the right place to make a tip collection. Much 
easier collaboration, free pages hosting, etc.

Looking forward.

Pili


On 18/5/13 3:23 PM, LI Hongying wrote:


&lt;/pre&gt;</description>
    <dc:creator>hpl</dc:creator>
    <dc:date>2013-05-19T03:53:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.texmacs.user/9285">
    <title>Re: [TeXmacs] Export in LaTeX</title>
    <link>http://permalink.gmane.org/gmane.editors.texmacs.user/9285</link>
    <description>&lt;pre&gt;Hi,

Le Sat, 18 May 2013 15:06:22 +0200,
"Emile L" &amp;lt;emile.lunardon&amp;lt; at &amp;gt;gmail.com&amp;gt; a écrit :


I agree. The import/export with xcolor is still work in progress.

Best regards.
François

&lt;/pre&gt;</description>
    <dc:creator>François Poulain</dc:creator>
    <dc:date>2013-05-18T21:34:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.texmacs.user/9284">
    <title>[TeXmacs] Export in LaTeX</title>
    <link>http://permalink.gmane.org/gmane.editors.texmacs.user/9284</link>
    <description>&lt;pre&gt;I have imported an HTML page in texmacs (1.0.7.19-x11-i386 linux). When I
export the obtained tm file in LateX, I get the command \color{dark cyan} at
several places in the TeX file that pdflatex cannot handle.

The only colorss defined in the generated TeX file are :

\definecolor{grey}{rgb}{0.75,0.75,0.75}
\definecolor{orange}{rgb}{1.0,0.5,0.5}
\definecolor{brown}{rgb}{0.5,0.25,0.0}
\definecolor{pink}{rgb}{1.0,0.5,0.5}

There is no definition for dark cyan.

&lt;/pre&gt;</description>
    <dc:creator>Emile L</dc:creator>
    <dc:date>2013-05-18T13:06:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.texmacs.user/9283">
    <title>[TeXmacs] set up a github repo of the "texmacs-tips" from this email list ?</title>
    <link>http://permalink.gmane.org/gmane.editors.texmacs.user/9283</link>
    <description>&lt;pre&gt;Hi all,

- Did someone set up a github repo or a certain shared document of the
"texmacs-tips" from this email list?

I think it will be great if we get the solution of a specific problem from
this email list, we not only fix it on our own PC,  but also paste it in a
online document or in a github repo.

- Previously I noticed the texmacs mind map by Yin Wang. It is great.
Can we edit this mind map?
( I log in Mindomo, but can not find that mind map by searching "texmacs"
under "public maps" )

Hongying
&lt;/pre&gt;</description>
    <dc:creator>LI Hongying</dc:creator>
    <dc:date>2013-05-18T07:23:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.texmacs.user/9282">
    <title>[TeXmacs] TeXmacs Sympy plugin LaTeX Output Issue Solved</title>
    <link>http://permalink.gmane.org/gmane.editors.texmacs.user/9282</link>
    <description>&lt;pre&gt;The attached TeXmacs file documents a proposed solution to the main 
issue of developing a TeXmacs plugin for SymPy that outputs expressions 
to TeXmacs formatted as LaTeX.

I think there is probably a little more work that needs to be done by 
those that have an interest in this plugin, but it appears the the main 
hurdle of formatting the output is solved.

Comments and suggestions are welcome.

David Miller

On 5/17/2013 3:30 PM, François Poulain wrote:

&amp;lt;TeXmacs|1.0.7.15&amp;gt;

&amp;lt;style|generic&amp;gt;

&amp;lt;\body&amp;gt;
  In the &amp;lt;TeXmacs&amp;gt; &amp;lt;name|Python&amp;gt; plugin file t&amp;lt;verbatim|m_python&amp;gt;, if the
  following function code:

  &amp;lt;\framed&amp;gt;
    &amp;lt;\verbatim-code&amp;gt;
      def compose_output(data):

      \ \ \ \ \ """Do some parsing on the output according to its type."""\ 

      \ \ \ \ \ if isinstance(data, str):

      \ \ \ \ \ \ \ \ \ \ \ \ \ return 'verbatim:'+data.strip()\ 

      \ \ \ \ \ if isinstance(data, int):

      \ \ \ \ \ \ \ \ \ \ \ \ \ return 'verbatim: %d' % data

      \ \ \ \ \ if isinstance(data, float):

      \ \&lt;/pre&gt;</description>
    <dc:creator>David E. Miller</dc:creator>
    <dc:date>2013-05-18T06:15:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.texmacs.user/9281">
    <title>Re: [TeXmacs] Document Map View</title>
    <link>http://permalink.gmane.org/gmane.editors.texmacs.user/9281</link>
    <description>&lt;pre&gt;Hi,
Am 15.05.2013 05:04 schrieb "hpl" &amp;lt;hpl1989&amp;lt; at &amp;gt;gmail.com&amp;gt;:
to search the Internet and the manual but found nothing. When the document
becomes large, it will be useful to have a document map sidebar to jump
between sections.

You should have a list of all the sections in the focus toolbar when the
focus is on the entire document. It's not a document map, but it's handy.

Best,
--
Miguel de Benito.
&lt;/pre&gt;</description>
    <dc:creator>Miguel de Benito Delgado</dc:creator>
    <dc:date>2013-05-18T05:57:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.texmacs.user/9280">
    <title>RE: [TeXmacs] inline plots</title>
    <link>http://permalink.gmane.org/gmane.editors.texmacs.user/9280</link>
    <description>&lt;pre&gt;Am 17.05.2013 23:06 schrieb "Bill Eaton" &amp;lt;wpeaton4&amp;lt; at &amp;gt;gmail.com&amp;gt;:


Tools-&amp;gt; update-&amp;gt; linked images ?

Hth,
--
Miguel de Benito.
&lt;/pre&gt;</description>
    <dc:creator>Miguel de Benito Delgado</dc:creator>
    <dc:date>2013-05-18T05:54:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.editors.texmacs.user/9279">
    <title>Re: [TeXmacs] Sympy plugin</title>
    <link>http://permalink.gmane.org/gmane.editors.texmacs.user/9279</link>
    <description>&lt;pre&gt;Greetings François:

For the sake of those TeXmacs user that are not familiar with SymPy, you 
should not need a dedicated plugin.

Merely start a TeXmacs Python session and load the sympy module,

[Python from sympy import *

or use some other import statement form to get at the sympy module 
namespace of interest.

This is all a SymPy plugin would do for you and this way the user has 
control over what is imported.

The same is true for any number of other Python modules -- NumPy, SciPy, 
Scientific Python, Scitools, Matplotlib, Oct2Py( Python-Octave 
interface) , and others.

However, if you want the kind of quality of displayed output that say 
the Maxima plugin provides, then more is required. This is the context 
of the issue that was raised about SymPy -- how to get the output to 
display in the same way TeXmacs displays math expressions. The existing 
Python plugin does not provide this capability.  Maybe some of the 
developers can help in this effort. However, then the natural question 
that arise&lt;/pre&gt;</description>
    <dc:creator>David E. Miller</dc:creator>
    <dc:date>2013-05-18T03:04:31</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.editors.texmacs.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.editors.texmacs.user</link>
  </textinput>
</rdf:RDF>
