Compare commits
3 Commits
ee61bf9ffa
...
0a0b531e22
| Author | SHA1 | Date | |
|---|---|---|---|
| 0a0b531e22 | |||
| eb5f35894f | |||
| 7a155019c3 |
@ -15,6 +15,7 @@
|
|||||||
@help
|
@help
|
||||||
|
|
||||||
<script src="onpoint/onpoint.js"></script>
|
<script src="onpoint/onpoint.js"></script>
|
||||||
|
<script src="onpoint/touch-support.js"></script>
|
||||||
<script src="lib/highlightjs/highlight.pack.js"/>
|
<script src="lib/highlightjs/highlight.pack.js"/>
|
||||||
<script>
|
<script>
|
||||||
hljs.initHighlightingOnLoad();
|
hljs.initHighlightingOnLoad();
|
||||||
|
|||||||
2
onpoint
@ -1 +1 @@
|
|||||||
Subproject commit 34f46b2328daf35dbff58bddda42657b70a9167b
|
Subproject commit 96358bf61ab8ba3aae9a2f945ffa40cabff94d41
|
||||||
@ -99,7 +99,7 @@ Mit dem Paket `cleveref` (mit *einem* ›r‹!):
|
|||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
Fooboar ist ein sehr engagierter
|
Fooboar ist ein sehr engagierter
|
||||||
Jungeber (siehe \cref{img:fooboar}).
|
Jungeber (siehe \Cref{img:fooboar}).
|
||||||
```
|
```
|
||||||
|
|
||||||
Der Befehl `\cref` fügt selbstständig die passende Abkürzung ein.
|
Der Befehl `\cref` fügt selbstständig die passende Abkürzung ein.
|
||||||
@ -190,7 +190,7 @@ sec:section3,sec:section5}.
|
|||||||
Fußnoten einfügen
|
Fußnoten einfügen
|
||||||
|
|
||||||
@content
|
@content
|
||||||
* Pack den Text *Stand März 2021* in der Datei `exercises/footnotes/footnotes.tex` in eine **Fußnote**.
|
* Pack den Text *March 2021* in der Datei `exercises/footnotes/footnotes.tex` in eine **Fußnote**.
|
||||||
* Fügt zusätzlich eine **klickbare URL**, die zur Download-Seite des Java Development Kit führt (`https://www.oracle.com/java/technologies/javase-downloads.html`), als Fußnote ein.
|
* Fügt zusätzlich eine **klickbare URL**, die zur Download-Seite des Java Development Kit führt (`https://www.oracle.com/java/technologies/javase-downloads.html`), als Fußnote ein.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -132,7 +132,7 @@ Using the `cleveref` package (with *one* ‘r’!):
|
|||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
Fooboar is a young and highly engaged
|
Fooboar is a young and highly engaged
|
||||||
boar (see \cref{img:fooboar}).
|
boar (see \Cref{img:fooboar}).
|
||||||
```
|
```
|
||||||
|
|
||||||
The `\cref` command automatically inserts suitable prefixes.
|
The `\cref` command automatically inserts suitable prefixes.
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 130 KiB After Width: | Height: | Size: 130 KiB |
|
Before Width: | Height: | Size: 130 KiB After Width: | Height: | Size: 130 KiB |
@ -15,6 +15,6 @@
|
|||||||
\label{img:fooboar}
|
\label{img:fooboar}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
Fooboar ist ein sehr engagierter Jungeber (siehe \cref{img:fooboar}).
|
Fooboar ist ein sehr engagierter Jungeber (siehe \Cref{img:fooboar}).
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 129 KiB After Width: | Height: | Size: 128 KiB |
|
Before Width: | Height: | Size: 129 KiB After Width: | Height: | Size: 128 KiB |
@ -15,6 +15,6 @@
|
|||||||
\label{img:fooboar}
|
\label{img:fooboar}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
Fooboar is a young and highly engaged boar (see \cref{img:fooboar}).
|
Fooboar is a young and highly engaged boar (see \Cref{img:fooboar}).
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|||||||