Exercise 4: Using Special Characters (Solution)
This is the solution to Exercise 4.There is also an alternative solution to this exercise.
\documentclass[11pt]{scrartcl}
% For an alternative solution that uses the inputenc
% package, see spchar-alt.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 \pounds 100.00 plus VAT @ 17.5\%.
Chlo\"e collected Zo\"e from the cr\`eche. They stopped to admire
the fa\c{c}ade of a new caf\'e and then went to a matin\'ee.
\end{document}
