<?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.comp.mathematics.maxima.general">
    <title>gmane.comp.mathematics.maxima.general</title>
    <link>http://permalink.gmane.org/gmane.comp.mathematics.maxima.general</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.comp.mathematics.maxima.general/42355"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42354"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42353"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42352"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42351"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42350"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42349"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42348"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42347"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42346"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42345"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42344"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42343"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42342"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42341"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42340"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42339"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42338"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42337"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42336"/>
      </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.comp.mathematics.maxima.general/42355">
    <title>wxMaxima "Insert Image" command</title>
    <link>http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42355</link>
    <description>&lt;pre&gt;I have the same observation on my worksheets. So what I do is after I
evaluate everything I export that to a HTML so I have all images and the
symbolics, numerics as well.

Unfortunately the editable worksheet will always just give you the links
the image path and filename and thats it. So in a way we could say that it
does not really "embeds" the image. This maybe a known limitation we
probably need to accept.
Its easily done in MathCAD and is truly embedded but thats commercial stuff.

Regards,
Berns B.
_______________________________________________
Maxima mailing list
Maxima&amp;lt; at &amp;gt;math.utexas.edu
http://www.math.utexas.edu/mailman/listinfo/maxima
&lt;/pre&gt;</description>
    <dc:creator>Berns Buenaobra</dc:creator>
    <dc:date>2013-05-21T08:11:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42354">
    <title>Re: ratsimp and many terms to collect.   3 lines.</title>
    <link>http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42354</link>
    <description>&lt;pre&gt;Interesting; this provides something for free:

(%i8) change(x^a*x^b*z^r);

(%o8) x^(b+a)*z^r
(%i9) change(a^x*b^x*z^r);

(%o9) (a*b)^x*z^r

BTW isn't this a response to "Simplifying x^a*y^a to (x*y)^a" or am I
missing something?

&lt;/pre&gt;</description>
    <dc:creator>Bill Wood</dc:creator>
    <dc:date>2013-05-20T18:55:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42353">
    <title>Re: ratsimp and many terms to collect.   3 lines.</title>
    <link>http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42353</link>
    <description>&lt;pre&gt;you can try something like....

matchdeclare([a,b,c,d],true);
tellsimp(Power(a,b)*Power(c,b)*d,  d* Power(a*c,b));
change(z):= subst("^",Power, subst(Power,"^", z));

change(x^a*x^b*z^r)   for example.
&lt;/pre&gt;</description>
    <dc:creator>Richard Fateman</dc:creator>
    <dc:date>2013-05-20T18:15:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42352">
    <title>Re: Simplifying x^a*y^a to (x*y)^a</title>
    <link>http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42352</link>
    <description>&lt;pre&gt;Derka, nice trick, using logcontract in two different regimes.

A few additional minor comments on the code:

* There is no reason to put _s and _z in the block variables. They are
local to their lambdas already.
* If you *do* want to define exp_log_to_power locally, you need to add
local(exp_log_to_power) after the block variable declaration.
* But I agree with Barton that you might as well make it global.  If it is
strictly a helper function, useless for anyone else, you can call it
something like expcontract_exp_log_to_power.
* It's good practice to always quote symbolic constants: logexpand: 'super
* You probably want to restrict to something more than just not-atom in the
scanmap lambda; logcontract(log(...)) won't do anything useful for function
calls, subscripted variables, etc.  It won't do any damage either, but by
that reasoning, you can just remove the 'if atom' clause.  On the other
hand, you probably want to protect against constructing log(0) in e.g.
expcontract of [0] or atan2(x,0).

         &lt;/pre&gt;</description>
    <dc:creator>Stavros Macrakis</dc:creator>
    <dc:date>2013-05-20T15:21:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42351">
    <title>Re: Simplifying x^a*y^a to (x*y)^a</title>
    <link>http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42351</link>
    <description>&lt;pre&gt;You might consider:

(1) placing the assignment  logexpand: super  inside a block--your code globally alters logexpand

(2) moving the definition of exp_log_to_power to outside the body of expcontract--the definition of
     exp_log_to_power is global--it gets redefined everytime expcontract is called.

And by the way: if you like the leading underscores on variable, that's OK. But for this code, there is 
no need to wartify the variable names. Actually, I think that leading underscores makes code harder
to read, and it makes me more likely to make errors (one place _z another z).
 
--Barton

________________________________________

I have a idea (combined previous)

expcontract(_expr):=block([_z],
     exp_log_to_power(_e):= block([_s, logconcoeffp: lambda([_s],true)],
logcontract(_e)),
     logexpand: super,
     scanmap(lambda([_z],if atom(_z) then _z else (
         exp_log_to_power(exp(logcontract(log(_z))))
     )),_expr)
)$

expr: x^a*y^a$
expcontract(expr);
  -&amp;gt;  (x*y)^a

expr: (a^d*b^d+c^a*a^a)/(d^&lt;/pre&gt;</description>
    <dc:creator>Barton Willis</dc:creator>
    <dc:date>2013-05-20T14:12:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42350">
    <title>Re: wxMaxima "Insert Image" command</title>
    <link>http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42350</link>
    <description>&lt;pre&gt;Inserted images are not supported in wxm files. You need to save the file
as a wxmx file. In this case the image is copied (not linked) into the
document (you can delete the original image and the image will still be in
the document)

Regards,
Andrej


On Sun, May 19, 2013 at 3:11 PM, Ronald Modesitt &amp;lt;
ronald.modesitt.835&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

_______________________________________________
Maxima mailing list
Maxima&amp;lt; at &amp;gt;math.utexas.edu
http://www.math.utexas.edu/mailman/listinfo/maxima
&lt;/pre&gt;</description>
    <dc:creator>Andrej Vodopivec</dc:creator>
    <dc:date>2013-05-20T10:17:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42349">
    <title>wxMaxima "Insert Image" command</title>
    <link>http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42349</link>
    <description>&lt;pre&gt;The wxMaxima "Insert Image" command is causing me some confusion. I am
assuming that "insert image" creates a link to a .png file which would then
be displayed upon opening the session file (.wxm) for additional work.

Upon opening the .wxm file and issuing  "evaluate all cells" wxMaxima
displays a text field with the .png file name from "insert image" command
but not the image. I would appreciate help in understanding how "insert
image" works.

I am using Windows Vista Business with wxMaxima 12.04.0,  and Maxima 5.28



&lt;/pre&gt;</description>
    <dc:creator>Ronald Modesitt</dc:creator>
    <dc:date>2013-05-19T13:11:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42348">
    <title>Simplifying x^a*y^a to (x*y)^a</title>
    <link>http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42348</link>
    <description>&lt;pre&gt;I have a idea (combined previous)

expcontract(_expr):=block([_z],
     exp_log_to_power(_e):= block([_s, logconcoeffp: lambda([_s],true)], 
logcontract(_e)),
     logexpand: super,
     scanmap(lambda([_z],if atom(_z) then _z else (
         exp_log_to_power(exp(logcontract(log(_z))))
     )),_expr)
)$

expr: x^a*y^a$
expcontract(expr);
  -&amp;gt;  (x*y)^a

expr: (a^d*b^d+c^a*a^a)/(d^b*e^b+a^b*c^b)$
expcontract(expr);
  -&amp;gt; ((a*b)^d+(a*c)^a)/((d*e)^b+(a*c)^b)

Derka
&lt;/pre&gt;</description>
    <dc:creator>Derka Ladislav</dc:creator>
    <dc:date>2013-05-18T18:23:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42347">
    <title>Re: Regression in integration</title>
    <link>http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42347</link>
    <description>&lt;pre&gt;One more thing:

(%i1) integrate(x^n,x);

0&amp;gt; Calling (ASKSIGN1 ((MEXPT SIMP) ((MPLUS SIMP) 1 $N) 2))
Is n + 1 zero or nonzero?

nonzero;

&amp;lt;0 ASKSIGN1 returned $PN
(%o1)                               log(x)

The function asksign01 mishandles a return of $pn from asksign1 :

(defun asksign01 (a)
  (let ((e (sign-prep a)))
    (cond ((eq e '$pnz) '$pnz)
  ((member (setq e (asksign1 e)) '($pos $neg) :test #'eq) e)
  (limitp (eps-sign a))
  (t '$zero))))

--Barton

___
&lt;/pre&gt;</description>
    <dc:creator>Barton Willis</dc:creator>
    <dc:date>2013-05-19T19:46:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42346">
    <title>Re: Regression in integration</title>
    <link>http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42346</link>
    <description>&lt;pre&gt;I think the problem is with the return value for asksign:

(%i4) asksign(xxx^2);
Is xxx zero or nonzero?

nonzero;
(%o4)                                zero
(%i5) asksign(xxx^2);
Is xxx zero or nonzero?

zero;
(%o5)                                zero
(%i6)

This integral of x^n uses a defprop on mexpt (look in sin.lisp).  There is an asksign that always returns zero--that chooses the log option.

--Barton

________________________________________
From: maxima-bounces&amp;lt; at &amp;gt;math.utexas.edu [maxima-bounces&amp;lt; at &amp;gt;math.utexas.edu] on behalf of Raymond Toy [toy.raymond&amp;lt; at &amp;gt;gmail.com]
Sent: Sunday, May 19, 2013 11:42
To: maxima&amp;lt; at &amp;gt;math.utexas.edu
Subject: [Maxima] Regression in integration

I was looking at a message from Harry Christhian[1] about a bug in
integration, which I didn't quite understand, but I found the
following serious error:

(%i1) integrate(c/x^n,x);
Is n - 1 zero or nonzero?

nonzero;
(%o1)                              c log(x)

It doesn't matter whether you answer zero or nonzero; you get the
answer as if n = 1.&lt;/pre&gt;</description>
    <dc:creator>Barton Willis</dc:creator>
    <dc:date>2013-05-19T19:30:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42345">
    <title>Regression in integration</title>
    <link>http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42345</link>
    <description>&lt;pre&gt;
I was looking at a message from Harry Christhian[1] about a bug in
integration, which I didn't quite understand, but I found the
following serious error:

(%i1) integrate(c/x^n,x);
Is n - 1 zero or nonzero?

nonzero;
(%o1)                              c log(x)

It doesn't matter whether you answer zero or nonzero; you get the
answer as if n = 1.

Ray

[1] Is it possible to directly send email to maxima-bugs?  Or should
only the bug tracker send email to that list?  Anyway, I think he's
saying integrate(c/x^n,x) returns -c/(1-n)*x^(1-n) but he wants
-c/(n-1)/x^(n-1). 
&lt;/pre&gt;</description>
    <dc:creator>Raymond Toy</dc:creator>
    <dc:date>2013-05-19T16:42:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42344">
    <title>Re: matrix multiplication</title>
    <link>http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42344</link>
    <description>&lt;pre&gt;
Thank you very much. Now is OK.
 

Zbigniew
&lt;/pre&gt;</description>
    <dc:creator>Zbigniew Komarnicki</dc:creator>
    <dc:date>2013-05-18T13:35:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42343">
    <title>Re: Simplifying  x^a*y^a  to  (x*y)^a</title>
    <link>http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42343</link>
    <description>&lt;pre&gt;


I'm not aware of a function that does this.  When either a is explicitly an integer or when x and y are positive, Maxima's general
simplifier does (x*y)^a --&amp;gt; x^a * y^a . So if you wrote a function that does x^a * y^a --&amp;gt; (x*y)^a, the general simplifier would
sometimes automatically revert the change.

--Barton


_______________________________________________
Maxima mailing list
Maxima&amp;lt; at &amp;gt;math.utexas.edu
http://www.math.utexas.edu/mailman/listinfo/maxima
&lt;/pre&gt;</description>
    <dc:creator>Barton Willis</dc:creator>
    <dc:date>2013-05-18T10:55:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42342">
    <title>Simplifying  x^a*y^a  to  (x*y)^a</title>
    <link>http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42342</link>
    <description>&lt;pre&gt;Is there a maxima command that can make that simplification?

Simplifying x^a*y^ato (x*y)^a,

Essentially radcan in reverse

Thanks

DMD

&lt;/pre&gt;</description>
    <dc:creator>Dominic Di Toro</dc:creator>
    <dc:date>2013-05-17T16:14:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42341">
    <title>Re: matrix multiplication</title>
    <link>http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42341</link>
    <description>&lt;pre&gt;   &amp;gt;From mailnull  Fri May 17 19:42:59 2013
   Received-SPF: pass (sog-mx-3.v43.ch3.sourceforge.com: domain of math.utexas.edu designates 146.6.25.6 as permitted sender) client-ip=146.6.25.6; envelope-from=maxima-bounces&amp;lt; at &amp;gt;math.utexas.edu; helo=irongate.mail.utexas.edu;
   From: Zbigniew Komarnicki &amp;lt;cblasius&amp;lt; at &amp;gt;gmail.com&amp;gt;
   Date: Fri, 17 May 2013 21:41:08 +0200
   Content-Type: text/plain; charset="us-ascii"

   Hello,

   I try multiply matrices, but te result is strange to me, see

   (%i1) matrix_element_mult: ".";
   (%o1)                                  .
   (%i2) matrix([A],[0],[0]) . matrix([W]) . matrix([E]);
    [ A ]
    [   ]
   (%o2)                            [ 0 ] . W . E
    [   ]
    [ 0 ]

   Why above result is not expanded? If I use braces around (see below) 
   then it works as expected, why? Is it a bug? What is the reason 
   for this behavior?

   (%i3) (matrix([A],[0],[0]) . matrix([W])) . matrix([E]);
    [ A . W . E ]
    [           ]
   (%o3)                  &lt;/pre&gt;</description>
    <dc:creator>Leo Butler</dc:creator>
    <dc:date>2013-05-17T21:50:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42340">
    <title>matrix multiplication</title>
    <link>http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42340</link>
    <description>&lt;pre&gt;Hello,

I try multiply matrices, but te result is strange to me, see

(%i1) matrix_element_mult: ".";
(%o1)                                  .
(%i2) matrix([A],[0],[0]) . matrix([W]) . matrix([E]);
                                 [ A ]
                                 [   ]
(%o2)                            [ 0 ] . W . E
                                 [   ]
                                 [ 0 ]

Why above result is not expanded? If I use braces around (see below) 
then it works as expected, why? Is it a bug? What is the reason 
for this behavior?

(%i3) (matrix([A],[0],[0]) . matrix([W])) . matrix([E]);
                                 [ A . W . E ]
                                 [           ]
(%o3)                            [     0     ]
                                 [           ]
                                 [     0     ]


This not work
(%i4) expand(matrix([A],[0],[0]) . matrix([W]) . matrix([E]));
                                 [ A ]
                                 [   ]
(%o4)            &lt;/pre&gt;</description>
    <dc:creator>Zbigniew Komarnicki</dc:creator>
    <dc:date>2013-05-17T19:41:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42339">
    <title>Simplifying  x^a*y^a  to  (x*y)^a</title>
    <link>http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42339</link>
    <description>&lt;pre&gt;Is there a maxima command that can make this simplification?

Simplifying x^a*y^ato (x*y)^a,

Essentially radcan in reverse

Thanks

DMD

&lt;/pre&gt;</description>
    <dc:creator>Dominic Di Toro</dc:creator>
    <dc:date>2013-05-17T16:19:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42338">
    <title>Re: Broken documentation</title>
    <link>http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42338</link>
    <description>&lt;pre&gt;
The parse-info branch has the changes for Texinfo 5 merged in. I still
haven't spent enough time to check all the encoding stuff is exactly
right with the parse-info branch. When I have, I'll start trying to
convince you guys to merge it in :-)

Rupert
_______________________________________________
Maxima mailing list
Maxima&amp;lt; at &amp;gt;math.utexas.edu
http://www.math.utexas.edu/mailman/listinfo/maxima
&lt;/pre&gt;</description>
    <dc:creator>Rupert Swarbrick</dc:creator>
    <dc:date>2013-05-16T22:54:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42337">
    <title>Re: Broken documentation</title>
    <link>http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42337</link>
    <description>&lt;pre&gt;

Current state of master is that building docs w/ Texinfo 5 succeeds, but
the results are a little messed up. There is also a branch parse-info,
but I don't know how that works with Texinfo 5.

best.

Robert Dodier
&lt;/pre&gt;</description>
    <dc:creator>Robert Dodier</dc:creator>
    <dc:date>2013-05-16T16:20:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42336">
    <title>Re: teaching Maxima logarithms</title>
    <link>http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42336</link>
    <description>&lt;pre&gt;
    Jorge&amp;gt; Very impressive, Barton!  I have two related questions:
    Jorge&amp;gt; 1. I found that the Maxima Manual mentions the optional variable %e_to_numlog:

    Jorge&amp;gt; When true, r some rational number, and x some expression, %e^(r*log(x)) will be simplified into x^r .

    Jorge&amp;gt; That sounds like what is required here (and essentially what Barton's function is doing).  However, I can't get this variable to work properly.  With it set to true or false, I still get:

[snip]

    Jorge&amp;gt; (%i95) %e_to_numlog : true;
    Jorge&amp;gt; (%o95) true

    Jorge&amp;gt; (%i96) %e^(y*log(10));
    Jorge&amp;gt; (%o96) %e^(log(10)*y)

As it says above, "r some rational number".  y is not a rational
number.  I think this only works if y is a rational number:

exp(4/7*log(10)) -&amp;gt; 10^(4/7)

Ray
&lt;/pre&gt;</description>
    <dc:creator>Raymond Toy</dc:creator>
    <dc:date>2013-05-16T15:54:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42335">
    <title>Broken documentation</title>
    <link>http://permalink.gmane.org/gmane.comp.mathematics.maxima.general/42335</link>
    <description>&lt;pre&gt;Greetings!  Is there a version of the documentation that builds with the
latest texinfo?

Take care,
&lt;/pre&gt;</description>
    <dc:creator>Camm Maguire</dc:creator>
    <dc:date>2013-05-16T14:54:37</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.mathematics.maxima.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.mathematics.maxima.general</link>
  </textinput>
</rdf:RDF>
