Manpage of texml
NAME
texml - Serialize TeXML to TeX (LaTeX, ConTeXt)
SYNOPSIS
texml [ options ] inputfile outputfile
DESCRIPTION
Convert TeXML file inputfile to TeX file outfile. The
special file name "-" means the standard input or standard
output, correspondingly.
-
-w, --width width
- If possible, split long lines on smaller ones of the desired
width.
-
-e, --encoding encoding
- Output encoding. Should be known to the Python codecs. Default
is ASCII.
-
-a, --ascii
- Use only ASCII symbols for output. Non-ASCII bytes are escaped
using the ^^XX form, where XX is a hexadecimal code
of the character.
-
-c, --context
- Activate ConTeXt support.
AUTHOR
Oleg Parashchenko <olpa@users.sourceforge.net>
SEE ALSO
http://getfo.org/texml/
http://uucode.com/blog/category/texml/