Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
tikzit-1.0.tar.bz2 | 2013-05-07 | 385.6 kB | |
tikzit-1.0.tar.gz | 2013-05-07 | 463.5 kB | |
README.mkd | 2013-05-07 | 977 Bytes | |
Totals: 3 Items | 850.1 kB | 1 |
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.9:
GTK+ flavour:
- UI overhaul: multiple documents can be open at once, and there are GIMP-like separate toolbox windows
- Better keyboard shortcuts for changing tools
- Support for edge anchors
- Option to drag-select edges as well as or instead of nodes
- Error highlighting in code pane
- Various bugfixes including crashes, memory leaks and parsing issues