-
Notifications
You must be signed in to change notification settings - Fork 1
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
Individual arrow style #16
Comments
Happy to hear you like the package! When enabling nfold, the part of the rendering pipeline that draws the "body" (i.e. the part between the arrow tips) is modified. The rendering of the arrow tips is not modified. Therefore, the feature you describe will certainly not be easy to implement. I would also argue that it goes against the common TikZ/pgf/tikz-cd logic, where every call to \ar or \path has results in at most one tip on either end. That being said, there could be a more elegant solution here. Are your arrows supposed to be straight or curved? In the straight case, you could try something like A good point you made is that the interface to this feature could clearly be improved. I am always open to suggestions. The difficulty is that there are several modes with different parameters for different use cases. A modified Thanks for testing and reporting! |
Since I have used the The key Again, this describes the distance between the outer most lines, not the space between neighbor lines. TikZ-CD keys are allowed (like Code
Output |
That is pretty impressive! Are you interested in contributing your macro to this package? At first glance it looks like it should work outside of tikzcd as well. Only minor nitpicking: The result will not be accurate on paths with non-trivial line joins (which are quite rare in tikz-cd, like in |
That’s awesome! Would be great to integrate in this package indeed! |
Thanks for this great package! But by any chance, do you think it would be possible to add a way to easily customize the style of individual lines? For instance:
would produce 3 arrows, where the first and last arrows points right while the second arrow points left. I see that you provide in the doc a solution to customize the path using
save path
, but it is not really user friendly and I don't know if we can use custom arrow tips.The text was updated successfully, but these errors were encountered: