quiver
quiver copied to clipboard
Add start/end anchor, in, out options to arrows
tikzcd
allows a specification of the starting and ending point of the arrows using the start anchor
and end anchor
options.
The angle in which the arrows leave or enter a node can be controlled by out
and in
.
It would be great, if quiver could support these options.
So quiver should be able to produce something like this:
\arrow["{f}", from=2-2, to=1-4,
start anchor={[yshift=0.7ex]east},
out=0,
end anchor={west},
in=180
]
Having a really fine control using xshift
and yshift
would be even greater.