Import from v. 2.0.2 downloaded from http://getfo.org/texml/
[texml.git] / docs / texml.1
1 .TH texml 1  "April 16, 2006" "version 2.0"
2 .SH NAME
3 texml \- Serialize TeXML to TeX (LaTeX, ConTeXt)
4 .SH SYNOPSIS
5 .B texml
6 [ \fIoptions\fR ] \fIinputfile\fR \fIoutputfile\fR
7 .SH DESCRIPTION
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.
9 .TP
10 \fB\-w\fR, \fB\-\-width\fR \fIwidth\fR
11 If possible, split long lines on smaller ones of the desired width.
12 .TP
13 \fB\-e\fR, \fB\-\-encoding\fR \fIencoding\fR
14 Output encoding. Should be known to the Python codecs. Default is ASCII.
15 .TP
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.
18 .TP
19 \fB\-c\fR, \fB\-\-context\fR
20 Activate ConTeXt support.
21 .SH AUTHOR
22 Oleg Parashchenko <olpa@users.sourceforge.net>
23 .SH SEE ALSO
24 http://getfo.org/texml/
25
26 http://uucode.com/blog/category/texml/