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