Tikzcd – A simple visual editor for creating commutative diagrams
1–10 of 13 posts
Re: Tikzcd – A simple visual editor for creating commutative diagrams
#2Re: Tikzcd – A simple visual editor for creating commutative diagrams
#3This is pretty cool! I would love to see this kind of tool (including the LaTeX output) available for other kinds of diagrams. Sequence diagrams, box-and-line diagrams, etc.
Re: Tikzcd – A simple visual editor for creating commutative diagrams
#4Re: Tikzcd – A simple visual editor for creating commutative diagrams
#5This is pretty cool! I would love to see this kind of tool (including the LaTeX output) available for other kinds of diagrams. Sequence diagrams, box-and-line diagrams, etc.
Re: Tikzcd – A simple visual editor for creating commutative diagrams
#6This is pretty cool! I would love to see this kind of tool (including the LaTeX output) available for other kinds of diagrams. Sequence diagrams, box-and-line diagrams, etc.
It's not terribly hard to do by hand once you get the hang of it. I used to do my control systems homework with TikZ.
What gets hard is when a diagram is describing something you don't have control over, such as a system built by dozens of engineers, or a product that is still being influenced by changing requirements. In those cases, I often want to build an initial diagram, then extend it quickly and in a version-control friendly way, or even in a way that can be generated.
Re: Tikzcd – A simple visual editor for creating commutative diagrams
#7Earlier quoted context omitted.
It's not terribly hard to do by hand once you get the hang of it. I used to do my control systems homework with TikZ.
Diagrams for homework is easy. The tool almost doesn't matter. What gets hard is when a diagram is describing something you don't have control over, such as a system built by dozens of engineers, or a product that is still being influenced by changing requirements. In those cases, I often want to build an initial diagram, then extend it quickly and in a version-control friendly way, or even in a way that can be gener…
Caveat: I have only used Tikz for homework. However, I didn't usually have control, and the diagrams occasionally had to change when I realized I forgot some part.