summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-10-30 17:35:20 +0100
committerAleks Kissinger <aleks0@gmail.com>2018-10-30 17:35:20 +0100
commit87b50b1f93b34a0da6e784459931feabb7f15bc9 (patch)
treea3a5abb3639908728e92daaff9aa9a98727ef555 /share
parent0915e032dcd376fe8ec8389ae1684727f2747cc5 (diff)
added man page (closes #41)
Diffstat (limited to 'share')
-rw-r--r--share/man/man1/tikzit.116
1 files changed, 16 insertions, 0 deletions
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.
+