Update hyperref slide (position)

This commit is contained in:
Knoch 2020-06-19 22:19:05 +02:00
parent d3ec641628
commit e136d8110e
2 changed files with 33 additions and 20 deletions

View File

@ -28,6 +28,22 @@ wiki/Eber}}
@preview
![](svg/chapter-13/fußnotenbeispiel-crop.svg)
@slide(layout=content-only)
@title
Das Paket `hyperref`
@content
``` {.hljs .lang-tex}
\usepackage{hyperref}
```
Ermöglicht die **Interaktion mit Links** im Dokument (z. B. im Inhaltsverzeichnis).
Das Erscheinungsbild der Links lässt sich anpassen.
Der Befehl `\url` erzeugt einen aufrufbaren Link zu einer Website, der in einer dicktengleichen Schrift gesetzt ist und speziellen Umbruchregeln folgt.
@slide(layout=content-and-preview)

View File

@ -32,6 +32,22 @@ wiki/Wild_boar}}
@preview
![](svg/chapter-13/footnote-example-crop.svg)
@slide(layout=content-only)
@title
Using the `hyperref` package
@content
``` {.hljs .lang-tex}
\usepackage{hyperref}
```
Creates **clickable links** within the document itself (table of contents, tables/figures, index).
The appearance of these links is customizable.
The command `\url` creates a monospaced external hyperlink that will open a browser and has special line break properties.
@slide(layout=content-and-preview)
@ -139,32 +155,13 @@ The `\cref` command automatically inserts suitable prefixes.
![](svg/chapter-13/cref-example-crop.svg)
@slide(layout=content-only)
@title
Using the `hyperref` package
@content
``` {.hljs .lang-tex}
\usepackage{hyperref}
```
Creates **clickable links** within the document itself (toc, tables/figures, index).
The appearance of these links is customizable.
The command `\autoref` creates a reference that states the target's type.
The command `\url` creates a monospaced external hyperlink that will open a browser and has special breaking properties.
@slide(layout=content-only)
@title
Things to consider
@content
* Terms inserted by `\cref` and `\autoref` use the language specified with the document class (or `babel`):
* Terms inserted by `\cref` use the language specified with the document class (or `babel`):
``` {.hljs .lang-tex}
\documentclass[english]{article}