I'm having a slight problem with siunitx and fontencwith T1 encoding (I write a lot in Swedish and most people suggest that I should use T1). When I compile to PDF with \usepackage[T1]{fontenc} the numbers put in with the \SI command are printed bolder than the rest of the text. This really makes them stand out from the rest of the text and it does not look good. If I remove \usepackage[T1]{fontenc} this does not happen. A minimum example:
\documentclass[11pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{siunitx}
\begin{document}
\section{Example}
The power was \SI{150}{\watt} \\
The power was 150 W
\end{document}
I'm using TeXworks on win7. The problem cannot really be seen in the TeXworks preview, but in Adobe Reader it can be seen clearly. Anyone know why this happens or can suggest a workaround?
pdflatexto compile your file? – Jake May 22 '12 at 20:13\usepackage{lmodern}? – egreg May 22 '12 at 20:18