[Python-apps-commits] r3355 - in packages/dot2tex/trunk/debian (changelog dot2tex.1)

pcc-guest at users.alioth.debian.org pcc-guest at users.alioth.debian.org
Thu Jul 30 04:47:06 UTC 2009


    Date: Thursday, July 30, 2009 @ 04:47:00
  Author: pcc-guest
Revision: 3355

debian/dot2tex.1: fixed typo, documented the mechanism for automatic conversion of dot files to xdot format

Modified:
  packages/dot2tex/trunk/debian/changelog
  packages/dot2tex/trunk/debian/dot2tex.1

Modified: packages/dot2tex/trunk/debian/changelog
===================================================================
--- packages/dot2tex/trunk/debian/changelog	2009-07-29 09:57:03 UTC (rev 3354)
+++ packages/dot2tex/trunk/debian/changelog	2009-07-30 04:47:00 UTC (rev 3355)
@@ -3,8 +3,11 @@
   * New upstream release
   * debian/control: new Standards-Version
   * debian/dot2tex.1: documented the --pgf118 option
+  * debian/dot2tex.1: fixed typo
+  * debian/dot2tex.1: documented the mechanism for automatic conversion
+    of dot files to xdot format
 
- -- Peter Collingbourne <peter at pcc.me.uk>  Sat, 25 Jul 2009 02:46:32 -0700
+ -- Peter Collingbourne <peter at pcc.me.uk>  Wed, 29 Jul 2009 21:37:05 -0700
 
 dot2tex (2.8.5-1) unstable; urgency=low
 

Modified: packages/dot2tex/trunk/debian/dot2tex.1
===================================================================
--- packages/dot2tex/trunk/debian/dot2tex.1	2009-07-29 09:57:03 UTC (rev 3354)
+++ packages/dot2tex/trunk/debian/dot2tex.1	2009-07-30 04:47:00 UTC (rev 3355)
@@ -3,7 +3,15 @@
 dot2tex \- Graphviz to LaTeX converter
 .SH SYNOPSIS
 .B dot2tex
+.RB [ \-\-prog
+.IR graphviz-command ]
 .RI [ options ]
+.I dot-file
+>
+.I tex-file
+.br
+.B dot2tex
+.RI [ options ]
 .I xdot-file
 >
 .I tex-file
@@ -36,7 +44,13 @@
 .SH USAGE
 Input data is read from standard input if no inputfile is specified. Output is written to standard output unless a destination file is set with the \fB-o\fP option. 
 
-\fBdot2tex\fP relies on the \fIxdot format\fP generated by Graphviz. \fBdot2tex\fP will automatically try to convert an input file in the plain dot format to this format, but it is recommended to feed xdot data directly to \fBdot2tex\fP due to some limitations in the pydot module.
+\fBdot2tex\fP relies on the \fIxdot format\fP generated by Graphviz. \fBdot2tex\fP will automatically run
+.BR dot (1)
+on the input data if it is in the plain dot format. If you want to use other layout tools like
+.BR neato (1)
+and
+.BR circo (1),
+use the \fB\-\-prog\fP option.
 .SH OPTIONS
 A summary of options is included below.
 .TP
@@ -193,7 +207,7 @@
 .I /usr/share/doc/dot2tex/examples
 Example Graphviz dot files for use with \fBdot2tex\fP
 .SH AUTHOR
-\fBdot2tex\fP ws written by Kjell Magne Fauske <kjellmf at gmail.com>
+\fBdot2tex\fP was written by Kjell Magne Fauske <kjellmf at gmail.com>
 .PP
 This manual page was written by Peter Collingbourne <peter at pcc.me.uk>,
 for the Debian project (but may be used by others).




More information about the Python-apps-commits mailing list