Compare commits
2 Commits
e1f8f2c1b2
...
644e1a4d25
| Author | SHA1 | Date | |
|---|---|---|---|
| 644e1a4d25 | |||
| ecfdd37aa8 |
@ -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
|
||||
|
||||
@ -28,22 +28,6 @@ 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,22 +32,6 @@ 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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user