Update hyperref slide (position)
This commit is contained in:
parent
d3ec641628
commit
e136d8110e
@ -28,6 +28,22 @@ wiki/Eber}}
|
||||
@preview
|
||||

|
||||
|
||||
@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)
|
||||
|
||||
|
||||
@ -32,6 +32,22 @@ wiki/Wild_boar}}
|
||||
@preview
|
||||

|
||||
|
||||
@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.
|
||||

|
||||
|
||||
|
||||
@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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user