Package writer2latex
Class Application
- java.lang.Object
-
- writer2latex.Application
-
public final class Application extends java.lang.ObjectCommandline utility to convert an OpenOffice.org Writer XML file into XHTML/LaTeX/BibTeX
The utility is invoked with the following command line:
java -jar writer2latex.jar [options] source [target]
Where the available options are
-latex,-bibtex,-xhtml,-xhtml+mathml,-xhtml+mathml+xsl-recurse-ultraclean,-clean,-pdfscreen,-pdfprint,-cleanxhtml-config[=]filename-template[=]filename-option[=]value
where
optioncan be any simple option known to Writer2LaTeX (see documentation for the configuration file).
-
-
Constructor Summary
Constructors Constructor Description Application()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Main method
-