PMII - JAVA-Packages - Principia Mathematica II

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

Constructor Summary
Latex2Html(TextInput input, Output output)
          Constructor that does it all.
 
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
 

Constructor Detail

Latex2Html

public Latex2Html(TextInput input,
                  Output output)
Constructor that does it all.
Parameters:
input - read from this object
output - write to this object
Method Detail

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

PMII - JAVA-Packages - Principia Mathematica II

©left GNU General Public Licence
All Rights Reserved.