blob: ca26eeaec38256063d42314af1d1ea2d98ea724a (
plain)
1
2
3
4
5
6
7
|
\documentclass{article}
\usepackage{textcomp}
\begin{document}
Today (\today) the rate of exchange between the British pound
and European euro is \pounds 1 = \textsf{\texteuro}1.44, an
increase of 1\% over yesterday.
\end{document}
|