Is there a Java library for producing LaTeX output from Java?

link|improve this question

60% accept rate
2  
Can you give an example of what output you expect from what input? – darioo Nov 19 '10 at 20:50
It seems there is no... maybe it is acceptable to use two steps? Generate docbook files and then convert them to latex. – khachik Nov 19 '10 at 21:06
@khachick: haven't you read my answer below? – Traroth Nov 19 '10 at 21:36
You can find an entire community on the TeX StackExchange, where no TeX-related question is too small. – Matthew Leingang Nov 20 '10 at 4:21
feedback

1 Answer

To render Latex:

JLatexMath: http://forge.scilab.org/index.php/p/jlatexmath/

To produce Latex:

JTex: http://jtex.sourceforge.net/

link|improve this answer
Isn't that one for rendering LaTeX? – thejh Nov 19 '10 at 20:45
going by the examples of usage and the fact it doesn't have any dependencies, yes it renders LaTeX. – Femaref Nov 19 '10 at 20:48
Oh yeah. That's not what is asked for. I will modify my answer. – Traroth Nov 19 '10 at 20:50
Note: You have to fetch JTex from SVN. – thejh Nov 19 '10 at 20:57
I really would like the person who just voted me down to explain him/herself... – Traroth Nov 19 '10 at 21:03
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.