wspr / breqn

Automatic line breaking in LaTeX equations
18 stars 2 forks source link

Font Size Bug with siunitx #26

Closed FreakyByte closed 4 years ago

FreakyByte commented 5 years ago

There is a problem when using the breqn package with siunitx. Compare the font sizes for

\documentclass{article}

\usepackage{amsmath}
\usepackage{siunitx}

\begin{document}
\[\frac{1}{\fraq{1}{\SI{1.23}{\volt}}}\]
\end{document}

and

\documentclass{article}

\usepackage{amsmath}
\usepackage{breqn}
\usepackage{siunitx}

\begin{document}
\[\frac{1}{\fraq{1}{\SI{1.23}{\volt}}}\]
\end{document}
josephwright commented 4 years ago

Issue is in siunitx, and needs the v3 font code, so not an issue here.