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 manual inside the application. We need an in-application help that shows the same content of the manual but does not use external applications to show it.
I tried converting it to HTML and using JavaHelp, but I find it heavy and the result is not satisfactory.
I don't mind converting the manual to another source format (RST?), as long as I keep both the in-application manual and the PDF output.
How should I do it?