From 9d5392ea4925e5bf127c54ccd87253341f273b10 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Tue, 30 Oct 2018 12:31:32 +0100 Subject: Minimal man page. --- share/man/man1/tikzit.1 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 share/man/man1/tikzit.1 (limited to 'share/man/man1') diff --git a/share/man/man1/tikzit.1 b/share/man/man1/tikzit.1 new file mode 100644 index 0000000..24989e8 --- /dev/null +++ b/share/man/man1/tikzit.1 @@ -0,0 +1,16 @@ +.TH TIKZIT 1 +.SH NAME +tikzit \- a simple GUI editor for making graphs and string diagrams +.SH SYNOPSIS +.B tikzit +[\fIfile\fR] +.SH DESCRIPTION +.B tikzit +is a super simple GUI editor for graphs and string diagrams. Its +native file format is a subset of PGF/TikZ, which means TikZiT files +can be included directly in papers typeset using LaTeX. +.SH ARGUMENTS +.TP +.BR file +An optional file name to open. + -- cgit v1.2.3