[texhax] FW: Arrow head too large on \overarrowright
Herbert Voss
Herbert.Voss at FU-Berlin.DE
Sun Dec 29 21:20:57 CET 2013
Am 29.12.2013 20:59, schrieb William F Hammond:
> Philip Taylor <P.Taylor at Rhul.Ac.Uk> writes:
>
>> I could live with this :
>>
>>> \documentclass {minimal}
>>> \begin {document}
>>>
>>> $\overrightarrow {AB\ } + \overrightarrow {BC\ } = \overrightarrow {AC\ }$
>>>
>>> \end {document}
>
> I like this better:
>
> \stackrel{\,\longrightarrow}{AB}
>
> If amsmath is used, I think \overset is preferred to \stackrel although
> here I don't see a difference.
\documentclass {article}
\usepackage[T1]{fontenc}
\usepackage%[a]
{esvect}
\begin {document}
$\overrightarrow {AB\ } + \overrightarrow {BC\ } = \overrightarrow {AC\ }$
\bigskip
$\vv{AB} + \vv{BC} = \vv{AC}$
\end {document}
Herbert
More information about the texhax
mailing list