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

\bm{...} glyphs printed twice with weird offset (bm package) #62

Open
baloe opened this issue Jun 9, 2021 · 2 comments
Open

\bm{...} glyphs printed twice with weird offset (bm package) #62

baloe opened this issue Jun 9, 2021 · 2 comments
Labels
Milestone

Comments

@baloe
Copy link

baloe commented Jun 9, 2021

\documentclass[cdmath=off]{tudscrartcl}
\usepackage{bm}
\begin{document}
$\bm{a}$
\end{document}

produces incorrect output bm glyph with tudscrartcl

\documentclass{scrarticle}
\usepackage{bm}
\begin{document}
$\bm{a}$
\end{document}

produces correct output bm glyph with scrarticle

Version v2.06j

@baloe baloe changed the title \bm{...} Glyphs printed twice with weird offset \bm{...} Glyphs printed twice with weird offset (bm package) Jun 9, 2021
@baloe baloe changed the title \bm{...} Glyphs printed twice with weird offset (bm package) \bm{...} glyphs printed twice with weird offset (bm package) Jun 9, 2021
@mrpiggi
Copy link
Member

mrpiggi commented Jun 11, 2021

I'm working on it, but I don't have much time at the moment. I hope to have it done by the end of next week.

@mrpiggi mrpiggi added the bug label Jul 2, 2021
@mrpiggi mrpiggi added this to the v2.07 milestone Jul 2, 2021
@mrpiggi
Copy link
Member

mrpiggi commented Dec 14, 2023

Port from old forum, just check again

\documentclass[USenglish]{tudscrreprt}

\usepackage{babel}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{bm}

\begin{document}

Normale Formel
\begin{equation}
v^\top S_W v = \lambda
\end{equation}

Verwendung von mathbf
\begin{equation}
\mathbf{v}^\top \mathbf{S}_W \mathbf{v} = \mathbf{\lambda}
\end{equation}

Verwendung von bm
\begin{equation}
\bm{v}^\top \bm{S}_W \bm{v} = \bm{\lambda}
\end{equation}

\end{document}

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

No branches or pull requests

2 participants