FontPro icon indicating copy to clipboard operation
FontPro copied to clipboard

Poor placement of math accents with \boldsymbol

Open jburtscher opened this issue 9 years ago • 1 comments

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!

jburtscher avatar Aug 31 '16 22:08 jburtscher

Could this be an issue with boldsymbol itself? https://github.com/sebschub/FontPro/blob/master/tex/MyriadPro.dtx#L1130 YMMV with bm: https://tex.stackexchange.com/questions/3238/bm-package-versus-boldsymbol

svenper avatar Feb 19 '18 16:02 svenper