com.meyling.principia.html
Class Latex2Html
java.lang.Object
|
+--com.meyling.principia.html.Latex2Html
- public final class Latex2Html
- extends Object
This class provides static methods for converting latex into html.
- Version:
- $Revision: 1.9 $
- Author:
- Michael Meyling
Method Summary |
(package private) static void |
()
Make attribut initialization. |
static String |
convert(String latex)
Takes the given file names (without ".tex") and converts them
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 |
Latex2Html
public Latex2Html(TextInput input,
Output output)
- Constructor that does it all.
- Parameters:
input
- read from this objectoutput
- write to this object
static void ()
- Make attribut initialization.
main
public static final void main(String[] argument)
- Takes the given file names (without ".tex") and converts them
into html. The resulting files are at the same position but
have the ending ".html".
- Parameters:
argument
- list of LaTex files to convert
convert
public static final String convert(String latex)
- Takes the given file names (without ".tex") and converts them
into html. The resulting files are at the same position but
have the ending ".html".
- Parameters:
argument
- list of LaTex files to convert