tudscr icon indicating copy to clipboard operation
tudscr copied to clipboard

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

Open baloe opened this issue 3 years ago • 2 comments

\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 avatar Jun 09 '21 10:06 baloe

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 avatar Jun 11 '21 08:06 mrpiggi

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}

mrpiggi avatar Dec 14 '23 11:12 mrpiggi