tikzzz is a tiny tikz editor in the browser.
- when you write your tikz code, the image is updated ;
- When you move nodes with the mouse, the code is updated.
It is inspired by QTikZ and KTikZ, see here.
You may install this software on your own machine. To this aim, you may run the script ./setup.sh
on an Ubuntu machine:
$ ./setup.sh
In you have another type of systems, do not hesitate to look into ./setup.sh
and to adapt it to your needs.
To sum up you need to install:
php7.2-cli
to be able to communicate with phppdf2svg
in order to be able to convert a pdf into an SVGtexlive
to get LaTEXtexlive-pictures
to get tikz packagestexlive-latex-extra
in order to get the standalone LaTEX package
Use this Shell script runlocally.sh:
$ ./runlocally.sh
It should open your browser to http://127.0.0.1:8123/, if not you can copy-paste the link or click on it.
Written by François Schwarzentruber Thanks to https://github.com/ysahil97/tikz-to-yed-graphml/blob/master/tikz2graphml/grammar/Tikz.g4