Compare commits
2 Commits
f9b7569eb1
...
2d16ae0147
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2d16ae0147 | ||
|
|
39035df668 |
@ -30,7 +30,7 @@ our referenced object appears in the text.
|
||||
\Example{lst:fooboar-learning-latex}{references/ref}{references/ref_crop}{Example
|
||||
for a reference}
|
||||
|
||||
A smarter package for references is \pkg{cleverref}.\footnote{with only one
|
||||
A smarter package for references is \pkg{cleveref}.\footnote{with only one
|
||||
\enquote{r}!}
|
||||
It provides us with the command \code{latex}{\textbackslash cref\{<label>\}},
|
||||
which can also handle multiple labels separated by commas.
|
||||
|
||||
@ -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}
|
||||
\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.
|
||||
}
|
||||
@ -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}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user