writer2latex
public final class Application extends Object
Commandline 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
-config[=]filename
-template[=]filename
-option[=]value
where option
can be any simple option known to Writer2LaTeX
(see documentation for the configuration file).
Method Summary | |
---|---|
static void | main(String[] args)
Main method
|
Parameters: args The argument passed on the command line.