yishn / tikzcd-editor

A simple visual editor for creating commutative diagrams.
https://tikzcd.yichuanshen.de/
MIT License
1.86k stars 100 forks source link

Order of commands #62

Closed edelopo closed 3 years ago

edelopo commented 3 years ago

I just tried to create a diagram with "long equals signs" between nodes. To do this I used the double arrow and removed the head. However, the output code gives the \arrow options in the following order:

\arrow[dd, no head, Rightarrow]

The Right arrow overrides the no head. Changing the order to:

\arrow[dd, Rightarrow, no head]

solves the problem.

yishn commented 3 years ago

This is duplicate of #47 and should be fixed by #58 in the next release.