Neal Becker wrote:
> I'm giving a presentation on Thursday on using python for signal 
> processing/commuications.  I've started writing it using lyx/beamer.  I've 
> noticed some tutorials such as:
>
> http://code.google.com/p/sympy/wiki/PolynomialsTutorial
>
> I will want a lot of code examples in my presentation, and I like the look of 
> the above.  What tools are used to write this?
>
> >
>
>   
The wiki can only be done online and accepts latex strings for the 
equations.  The standard python distribution for linux includes latex 
style files that produce a similar format (go to) -

http://python.org/doc/2.4.4/doc/doc.html

Specifically there are latex macros that produce equation and code 
output similar to that in the wiki.
The current python documentation uses python-sphinx (go to) -

http://docs.python.org/documenting/index.html

but there are problems for other than html output (latex problems with 
unicode).

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com
To unsubscribe from this group, send email to sympy+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sympy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to