diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap2/exer2-3a.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap2/exer2-3a.tex | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap2/exer2-3a.tex b/Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap2/exer2-3a.tex new file mode 100644 index 00000000000..08a38d23b12 --- /dev/null +++ b/Master/texmf-dist/doc/latex/guide-to-latex/exercises/chap2/exer2-3a.tex @@ -0,0 +1,7 @@ +\documentclass{article} +\usepackage{eurosym} +\begin{document} +Today (\today) the rate of exchange between the British pound +and European euro is \pounds 1 = \euro1.44, an increase of 1\% +over yesterday. +\end{document} |