-
Notifications
You must be signed in to change notification settings - Fork 87
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
Double squiggly arrow renders as trapezoid #94
Comments
A similar problem appears when shortening squiggly arrows. |
Yup, I can repro both squiggly bugs exactly as above. BTW I think quiver should be featured on the nLab. |
I've opened a TeX.SE issue about the second issue (which I imagine is related, and is slightly simpler to describe), to see whether anyone has advice on a workaround (in which case, it might be possible to adjust the quiver accordingly). I may open one for the first issue afterwards, though my experience is that often arrow decorations do not work well in combination with double arrows, and it's quite hard to fix this without a lot of TikZ experience. If anyone figures out a way around these issues in TikZ, I would be very happy to update quiver, though at the moment I"m not familiar enough with TikZ to figure out the problem myself.
@jliptrap: you'd be very welcome to add a new entry on the nLab! |
A solution was given on TeX.SE, which I'll add to quiver soon. I still need to ask about the first issue. |
I think the original issue is the same issue as the second. For instance, the following looks fine: \[\begin{tikzcd}
\bullet && \bullet \\
& \bullet
\arrow[""{name=0, anchor=center, inner sep=0}, from=1-1, to=2-2]
\arrow[""{name=1, anchor=center, inner sep=0}, from=1-3, to=2-2]
\arrow[from=1-3, to=1-1]
\arrow[shorten <=6pt, shorten >=6pt, Rightarrow, squiggly={pre length=8pt, post length=8pt}, from=1, to=0]
\end{tikzcd}\] Unfortunately, the exact |
Double squiggly arrows look fine in quiver, and the generated TikZ code looks reasonable to me, but pdflatex renders the double arrow as a trapezoid with squiggly top and bottom.
BTW thank you for making quiver, it's a huge timesaver!
The text was updated successfully, but these errors were encountered: