I want to have a bold vector within a picture environment.
I am using
Code: Select all
\linethickness{1mm}
\put(7,1.25){\vector(1,0){1}}
How can I create a bold vector? I could define three thick lines (not vectors) where one is the actual vector line, and the other two represent the arrow head, but that wouldn't be too elegant.
Thank you!