This is an automated email from the git hooks/post-receive script. kloetzl-guest pushed a commit to branch master in repository figtree.
commit d21dfd6c48a512714035adff4545b76d16d8660d Author: Fabian Klötzl <[email protected]> Date: Fri Dec 22 12:16:55 2017 +0100 rewrite manpage --- debian/figtree.1 | 83 ++++++++++++++------------------------------------------ 1 file changed, 21 insertions(+), 62 deletions(-) diff --git a/debian/figtree.1 b/debian/figtree.1 index dcfe8b6..4acbdfb 100644 --- a/debian/figtree.1 +++ b/debian/figtree.1 @@ -1,31 +1,14 @@ -.TH FIGTREE "1" "February 2011" "figtree " "User Commands" +.TH FIGTREE "1" "December 2017" "figtree " "User Commands" .SH NAME figtree \- graphical phylogenetic tree viewer +.SH SYNOPSIS +\fBfigtree\fR [\-graphic <PDF|SVG|SWF|PS|EMF|PNG>] [\-width <i>] [\-height <i>] [\-help] [<tree\-file\-name>] [<graphic\-file\-name>] .SH DESCRIPTION Figtree is a (phylogenetic) tree figure drawing tool. It is designed as a graphical viewer of phylogenetic trees and as a program for producing publication-ready figures. In particular it is designed to display summarized and annotated trees produced by BEAST. -.SH AUTHOR -Andrew Rambaut -.P -Institute of Evolutionary Biology -.P -University of Edinburgh -.P [email protected] -.P -http://tree.bio.ed.ac.uk/ -.IP -Uses the Java Evolutionary Biology Library (JEBL) -.IP -http://jebl.sourceforge.net/ -.IP -Thanks to Alexei Drummond, Joseph Heled, Philippe Lemey, -.IP -Tulio de Oliveira, Beth Shapiro & Marc Suchard -.IP -Usage: figtree [\-graphic <PDF|SVG|SWF|PS|EMF|GIF>] [\-width <i>] [\-height <i>] [\-help] [<tree\-file\-name>] [<graphic\-file\-name>] +.SH OPTIONS .HP \fB\-graphic\fR produce a graphic with the given format .HP @@ -33,46 +16,22 @@ Usage: figtree [\-graphic <PDF|SVG|SWF|PS|EMF|GIF>] [\-width <i>] [\-height <i>] .HP \fB\-height\fR the height of the graphic in pixels .HP -\fB\-help\fR option to print this message -.IP -Example: figtree test.tree -Example: figtree \fB\-graphic\fR PDF test.tree test.pdf -Example: figtree \fB\-graphic\fR GIF \fB\-width\fR 320 \fB\-height\fR 320 test.tree test.gif -.PP -Unrecognized argument: \fB\-\-version\fR -.IP -FigTree v1.3.1, 2006\-2009 -.IP -Tree Figure Drawing Tool -.IP -Andrew Rambaut -.IP +\fB\-help\fR option to print help message +.SH AUTHOR +Andrew Rambaut <[email protected]>, +University of Edinburgh, Institute of Evolutionary Biology -.IP -University of Edinburgh -.IP [email protected] -.IP -http://tree.bio.ed.ac.uk/ -.IP +<http://tree.bio.ed.ac.uk/> +.P Uses the Java Evolutionary Biology Library (JEBL) -.IP -http://jebl.sourceforge.net/ -.IP -Thanks to Alexei Drummond, Joseph Heled, Philippe Lemey, -.IP -Tulio de Oliveira, Beth Shapiro & Marc Suchard -.IP -Usage: figtree [\-graphic <PDF|SVG|SWF|PS|EMF|GIF>] [\-width <i>] [\-height <i>] [\-help] [<tree\-file\-name>] [<graphic\-file\-name>] -.HP -\fB\-graphic\fR produce a graphic with the given format -.HP -\fB\-width\fR the width of the graphic in pixels -.HP -\fB\-height\fR the height of the graphic in pixels -.HP -\fB\-help\fR option to print this message -.IP -Example: figtree test.tree -Example: figtree \fB\-graphic\fR PDF test.tree test.pdf -Example: figtree \fB\-graphic\fR GIF \fB\-width\fR 320 \fB\-height\fR 320 test.tree test.gif +<http://jebl.sourceforge.net/> +.P +Thanks to Alexei Drummond, Joseph Heled, Philippe Lemey, Tulio de Oliveira, Beth Shapiro & Marc Suchard +.SH EXAMPLES +.P +figtree test.tree +.br +figtree \fB\-graphic\fR PDF test.tree test.pdf +.br +figtree \fB\-graphic\fR PNG \fB\-width\fR 320 \fB\-height\fR 320 test.tree test.png +.PP -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/figtree.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
