production #22

Merged
fknoch merged 19 commits from 2025-winter-fixes into production 2025-11-17 22:42:45 +00:00
5 changed files with 26 additions and 8 deletions
Showing only changes of commit d4a2f0bd7b - Show all commits

View File

@ -27,8 +27,14 @@ Was brauchen wir dafür?
@content
* eine **Bibliographiedatei** (nachfolgend `.bib`-Datei) zur Speicherung von Literaturverweisen
* **BibLaTeX** als Schnittstelle zwischen der Literatur und LaTeX
* **Biber/BibLaTeX** als Schnittstelle zwischen der Literatur und LaTeX
::: {.box .warning}
**TeXstudio vorbereiten**:
* Bibliographie > Art: `BibLaTeX`
* Optionen > TeXstudio konfigurieren > Erzeugen > ändert das Standard-Bibliographieprogramm zu `Biber`
:::
@slide(layout=wide-content)
@ -287,9 +293,6 @@ Zotero mit Better BibTeX aufsetzen
* Werkzeuge > Plugins > aktiviert `Better BibTeX für Zotero`
* exportiert die Bibliothek von Zotero, wählt `Better BibLaTex` als Format und setzt einen Haken bei `keep updated`
* speichert die exportierte Bibliothek in eurem LaTeX-Projektarchiv und nutzt sie als `.bib`-Datei
* **TeXstudio**:
* Bibliographie > Art: `BibLaTeX`
* Optionen > TeXstudio konfigurieren > Erzeugen > ändert das Standard-Bibliographieprogramm zu `Biber`
@slide(layout=extra-content-only)

View File

@ -26,8 +26,14 @@ What do we need?
@content
* a **bibliography file** (hereafter `.bib` file) for storing references
* **BibLaTeX** as an interface between the references and LaTeX
* **Biber/BibLaTeX** as an interface between the references and LaTeX
::: {.box .warning}
**Preparing TeXstudio**:
* Bibliography > set type to `BibLaTeX`
* Options > Configure TeXstudio > Generate > set standard for bibliography to `Biber`
:::
@slide(layout=wide-content)
@ -287,9 +293,6 @@ Setup for Zotero with Better BibTeX
* Tools > Plugins > enable `Better BibTeX for Zotero`
* export your library from Zotero, set `Better BibLaTex` as format, and set `keep updated` to true
* save the library in your LaTeX project archive and use it as the `.bib`-file
* **TeXstudio**:
* Bibliography > set type to `BibLaTeX`
* Options > Configure TeXstudio > Generate > set standard for bibliography to `Biber`
@slide(layout=extra-content-only)

View File

@ -65,6 +65,12 @@ Für Präsentationen gibt es die Dokumentenklasse `beamer` sowie zahlreiche [Vor
<img src="svg/packages/beamer-orig.svg" style="width: 100%; margin: 0;"/>
@slide(layout=preview-only)
@preview
![Eine ([etwas modernere](https://gitlab.cs.fau.de/i4/tex/i4neo)) `beamer`-Präsentation](svg/packages/beamer-example-grabs.jpg)
@slide(layout=content-and-preview)
@title

View File

@ -65,6 +65,12 @@ For slides, there is the `beamer` document class, as well as numerous [templates
<img src="svg/packages/beamer-orig.svg" style="width: 100%; margin: 0;"/>
@slide(layout=preview-only)
@preview
![A ([more modern](https://gitlab.cs.fau.de/i4/tex/i4neo)) `beamer` example](svg/packages/beamer-example-grabs.jpg)
@slide(layout=content-and-preview)
@title

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB