Tagged Questions
8
votes
5answers
935 views
Convert latex to html in Java or C++?
There are many tools for converting latex into html. I'm looking for a Java or C++ program to do this. It will need to run on multiple operating systems. The solution will be used on academic ...
6
votes
0answers
61 views
TeX rendering in a java application [closed]
I want to render math formulas in my Java GUI application. I am looking for a library made for computer use, not web use, which can render TeX. I have already tried jLatexMath, but it's very slow when ...
4
votes
5answers
796 views
Latex + Source Code Import
I'm using latex to write a program listing of all my code and am following this:
http://texblog.wordpress.com/2008/04/02/include-source-code-in-latex-with-listings/
It works, but my code runs of the ...
3
votes
2answers
228 views
MathML to LaTeX conversion
I'm trying to figure out how to convert a MathML representation of a math equation and convert it to the LaTeX representation of that math equation. So for example...
<math>
<mrow>
...
3
votes
2answers
370 views
Latex Javadoc generation
Is there a way to generate a latex document from my java sourcefile's documentation?
I don't want to include LaTeX Elements in my documentation comments, I simply want to create LaTeX files instead of ...
3
votes
1answer
651 views
Rendering PDF proofs with Java (via LaTex?)
Currently I am working on a automated theorem prover in Java.
I would like to be able to render these proofs, as PDF.
Preferrably, this will go though something like LaTeX, using proof.sty or ...
2
votes
2answers
374 views
User manual for Java software: in-application help + PDF
I'm improving the help system of a Java desktop application (EduMIPS64) that can also be used as an applet.
We already have a PDF manual written in LaTeX, but I have some trouble in putting that ...
1
vote
3answers
135 views
how to extract TODOS from java source files
Hi
I need a xxxreport like program to generate a todo list from java source files (in other words extract all //TODO comments) idealy to a latex list
or are there any other good java 2 latex tools ?
...
1
vote
2answers
528 views
LateX rendering for both Java and Objective C
I'm looking for a LateX library to render formulas.
The project is an offline database of math\physic formulas for a Smartphone application. I need the application to be not too heavy, and that ...
1
vote
3answers
95 views
How to generate a printable output for a phonebook
I'm developing a desktop software to manage people and telephones, and also to generate (export) a list of telephones (also with a summary of the cities) that can be printed (like pdf). The part of ...
1
vote
1answer
756 views
1
vote
4answers
194 views
LaTeX generated results
Say I'm writing a Java program with a GUI, and I'd like to generate nicely formated pdf results. I'm quite familiar with both LaTeX and Java, what is the best way to include the necessary LaTeX files ...
1
vote
5answers
953 views
Alternative to latex / a way to typeset good looking documents from Java to PDF
I'm working on application in Java that will maintain database of song lyrics in plain text and print out some songbooks/chordbooks(that is create PDF file from selected songs). I was planing that the ...
1
vote
3answers
1k views
Library to convert latex to png in Java
What is the best library to do this?
I am surprised this question has not been asked before. Is it impossible? That would be surprising too.
Thanks for your help.
1
vote
2answers
554 views
Converting Array of Java Strings into LaTeX table
I have an two dimension array that contains strings and want to create a LaTeX table with them.
The problem is that they could be longer and there has to be line breakes after 15 characters. The
Say ...
-3
votes
1answer
38 views
Java: How do I rewrite a latex formula to a format Java can understand? [closed]
An example is shown here:
https://encrypted-tbn2.google.com/images?q=tbn:ANd9GcQIfX05Ry1eGxqeNr8lkIuEaJyQHoYlQ_eLVXsJv7m2nI320p1V
Any tutorials/books on how to translate?
-3
votes
1answer
47 views
Maths Editor For typing mathematics equation in JAVA [closed]
i want to develop a MATH EDITOR which allows the user to type mathematics function and equation.
i want to develop it using LATEX/MATHML.
For your reference i just want to develop an EDITOR as in
...