Exercise 2: Using Simple Commands (Solution)
This is the solution to Exercise 2.
\documentclass[11pt]{scrartcl}
\begin{document}
This is a simple \LaTeX\ document.
Here is the first paragraph.
Here is the second paragraph\footnote{with a footnote}. 
As you can see it's a rather short paragraph, but not 
as short as the previous one. This document was 
created on: \today.
\end{document}
    



