Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Poor placement of math accents with \boldsymbol #54

Open
jburtscher opened this issue Aug 31, 2016 · 1 comment
Open

Poor placement of math accents with \boldsymbol #54

jburtscher opened this issue Aug 31, 2016 · 1 comment

Comments

@jburtscher
Copy link

jburtscher commented Aug 31, 2016

If I use the \boldsymbol command, the placement of math accents is rather poor:
boldsymbol
Interestingly, this does not happen if the mathversion is switched to bold (but so are the accents):
mathversion
Is there any way to get the "correct" placement also for single bold symbols?

\documentclass{article}

\usepackage{MinionPro}
\usepackage[sansmath]{MyriadPro}

\let\bm\boldsymbol
\def\foo{$\dot{\bm{I}}$ $\dot{\bm{J}}$ $\dot{\bm{K}}$ $\dot{\bm{L}}$}
\def\bar{$\dot{I}$ $\dot{J}$ $\dot{K}$ $\dot{L}$}

\begin{document}
\foo\par
{\mathversion{sans}\foo}

\bigskip
{\mathversion{bold}\bar}\par
{\mathversion{sansbold}\bar}
\end{document}

And by the way: thanks for the awesome project!

@svenper
Copy link

svenper commented Feb 19, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants