Tagged Questions
21
votes
1answer
359 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 ...
6
votes
1answer
157 views
Problem using mmap, mathpazo and siunitx
I have these packages in my preamble: siunitx, mmap, mathpazo that somehow seem to mess things up. A minimum working example that shows the error:
\documentclass[a4paper]{article}
\usepackage{mmap}
...
12
votes
1answer
473 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.
