Re: Geometric Algebra Upgrades

2009-02-05 Thread Alan Bromborsky
Fabian Seoane wrote: > > > On Wed, Feb 4, 2009 at 6:47 PM, Alan Bromborsky > wrote: > > Attached is a patch to upgrade the geometric algebra modules (GA > replaces GAsympy and latex_ex replaces latex_out). In brief: > > 1. GA now includes geometric differe

Re: Geometric Algebra Upgrades

2009-02-05 Thread Fabian Seoane
On Wed, Feb 4, 2009 at 6:47 PM, Alan Bromborsky wrote: > Attached is a patch to upgrade the geometric algebra modules (GA > replaces GAsympy and latex_ex replaces latex_out). In brief: > > 1. GA now includes geometric differentiation (generalize n-dimensional > grad, div, and curl) and curviline

Re: Geometric Algebra Upgrades

2009-02-05 Thread Fabian Seoane
On Thu, Feb 5, 2009 at 2:05 PM, Alan Bromborsky wrote: > > Fabian Seoane wrote: > > > > > > On Wed, Feb 4, 2009 at 6:47 PM, Alan Bromborsky > > wrote: > > > > Attached is a patch to upgrade the geometric algebra modules (GA > > replaces GAsympy and latex_ex re

Re: Geometric Algebra Upgrades

2009-02-05 Thread Vinzent Steinberg
Interesting that latex is easier for you. Is this because you are used to latex or because rst is doing it wrong? Thank you for your great work! Vinzent On Feb 5, 2:05 pm, Alan Bromborsky wrote: > Fabian Seoane wrote: > > > On Wed, Feb 4, 2009 at 6:47 PM, Alan Bromborsky >

Re: Geometric Algebra Upgrades

2009-02-05 Thread Alan Bromborsky
Vinzent Steinberg wrote: > Interesting that latex is easier for you. Is this because you are used > to latex or because rst is doing it wrong? > > Thank you for your great work! > > Vinzent > > On Feb 5, 2:05 pm, Alan Bromborsky wrote: > >> Fabian Seoane wrote: >> >> >>> On Wed, Feb 4, 20

Re: Geometric Algebra Upgrades

2009-02-05 Thread Ondrej Certik
Hi Alan! > Certainly much of it is because I have been using LaTeX for at least 25 > years. However, the rst syntax for tables is especially ugly (maybe > microsoft invented it) and at least to me gets in the way of getting the > content into the table. If I had my druthers what I think is need

Re: Geometric Algebra Upgrades

2009-02-05 Thread Fabian Seoane
On Thu, Feb 5, 2009 at 11:39 PM, Ondrej Certik wrote: > > Hi Alan! > > > Certainly much of it is because I have been using LaTeX for at least 25 > > years. However, the rst syntax for tables is especially ugly (maybe > > microsoft invented it) and at least to me gets in the way of getting the >

Re: Geometric Algebra Upgrades

2009-02-05 Thread Alan Bromborsky
Ondrej Certik wrote: > Hi Alan! > > >> Certainly much of it is because I have been using LaTeX for at least 25 >> years. However, the rst syntax for tables is especially ugly (maybe >> microsoft invented it) and at least to me gets in the way of getting the >> content into the table. If I had

[PATCH] Do return pretty xml by default in sympy.printing.mathml.mathml as it does not validate.

2009-02-05 Thread fabian . seoane
From: Fabian Seoane If you want pretty xml, use print_mathml instead. --- sympy/printing/mathml.py|7 --- sympy/printing/tests/test_mathml.py |2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/sympy/printing/mathml.py b/sympy/printing/mathml.py index d

Re: [PATCH] Do return pretty xml by default in sympy.printing.mathml.mathml as it does not validate.

2009-02-05 Thread Ondrej Certik
+1, Thanks! On Thu, Feb 5, 2009 at 7:00 PM, wrote: > > From: Fabian Seoane > > If you want pretty xml, use print_mathml instead. > --- > sympy/printing/mathml.py|7 --- > sympy/printing/tests/test_mathml.py |2 +- > 2 files changed, 5 insertions(+), 4 deletions(-) > >

Re: Geometric Algebra Upgrades

2009-02-05 Thread Ondrej Certik
On Thu, Feb 5, 2009 at 3:35 PM, Alan Bromborsky wrote: > > Ondrej Certik wrote: >> Hi Alan! >> >> >>> Certainly much of it is because I have been using LaTeX for at least 25 >>> years. However, the rst syntax for tables is especially ugly (maybe >>> microsoft invented it) and at least to me gets

[PATCH] docs: links to GA and latex_ex added

2009-02-05 Thread Ondrej Certik
Signed-off-by: Ondrej Certik --- doc/src/modules.txt|1 + doc/src/modules/galgebra/latex_ex/latex_ex.txt |2 ++ doc/src/modules/printing.txt |2 ++ 3 files changed, 5 insertions(+), 0 deletions(-) diff --git a/doc/src/modules.txt b/doc/s