Post by KenjutsuHow can I get the \vector command to print a bigger arrow under LaTex?
The \vector command works within a picture environment and it gives a
vector as long as you wish. Compile this document:
\documentclass{article}
\begin{document}
\begin{picture}(100,100)(0,0)
\put(0,0){\vector(1,1){25}}
\put(0,15){\vector(1,1){50}}
\end{picture}
\end{document}
for instance, and you will see two vectors, one of which is twice as
long as the other one.
Best regards,
Jose Carlos Santos