|
Hilbert II - JAVA-Packages - Principia Mathematica II | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.meyling.principia.html.Latex2Html
This class provides static methods for converting latex into html.
| Constructor Summary | |
Latex2Html(TextInput input,
Output output)
Constructor that does it all. |
|
| Method Summary | |
static String |
convert(String latex)
Takes the given LaTeX text and convert it into html. |
static void |
main(String[] argument)
Takes the given file names (without ".tex") and converts them into html. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Latex2Html(TextInput input,
Output output)
input - read from this objectoutput - write to this object| Method Detail |
public static final void main(String[] argument)
argument - list of LaTeX files to convertpublic static final String convert(String latex)
latex - LaTeX text to convert
|
Hilbert II - JAVA-Packages - Principia Mathematica II | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |