summaryrefslogtreecommitdiff
path: root/tikzit/docs/sourceforge
diff options
context:
space:
mode:
authorrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-01-09 11:00:50 +0000
committerrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-01-09 11:00:50 +0000
commita8a8dfb90d6a51ae369c042c95162f45754c7c4b (patch)
tree0e7a5f82febebe7129ebfb015f05b114064c39fd /tikzit/docs/sourceforge
parente1cf0babff63e670e0d550b4072c22649a117fa7 (diff)
Move tikzit into "trunk" directory
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@365 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
Diffstat (limited to 'tikzit/docs/sourceforge')
-rw-r--r--tikzit/docs/sourceforge/README.mkd22
1 files changed, 22 insertions, 0 deletions
diff --git a/tikzit/docs/sourceforge/README.mkd b/tikzit/docs/sourceforge/README.mkd
new file mode 100644
index 0000000..0282858
--- /dev/null
+++ b/tikzit/docs/sourceforge/README.mkd
@@ -0,0 +1,22 @@
+TikZit is a cross-platform application that allows the creation and modification of TeX diagrams written using the pgf/TikZ macro library. It is especially geared toward rapidly creating "dot"-diagrams for use in academic papers.
+
+It comes in two flavours: MacOSX (Cocoa) and GTK+. Note that you will need to build from source on UNIX systems (or use distribution packages, if available).
+
+## Requirements
+
+### GTK+ flavour
+* GNUstep (base libraries - 1.18.0 minimum)
+* GTK+ (2.18.0 minimum)
+* poppler (including glib bindings - tested with 0.12.4)
+* An Objective-C compiler (eg: gcc-objc)
+
+## Changes since 0.6:
+
+### GTK+ flavour:
+- Add bounding box support
+- Add support for different node shapes
+- Improved error reporting
+- Add scrolling support (CTRL+mouse wheel)
+- Add a pan tool to move around the graph
+- Add edge and graph property palettes
+