8 Apr 2008 02:18
Re: Google Summer of Code
Lea Wiemann <lewiemann <at> gmail.com>
2008-04-08 00:18:29 GMT
2008-04-08 00:18:29 GMT
I've just submitted a proposal for adding embedded formula/plot/graph support to Docutils/reStructuredText. Here's the abstract: ------------------------------------------------------------------------ I propose to add image embedding support to the Docutils framework, including getting LaTeX formula, graphviz graph and gnuplot plot support, so that you can embed LaTeX/graphviz/gnuplot code in reStructuredText documents, and any of these programs can be automatically called to generate images that are then embedded into the output document. This is especially helpful for the scientic Python community, since they frequently need to include formulas and plots. Also, graphviz is *really* handy for creating graphs, which would improve our ability to quickly create graphical illustrations for software. ------------------------------------------------------------------------ Proposal text: ------------------------------------------------------------------------ I propose to add image embedding support to the Docutils framework. This means that it should be easy to write plugins that generate images, and the framework takes care of writing those images to disk and referencing them appropriately. Currently, images are only supported by URI reference, which is awkward and does not work reliably across writers. Timeline (I have ~9 weeks due to being on vacation with my family):(Continue reading)
RSS Feed