public final class Application
extends java.lang.Object
Command line 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
, -html5
, -xhtml
,
-xhtml+mathml
, -epub
, -epub3
-recurse
-ultraclean
, -clean
, -pdfscreen
,
-pdfprint
, -cleanxhtml
-config[=]filename
-template[=]filename
-stylesheet[=]filename
-resource[=]filename[::media type]
-option[=]value
where option
can be any simple option known to Writer2LaTeX
(see documentation for the configuration file).
Constructor and Description |
---|
Application() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Main method
|