Tagged Questions
21
votes
1answer
395 views
microtype + siunitx and \micro - mysterious warnings
This code
\documentclass{scrreprt}
\usepackage{lmodern}
\usepackage[T1]{fontenc}
\usepackage{microtype}
\usepackage{siunitx}
\begin{document}
\SI{10}{\micro\metre}
\end{document}
produces these ...
12
votes
1answer
476 views
Why do some fonts used by siunitx and textcomp look rasterized?
For example, the mu in \SI{1.55}{\micro\metre} looks really bad for some reason.
For textcomp, \textmu looks the same.
