Math & Science ⇒ Large Arrow on top of Symbol
Large Arrow on top of Symbol
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Large Arrow on top of Symbol
Code: Select all
\documentclass{article}
\renewcommand{\vec}[1]{\overrightarrow{#1}}
\begin{document}
$\vec{xy}$
\end{document}
Follow howtoTeX on twitter
Re: Large Arrow on top of Symbol
Large Arrow on top of Symbol
Code: Select all
\renewcommand{\vec}[1]{\ensuremath{\boldsymbol{#1}}}
Follow howtoTeX on twitter
Large Arrow on top of Symbol
Code: Select all
\vec{e_x}
Code: Select all
\vec{e}_x
But clearly this isn't suitable if the arrow has to be extended over the whole term.