Hi, I have the following code, which uses the the T1 font encoding and the lmodern package for compatability reasons:
Code: Select all
\documentclass[a4paper]{report}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[english]{babel}
\begin{document}
Maths mode: $\pounds$; text mode: \pounds .
\end{document}
You'll notice if you run this (I use PDFLatex), the maths mode pound sign is actually an italicised dollar sign. If you comment out the inclusion of the lmodern package, you get an italicised pound sign. Why is it doing this, and more importantly, how can I make it behave correctly?
Technical details: MiKTeX 2.7, WinEdt 5, Windows Vista SP1.
cheers,
pandammonium