Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch Rightarrow and no head in arguments for arrow #69

Open
greamath opened this issue Jan 25, 2022 · 0 comments
Open

Switch Rightarrow and no head in arguments for arrow #69

greamath opened this issue Jan 25, 2022 · 0 comments

Comments

@greamath
Copy link

The current syntax for tikzcd editor gives, when the user inputs a double arrow from (cell 1) that traverses two cells diagonally down and right from its origination point with no head

(cell 1) \arrow[rrdd, no head, Rightarrow] & ......

tikzcd's output still has a head at the bottom-right end of this arrow because Rightarrow, the later argument, has a head on it. This should be switched to

(cell 1) \arrow[rrdd, Rightarrow, no head] & ......

in order to remove the head from Rightarrow.

Thanks for your work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant