I draw a line with an arrow at the end by \draw[->] .... Now I would like to make the arrow bigger, and change its color to red (without impacting the line). Does anyone know how to do it?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
Here is three methods that works:
I think the first method presented here is probably the way to go but perhaps more elegant solutions will be presented by other. |
||||
|
|
|
I agree that Peter's solution is the way to go, and I think a more elegant (and reusable) solution would be to define a style using
It is also easy to define styles that accept an argument, and to specify a default value (I hope the code is self-explaining):
|
|||
|
|

