GeneralUnpleasant display of apostrophes under the arrow of a vector

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Victor
Posts: 2
Joined: Thu Nov 07, 2019 2:06 am

Unpleasant display of apostrophes under the arrow of a vector

Post by Victor »

Hi !

Well, the title may sound really weird but the issue in itself is simple :

Here you have the lines :

Code: Select all

Notons \(B = (\overrightarrow{u_x},\overrightarrow{u_y},\overrightarrow{u_z}) \) et \(B' = (\overrightarrow{u'_x},\overrightarrow{u'_y},\overrightarrow{u'_z}) \)
\end{document}
Here you have the output
Image

Here you have me crying in the corner because the apostrophes in the parentheses are hardly noticeable due to the arrow right above... (picture is zoomed here but believe me, on an "a4paper" I got confused)
Have you ever met this problem ? Do you know how to solve it / make them not be glued to the arrows ? Changing the font would be to much for to little, wouldn't be ? Clearly if the arrow was just a little longer it would be perfect!

Thank you !

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Unpleasant display of apostrophes under the arrow of a vector

Post by Johannes_B »

Hi and welcome to the forum,
you can add a little horizontal space: \overrightarrow{u'_y\,}
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
asgrrr
Posts: 9
Joined: Wed Nov 06, 2019 2:36 am

Unpleasant display of apostrophes under the arrow of a vector

Post by asgrrr »

Two ideas:

\overrightarrow{u_y}'

\overrightarrow{u_{'y}}
Post Reply