diff --git a/slides/references-and-footnotes.de.md b/slides/references-and-footnotes.de.md index cb6f1ca..58aa67f 100644 --- a/slides/references-and-footnotes.de.md +++ b/slides/references-and-footnotes.de.md @@ -50,10 +50,10 @@ Mit dem Befehl `\ref`: \begin{figure}[H] \includegraphics % … \caption{Unser Maskottchen Fooboar} - \label{img:fooboar} + \label{fig:fooboar} \end{figure} -Wie man in Abbildung \ref{img:fooboar} … +Wie man in Abbildung \ref{fig:fooboar} … ``` @preview @@ -72,11 +72,11 @@ Mit dem Paket `cleveref` (mit *einem* ›r‹!): \begin{figure}[H] \includegraphics % … \caption{Unser Maskottchen Fooboar} - \label{img:fooboar} + \label{fig:fooboar} \end{figure} Fooboar ist ein sehr engagierter -Jungeber (siehe \Cref{img:fooboar}). +Jungeber (siehe \Cref{fig:fooboar}). ``` Der Befehl `\cref` fügt selbstständig die passende Abkürzung ein. diff --git a/slides/references-and-footnotes.en.md b/slides/references-and-footnotes.en.md index 187c634..a9049d7 100644 --- a/slides/references-and-footnotes.en.md +++ b/slides/references-and-footnotes.en.md @@ -53,11 +53,11 @@ Using the `\ref` command: \begin{figure}[H] \includegraphics % … \caption{Our mascot Fooboar} - \label{img:fooboar} + \label{fig:fooboar} \end{figure} -As you can see in figure -\ref{img:fooboar}, … +As you can see in Figure +\ref{fig:fooboar}, … ``` @preview @@ -105,11 +105,11 @@ Using the `cleveref` package (with *one* ‘r’!): \begin{figure}[H] \includegraphics % … \caption{Our mascot Fooboar} - \label{img:fooboar} + \label{fig:fooboar} \end{figure} Fooboar is a young and highly engaged -boar (see \Cref{img:fooboar}). +boar (see \Cref{fig:fooboar}). ``` The `\cref` command automatically inserts suitable prefixes. diff --git a/svg/chapter-13/ref-example-crop.svg b/svg/chapter-13/ref-example-crop.svg index 353f941..7d87d20 100644 --- a/svg/chapter-13/ref-example-crop.svg +++ b/svg/chapter-13/ref-example-crop.svg @@ -1,225 +1,218 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + - - - + + + - - - - + + + + - - - - - - - + + + + + + + - - + + - - + + - - - + + + - - - - + + + + - - - + + + - - + + - - - + + + - - - - + + + + - - - - + + + + - - - + + + - - - - - - + + + + + + + - - - + + + - - - + + + - - - + + + - - - - + + + + - - - + + + - - + + - - + + - - - - - + + + + + - - - - + + + + - - + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + diff --git a/svg/chapter-13/ref-example-orig.svg b/svg/chapter-13/ref-example-orig.svg index 1f48c6b..e147cae 100644 --- a/svg/chapter-13/ref-example-orig.svg +++ b/svg/chapter-13/ref-example-orig.svg @@ -1,225 +1,218 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + - - - + + + - - - - + + + + - - - - - - - + + + + + + + - - + + - - + + - - - + + + - - - - + + + + - - - + + + - - + + - - - + + + - - - - + + + + - - - - + + + + - - - + + + - - - - - - + + + + + + + - - - + + + - - - + + + - - - + + + - - - - + + + + - - - + + + - - + + - - + + - - - - - + + + + + - - - - + + + + - - + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + diff --git a/svg/chapter-13/ref-example.tex b/svg/chapter-13/ref-example.tex index 13fef92..3fd68cf 100644 --- a/svg/chapter-13/ref-example.tex +++ b/svg/chapter-13/ref-example.tex @@ -15,6 +15,6 @@ \label{img:fooboar} \end{figure} -As you can see in figure \ref{img:fooboar}, fooboar is a young and very engaged boar. +As you can see in Figure \ref{img:fooboar}, fooboar is a young and very engaged boar. \end{document}