Compare commits

...

2 Commits

Author SHA1 Message Date
644e1a4d25 Remove additional hyperref slide 2020-06-19 23:45:07 +02:00
ecfdd37aa8 Update deploy script to force recompile 2020-06-19 23:44:50 +02:00
3 changed files with 1 additions and 33 deletions

View File

@ -6,7 +6,7 @@
dirname=latex-wochenende-$(date +"%Y%m%d%H%M%S")
echo "Compiling all slides …"
python3 ./onpoint/main.py -i .
python3 ./onpoint/main.py -i -f .
echo "Creating zip file …"
mkdir $dirname

View File

@ -28,22 +28,6 @@ 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,22 +32,6 @@ 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)