writer2latex
Class Application

java.lang.Object
  extended by writer2latex.Application

public final class Application
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

where option can be any simple option known to Writer2LaTeX (see documentation for the configuration file).


Constructor Summary
Application()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Application

public Application()
Method Detail

main

public static final void main(java.lang.String[] args)
Main method

Parameters:
args - The argument passed on the command line.