Full LaTeX parser in Java
问题 I've written small Java application to create printable flashcards for my Maths revision. At the moment, I'm using JLaTeXMath to generate the images for each side from LaTeX. The only problem is, that JLaTeXMath seems to be limited to LaTeX formula. I want to use the same program to create flashcards for other subjects such as Biology, where the questions and answers will be text based (rather than equation based) and LaTeX formula's aren't suitable for this. Are there any Java libraries that