Programming math-related software in java is not that unusual in universities. With java comes the tool javadoc for creating html-based documentation from special comments in the source code.
This is often called literate programming.
TeX, introduced by Donald Knuth, also supports literate programming. So does LaTeX as it is based on TeX.
LaTeX is very popular with mathematicians and other scientists using a lot of math in their publications. Therefore documentation for math-related programs needs to support a way of displaying formulas; ideally in LaTeX.
This project aims supporting literate programming with offering a method to include LaTeX code (restricted to the math environment) via transformation to the pixel-based format .png.
Since version 1.4 the tool javadoc supports add-ins called taglets that enhance its presentation capabilities with additional tags. The task of this project is realised using this taglet concept.
Three additional tags are provided to the programmer:
It has to be mentioned, that the first two taglets are so called inline taglets, while the last one is a block taglet (the curly braces can be left).
Please, have a look at the API.
This is a sourceforge.net project. Its compiled files, sources and documentation can be found on http://sourceforge.net/projects/latextaglet.
Please use the trackers adn forums on http://sourceforge.net/projects/latextaglet.
I have to apologize for my bad English. Any corrections are very welcome. ;-)