I am teaching a probability course involving lots of gambling and hence, since I'm in the UK, I would like to use £ in some formulae. I use utf8x input enconding, T1 font encoding and the eulervm maths fonts. Nevertheless, £ inside math-mode comes out like a dollar sign.
Here's a minimum working example:
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[utf8x]{inputenc}
\usepackage[small]{eulervm}
\begin{document}
A gambler wins $£1$ with probability $p$ and loses $£1$ with probability $1-p$.
\end{document}
Commenting out the line which calls the eulervm package works, but I really like the eulervm fonts, so any help would be immensely appreciated.