Exercise 4: Using Special Characters (Solution)
This is an alternative solution to
Exercise 4.
See
other solution.
\documentclass[11pt]{scrartcl}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
% For an alternative solution that doesn't use the inputenc
% package, see spchar.tex
\begin{document}
% This is a comment, it won't appear in the output
Item \#1: Our travel expenditure came to \$2000.00
\& our equipment expenditure came
to £100.00 plus VAT @ 17.5\%.
Chloë collected Zoë from the crèche. They stopped to admire
the façade of a new café and then went to a matinée.
\end{document}