writer2latex
Class Writer2XHTML
java.lang.Object
writer2latex.Writer2XHTML
public class Writer2XHTML
- extends java.lang.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).
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Writer2XHTML
public Writer2XHTML()
getVersion
public static java.lang.String getVersion()
getDate
public static java.lang.String getDate()
setsOutputFormat
public void setsOutputFormat(java.lang.String of)
setsOutFileExtension
public void setsOutFileExtension(java.lang.String ofe)
setTargetMime
public void setTargetMime(java.lang.String tm)
setsSource
public void setsSource(java.lang.String source)
setsOutPathName
public void setsOutPathName(java.lang.String opn)
setsOutFileName
public void setsOutFileName(java.lang.String ofn)
doConversion
public void doConversion()