[Tex/LaTex] how to type £ symbols beamer Singapore theme

symbolstypography

does anyone know how to type currency symbols? I am interested in the most used: $, €, £.

Also, how can I change the typography of my write up to looks nicer in Singapore theme?

Best Answer

For the first part of your question on typing currency symbols, simply use the package eurosym.

MWE:

\documentclass{article}
\usepackage{eurosym}

\begin{document}

\euro
\pounds
\$

\end{document}

currency