1 .TH texml 1 "April 16, 2006" "version 2.0"
3 texml \- Serialize TeXML to TeX (LaTeX, ConTeXt)
6 [ \fIoptions\fR ] \fIinputfile\fR \fIoutputfile\fR
8 Convert TeXML file \fIinputfile\fR to TeX file \fIoutfile\fR. The special file name "\fI\-\fR" means the standard input or standard output, correspondingly.
10 \fB\-w\fR, \fB\-\-width\fR \fIwidth\fR
11 If possible, split long lines on smaller ones of the desired width.
13 \fB\-e\fR, \fB\-\-encoding\fR \fIencoding\fR
14 Output encoding. Should be known to the Python codecs. Default is ASCII.
16 \fB\-a\fR, \fB\-\-ascii\fR
17 Use only ASCII symbols for output. Non-ASCII bytes are escaped using the \fB^^XX\fR form, where \fBXX\fR is a hexadecimal code of the character.
19 \fB\-c\fR, \fB\-\-context\fR
20 Activate ConTeXt support.
22 Oleg Parashchenko <olpa@users.sourceforge.net>
24 http://getfo.org/texml/
26 http://uucode.com/blog/category/texml/