Usage:
java -jar oqmath.jar [options] source destination [options]
OQMath is a wrapper to the QMath program to parse any input
and replace parts of it by the application of a QMath process.
Options:
--help Prints this message
--example Prints an example
--license Prints the license
--qmathHome Set the QMATH_HOME variable for the QMath process
(to load context files and execute the program)
--useEntities Replaces "<" to "<", "gt;" to ">", and "&" to "&"
before handing to QMath (allows valid XML sources)
--language Defines the language used for QMath
--formulaeLimit *start* *end*
Indicates the token to start and end the texts passed
to QMath as math-formulae. Defaults to $ $. (experimental)
--qmathInputLimit *start* *end*
Indicates the token to start and end the texts passed
to QMath as other information. Defaults to
<?QMath ?>. (experimental)
--legacy or --omdoc1.2 A shortcut for
--formulaeLimit '<legacy format="QMath">' '</legacy>' \
--qmathInputLimit '<legacy format="QMathInput">' '</legacy>'
--debug Output lots of diagnose information including a copy of the
source QMath file passed to OQMath (best for diagnoses)
OQMath wraps the excellent QMath processor written by Alberto Gonzales.
More information about QMath can be read from http://www.matracas.org/
For any comments, please contact paul@activemath.org.
This program is under the Mozilla Public License or the
GNU Lesser General Public License.
The original developeris Paul Libbrecht.
Please invoke OQMath --license to see the license.