Exercise 1: Simple Document (Solution)
This is the solution to Exercise 1.
\documentclass[11pt]{scrartcl}
\begin{document}
This is a simple document.
Here is the first paragraph.
Here is the second paragraph. As you
can see it's
a rather
short paragraph, but not as short as the previous one.
\end{document}
