KtikZ provides a nice user interface for making pictures using TikZ. https://github.com/fhackenberger/ktikz
Questions tagged [ktikz]
6 questions
7
votes
1 answer
How do I use TikZ graphdrawing package with KTikZ+LuaLaTeX?
How do I use TikZ graphdrawing package with KTikZ+LuaLaTeX?
Putting the following code:
\usetikzlibrary{graphs}
\tikz [rounded corners]
\graph [layered layout, sibling distance=8mm, level distance=8mm]
{
a -> {
b,
c -> { d, e }
} ->
f…
Geremia
- 2,201