File: mathml2ps.1

package info (click to toggle)
gtkmathview 0.8.0-5
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 7,860 kB
  • ctags: 7,306
  • sloc: cpp: 53,699; xml: 12,660; sh: 8,979; makefile: 1,718; ansic: 1,149; perl: 88
file content (68 lines) | stat: -rw-r--r-- 1,802 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
.TH MATHML2PS "1" "May 2001" "GtkMathView" FSF
.SH NAME
mathml2ps \- MathML to PostScript conversion utility
.SH SYNOPSIS
.B mathml2ps
[\fIOPTION\fR]... \fIFILE\fR...
.SH DESCRIPTION
.TP
\fB\-v\fR, \fB\-\-version\fR
Output version information
.TP
\fB\-h\fR, \fB\-\-help\fR
This small usage guide
.TP
\fB\-u\fR, \fB\-\-unit=\fR<unit>
Unit for dimensions (default='cm')
.TP
\fB\-g\fR, \fB\-\-size=\fR<float>x<float>
Page size (width x height) (default = 21 x 29.7)
.TP
\fB\-m\fR, \fB\-\-margins=\fR<float>x<float>
Margins (top x left) (default = 2 x 2)
.TP
\fB\-f\fR, \fB\-\-font\-size=\fR<float>
Default font size (in pt, default=10)
.TP
\fB\-k\fR, \fB\-\-kerning[\fR=\fIyes\fR|no]
Enable/disable kerning (default='no')
.TP
\fB\-c\fR, \fB\-\-colors[\fR=\fIyes\fR|no]
Enable/disable colors (default='no')
.TP
\fB\-s\fR, \fB\-\-subset[\fR=\fIyes\fR|no]
Enable/disable font subsetting (default='yes')
.TP
\fB\-r\fR, \fB\-\-crop[\fR=\fIyes\fR|no]
Enable/disable cropping to bounding box (default='yes')
.TP
\fB\-i\fR, \fB\-\-show\-missing[\fR=\fIyes\fR|no]
If enabled show missing characters (default='yes')
.TP
\fB\-b\fR, \fB\-\-line\-breaking[\fR=\fIyes\fR|no]
Enable/disable line breaking (default='no')
.TP
\fB\-e\fR, \fB\-\-show\-empty\-rows[\fR=\fIyes\fR|no]
Show empty boxes for inferred mrows with no content (default='no')
.TP
\fB\-\-config=\fR<path>
Configuration file path
.TP
\fB\-\-verbose\fR[=\fI0\-3\fR]
Display messages
.SH "AUTHORS"
Written by Luca Padovani.
.SH "REPORTING BUGS"
Report bugs to <luca.padovani@cs.unibo.it>.
.SH "SEE ALSO"
The full documentation for
.B MathML
is maintained as a Texinfo manual.  If the
.B info
program and the
.B GtkMathView
library are properly installed at your site, the command
.IP
.B info gtkmathview
.PP
should give you access to the complete manual.