yishn / tikzcd-editor

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

Double lines without head #47

Closed mir-ikbch closed 3 years ago

mir-ikbch commented 4 years ago

When I draw a double line without arrow head, it produces \arrow[r, no head, Rightarrow] but compiling it with latex, I get a double line with head. It looks like the correct option is equal instead of no head, Rightarrow.

drew-heard commented 4 years ago

I noticed this too. Another fix is that "no head" comes after the Rightarrow command.