Compare commits

..

No commits in common. "c52c1b121d3a943b5acfc9139acdf2310843eda7" and "d696302952e8c885b080993311bc393d00f51204" have entirely different histories.

2 changed files with 21 additions and 31 deletions

View File

@ -245,15 +245,9 @@ Ein Literaturverzeichnis erstellen und einfügen
* Frank Mittelbach / Michel Goossens (2010): Der $\LaTeX$-Begleiter. * Frank Mittelbach / Michel Goossens (2010): Der $\LaTeX$-Begleiter.
* Fügt die BibTeX-Einträge in die BibTeX-Datei ein. * Fügt die BibTeX-Einträge in die BibTeX-Datei ein.
* Vergebt aussagekräftige BibTeX-Keys. * Vergebt aussagekräftige BibTeX-Keys.
* Bindet die Bibliografie-Datei in der Präambel des Projektes ein. * Bindet die BibTeX-Datei an einer geeigneten Stelle ein, an der später auch das Literaturverzeichnis zu sehen sein soll.
* Zitiert die zwei Handbücher im Text in der Datei `exercises/literature/literature.tex`. * Zitiert die zwei Handbücher im Text in der Datei `exercises/literature/literature.tex`.
* Wählt den Bibliographiestil `alpha`. * Wählt den Bibliographiestil `plain`.
* Stellt sicher, dass das Literaturverzeichnis angezeigt wird.
:::{.box .warning}
**Hinweis**: Wenn das Kompilieren fehlschlägt, kann es helfen, alle temporären Dateien (`….aux/bbl/blg/loc/out/pdf/soc/toc`) zu entfernen und erneut zu kompilieren.
:::
@slide(layout=extra-content-only) @slide(layout=extra-content-only)
@ -274,14 +268,15 @@ Zotero mit Better BibTeX aufsetzen
@content @content
* Installiere **["Better BibTeX"](https://retorque.re/zotero-better-bibtex/)** * Installiere **["Better BibTeX"](https://retorque.re/zotero-better-bibtex/)**
* Öffne Zotero > Werkzeuge > Plugins > aktiviere `Better BibTeX für Zotero` * Öffne Zotero > Werkzeuge > Plugins > aktiviere `Better BibTeX für Zotero`
* **TeXstudio**: Bibliographie > Ändere Art: `BibLaTeX` * **TexStudio**: Bibliographie > Ändere Art: `BibLaTeX`
* **TeXstudio**: Optionen > TeXstudio konfigurieren > Erzeugen > ändere Standard Bibliographieprogramm zu `Biber` * **TexStudio**: Optionen > TexStudio konfigurieren > Erzeugen > ändere Standard Bibliographieprogramm zu `Biber`
* **Zotero**: exportiere die Bibliothek von Zotero, wähle `Better BibLaTex` als Format und setze einen Haken bei `keep updated` * **Zotero**: exportiere die Bibliothek von Zotero, wähle `Better BibLaTex` als Format und setze einen Haken bei `keep updated`
* **Zotero \& TeXstudio**: speichere die exportiere Bibliothek in deinem LaTeX Projektarchiv und nutze als `.bib`-Datei * **Zotero \& TexStudio**: speichere die exportiere Bibliothek in deinem LaTeX Projektarchiv und nutze als `.bib`-Datei
:::{.box .warning} <div class="box warning">
**💡 Mehr Informationen** **💡 Mehr Informationen**
Es sind eine Vielzahl an Ressourcen dazu online verfügbar. Es sind eine Vielzahl an Ressourcen dazu online verfügbar.
:::
</div>

View File

@ -248,14 +248,9 @@ Creating and inserting references
* Frank Mittelbach / Michel Goossens (2010): Der $\LaTeX$-Begleiter. * Frank Mittelbach / Michel Goossens (2010): Der $\LaTeX$-Begleiter.
* Add the BibTeX entries to the BibTeX file. * Add the BibTeX entries to the BibTeX file.
* Assign unique and meaningful BibTeX keys. * Assign unique and meaningful BibTeX keys.
* Add the bibliography file to the project's preamble. * Include the BibTeX file in a suitable location, where later on the references should be listed.
* Make use of the `alpha` bibliography style.
* Cite the two handbooks in the file `exercises/literature/literature.tex`. * Cite the two handbooks in the file `exercises/literature/literature.tex`.
* Ensure that the bibliography is listed. * Make use of the `plain` bibliography style.
:::{.box .warning}
**Not**: If the compilation fails, it may be helpful to remove all temporary files (`….aux/bbl/blg/loc/out/pdf/soc/toc`) and to compile again.
:::
@slide(layout=extra-content-only) @slide(layout=extra-content-only)
@ -276,10 +271,10 @@ Setup for Zotero with Better BibTeX
@content @content
* install **["Better BibTeX"](https://retorque.re/zotero-better-bibtex/)** * install **["Better BibTeX"](https://retorque.re/zotero-better-bibtex/)**
* open Zotero > Tools > Plugins > enable `Better BibTeX for Zotero` * open Zotero > Tools > Plugins > enable `Better BibTeX for Zotero`
* **TeXstudio**: Bibliography > set type to `BibLaTeX` * **TexStudio**: Bibliography > set type to `BibLaTeX`
* **TeXstudio**: Options > configure TeXstudio > Generate > set standard for bibliography to `Biber` * **TexStudio**: Options > configure TexStudio > Generate > set standard for bibliography to `Biber`
* **Zotero**: export your library from Zotero, set `Better BibLaTex` as format, and set `keep updated` to true * **Zotero**: export your library from Zotero, set `Better BibLaTex` as format, and set `keep updated` to true
* **Zotero \& TeXstudio**: save the library in your LaTeX project archive and use it as the `.bib`-file * **Zotero \& TexStudio**: save the library in your LaTeX project archive and use it as the `.bib`-file
<div class="box warning"> <div class="box warning">
**💡 Further information** **💡 Further information**