diff --git a/exercises/text-markup/markup.code.done.tex b/exercises/text-markup/markup.code.done.tex index 2789a51..f363973 100644 --- a/exercises/text-markup/markup.code.done.tex +++ b/exercises/text-markup/markup.code.done.tex @@ -1,5 +1,5 @@ -``\emph{Recursion} (adjective: \emph{recursive}) occurs when a thing is defined in terms of itself or of its type. -\emph{Recursion} is used in a variety of disciplines ranging from linguistics to logic. -The most common application of \emph{recursion} is in mathematics and computer science, where a function being defined is applied within its own definition.'' - -Source and more information: \url{https://en.wikipedia.org/wiki/Recursion} \ No newline at end of file +\blockquote[Source and more information: \url{https://en.wikipedia.org/wiki/Recursion}]{ + \emph{Recursion} (adjective: \emph{recursive}) occurs when a thing is defined in terms of itself or of its type. + \emph{Recursion} is used in a variety of disciplines ranging from linguistics to logic. + The most common application of \emph{recursion} is in mathematics and computer science, where a function being defined is applied within its own definition. +} \ No newline at end of file diff --git a/exercises/text-markup/task.tex b/exercises/text-markup/task.tex index a66c4e8..23fdd77 100644 --- a/exercises/text-markup/task.tex +++ b/exercises/text-markup/task.tex @@ -4,6 +4,7 @@ \item In \file{exercies/text-markup/markup.tex}, emphasize the words ``recursion'' and ``recursive.'' \item Make the \textsc{url} clickable. + \item Find a proper way to display the whole \textbf{paragraph as a quote}. Have a look at the \mono{csquotes} package. \item Of course, you can also experiment with the other commands that you learned for text markup. However, you might want to remove them afterwards to keep your document nice and tidy. \end{enumerate}