summaryrefslogtreecommitdiff
path: root/contrib/eqn2graph
diff options
context:
space:
mode:
authorwl <wl>2008-09-29 21:55:07 +0000
committerwl <wl>2008-09-29 21:55:07 +0000
commit3c3598c7c61bebf516678298620381398016f57c (patch)
treedddf756bdf3439ea89a0141b3fbc48ec5c74ce73 /contrib/eqn2graph
parent39484230581e08de3bde5c7ebbf8618df6824467 (diff)
downloadgroff-3c3598c7c61bebf516678298620381398016f57c.tar.gz
Formatting.
Diffstat (limited to 'contrib/eqn2graph')
-rw-r--r--contrib/eqn2graph/eqn2graph.man21
1 files changed, 15 insertions, 6 deletions
diff --git a/contrib/eqn2graph/eqn2graph.man b/contrib/eqn2graph/eqn2graph.man
index 426c8a32..9ea5b2ea 100644
--- a/contrib/eqn2graph/eqn2graph.man
+++ b/contrib/eqn2graph/eqn2graph.man
@@ -1,4 +1,4 @@
-.\" $Id: eqn2graph.man,v 1.5 2008/09/29 00:53:29 esr Exp $
+.\" $Id: eqn2graph.man,v 1.6 2008/09/29 21:55:07 wl Exp $
.\" This documentation is released to the public domain.
.
.
@@ -31,14 +31,17 @@ Reads an EQN equation (one line) as input; produces an image
file (by default in Portable Network Graphics format) suitable for the
Web as output.
.P
-Your input EQN code should \fInot\fR have the \&.EQ/.EN preamble that
+Your input EQN code should
+.I not
+have the \&.EQ/.EN preamble that
that normally precedes it within
.BR groff (@MAN1EXT@)
macros; nor do you need to have dollar-sign or other delimiters
around the equation.
.P
The output image will be clipped to the smallest possible bounding box
-that contains all the black pixels. Older versions of
+that contains all the black pixels.
+Older versions of
.BR convert (1)
will produce a black-on-white graphic; newer ones may produce a
black-on-transparent graphic.
@@ -54,7 +57,9 @@ and the ImageMagick
.BR convert (1)
program.
These programs must be installed on your system and accessible on your
-$PATH for \fBeqn2graph\fR to work.
+$PATH for
+.B eqn2graph
+to work.
.
.
.SH OPTIONS
@@ -114,9 +119,13 @@ For this version of
.B eqn2graph
you will need a version of
.BR convert (1)
-that supports the \fB-trim\fR option; older versions of
+that supports the
+.B \-trim
+option; older versions of
.B eqn2graph
-used \fB-crop 0x0\fR, which no longer has trimming behavior.
+used
+.BR \-crop\~0x0 ,
+which no longer has trimming behavior.
.
.
.SH "SEE ALSO"