TkzGeom is a perfect GUI tool for the creation of publication quality figures including but not limited to the following domains:
- commutative diagrams
- graphs and networks
- Euclidean geometry in 2d
- circuit diagrams (non natively)
- other simple diagrams/figures
Note that this animation is reduced in size and frame rate.
-
TeXLive 2019 or newer or MiKTeX 2019 or newer (have not tested MiKTeX but should work in principle), more information TeXLive installation here: download texlive (also make sure that the system environment variables are set up)
-
A pdf to png converter, the default converter is
pdftocairo
, which is part of TeXLive. This can be configured in the settings menu. -
Libraries for Python can be installed using
pip install -r requirements.txt
. Note that herePygments
is not needed, only if the user wants to try other syntax highlighting than the built in.
- Run the software (run the makefile or the executable)
- At the top of the window, select a tool.
- Click on the canvas or select existing objects on the canvas.
- Modify the appearance of object in the right-hand side of the window.
- Copy the tikz code and paste it into your document.
- Save the project so that it can be opened and modified later.
Hover the mouse pointer over a free point. Press and hold Alt on Windows, AltGr on Linux. Move the mouse the its new location while keeping the key pressed. Release the key.
Move the mouse pointer to the canvas. Press and hold Ctrl. Move the mouse to a new place. Release the key.
- instantly generated TikZ code,
- move points on the canvas,
- auto compilation into PDF for visual feedback,
- additional packages and libraries can be added,
- additional tikz code can be added after the generated code, so unimplemented features can be used on the user defined points, e.g. this can be used to define electric circuits with ease,
- additional code can be added before the image, this is useful
e.g. for
\newcommand
s, - projects can be saved, and loaded in the popular JSON extension.
Basic knowledge of tikz helps make the most out of this software.
Key | Shortcut of |
---|---|
CTRL+Z | undo |
CTRL+SHIFT+Z | redo |
Delete | delete object in the properties menu |
F5 | compile the current version of edit |
CTRL+O | open existing project |
CTRL+S | save current project |
CTRL+SHIFT+S | save as |
CTRL+N | create new project |
Select features are included as part of the GUI, enough to cover most everyday situations, but does not aim to be comprehensive. To mitigate this issue, there is an option to add any code after the automatically generated code, and also to add other LaTeX packages/libraries. The draw order of objects is predetermined, there is no built in way to change this. (e.g. segments are always drawn above polygons.)
-
old version for Windows 10:
tkzgeom_old_version.zip -
new version for Window 10:
tkzgeom_2022_06_28_snapshot.zip
tkzgeom_2022_06_18_snapshot.zip
tkzgeom_2022_06_08_snapshot.zip
tkzgeom_2022_03_14_snapshot.zip
tkzgeom_2022_03_09_snapshot.zip
tkzgeom_2022_03_04_snapshot.zip
tkzgeom_2022_03_01_snapshot.zip