Math & Science ⇒ Vector Arrow misaligned
Vector Arrow misaligned
I have the following problem in math mode:
$\vec{u}$, due to the italics in math mode, sets the arrow slightly to the right over the u.
The problem is that with $\vec{1}$, the 1 is upright, but the arrow is set again slightly to the right, which looks ugly.
Is there a simple way to have the arrow centered over the 1?
thanks,
Josef
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
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
Vector Arrow misaligned
welcome to the board!
An easy workaround could be to add some space, like
Code: Select all
$\vec{\mskip\thinmuskip 1}$
Re: Vector Arrow misaligned
this looks much better than anything I tried out!
I have the impression though that when used in superscript it looks different from normal text... but no-one will probably recognize this but me

again, thanks alot!
-- Josef