-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtikz_editors.txt
More file actions
61 lines (49 loc) · 2.53 KB
/
tikz_editors.txt
File metadata and controls
61 lines (49 loc) · 2.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
mathcha.io
GeoGebra
Dia (Gnome)
Sample output, as seen at https://tex.stackexchange.com/questions/161251/text-positions-in-imported-dia-flow-charts,
seems very "raw" and difficult to edit. E.g., no "rectangle" or "diamond" nodes for creating the node outlines,
from what I can tell, and instead hardcoding coordinates?
Inkscape?
Requires unofficial extension.
Tikzmaker (reddit,
Web only, pictures!, shapes, labels, grid/snap for rect but not really for circles.
Tikzit (reddit, gh-a, gh-1.2k, ste2
Install only, very similar looking to Tikzmaker but no pictures
tikzcd (reddit, gh-2k
Web and install, Grid only, no shapes, fewer label options
quiver (reddit, gh-a,
Web, similar to tikzcd but more options for arrows/labels (just not nodes)
freetikz (ste3
Converts hand-drawn diagram to string diagram
tikzedt (ste0-4, gh-23)
Seems like it has a fair bit of features but has few stars and hasn't been maintained in ages
qtikz/ktikz (ste0-3, gh-386
No dragging: just a fast live preview...
Flowframtk (ste1
Very few stars/mentions
Ipe editor (gh-237, ste2
No longer maintained (since 2015) but looks fairly capable?
EXCEPT the GitHub shows activity quite recently? Not sure why I wrote the previous comment...
LaTeXDraw (ste2-3
Generates PSTricks (not tikz). Java. Last maintained 2020
gh-a: htt
ps://github.com/xiaohanyu/awesome-tikz
reddit: https://old.reddit.com/r/LaTeX/comments/1hrg0ny/making_tikz_diagrams_with_chatgpt/m4xr8mq/
ste0: https://tex.stackexchange.com/questions/80418/list-of-tikz-editor
ste1: https://tex.stackexchange.com/questions/24235/what-you-see-is-what-you-get-wysiwyg-for-pgf-tikz
ste2: https://tex.stackexchange.com/questions/26972/what-gui-applications-are-there-to-assist-in-generating-graphics-for-tex
ste3: https://tex.stackexchange.com/questions/84890/is-there-an-online-diagram-graphical-editor-that-produces-the-corresponding-late
NEED TO FINISH GOING THROUGH STE2-3 and awesome-tikz GitHub!
FreeTikz: https://homepages.inf.ed.ac.uk/cheunen/freetikz/
More on FreeTikz: https://golem.ph.utexas.edu/category/2018/01/freetikz.html
https://tikz.dev/
# Non-Editor Alternatives
The following aren't editors but *might* make *some* tasks easier?
Asymptote
Not tikz, but still a LaTeX thing, and might be better for 3D graphics. Feels more like programming; syntax less alien than tikz's.
PSTricks
Seems there might be issues using it at the same as tikz (though there's a workaround).
Not sure there are huge benefits that make it worth considering PSTricks if I already *sorta* know tikz.
MetaPost
Another non-tikz LaTeX option.