Compare commits

..

3 Commits

Author SHA1 Message Date
Florian
c52c1b121d Fix another typo 2025-05-09 00:07:14 +02:00
Florian
57d786209f Fix typo 2025-05-09 00:06:55 +02:00
Florian
251120c8ef Adapt task 2025-05-09 00:04:38 +02:00
2 changed files with 31 additions and 21 deletions

View File

@ -239,15 +239,21 @@ Ein Beispielzitat im obigen Zitierstil:
Ein Literaturverzeichnis erstellen und einfügen
@content
* Erstellt im Ordner `exercises/literature` eine neue BibTeX-Datei `literature.bib`.
* Erstellt im Ordner `exercises/literature` eine neue BibTeX-Datei `literature.bib`.
* Sucht bei Google Scholar oder dblp.org die BibTeX-Einträge für folgende $\LaTeX$-Handbücher:
* Dilip Datta (2017): $\LaTeX$ in 24 Hours. A Practical Guide for Scientific Writing.
* Frank Mittelbach / Michel Goossens (2010): Der $\LaTeX$-Begleiter.
* Fügt die BibTeX-Einträge in die BibTeX-Datei ein.
* Vergebt aussagekräftige BibTeX-Keys.
* 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`.
* Wählt den Bibliographiestil `plain`.
* Fügt die BibTeX-Einträge in die BibTeX-Datei ein.
* Vergebt aussagekräftige BibTeX-Keys.
* Bindet die Bibliografie-Datei in der Präambel des Projektes ein.
* Zitiert die zwei Handbücher im Text in der Datei `exercises/literature/literature.tex`.
* Wählt den Bibliographiestil `alpha`.
* 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)
@ -268,15 +274,14 @@ Zotero mit Better BibTeX aufsetzen
@content
* Installiere **["Better BibTeX"](https://retorque.re/zotero-better-bibtex/)**
* Öffne Zotero > Werkzeuge > Plugins > aktiviere `Better BibTeX für Zotero`
* **TexStudio**: Bibliographie > Ändere Art: `BibLaTeX`
* **TexStudio**: Optionen > TexStudio konfigurieren > Erzeugen > ändere Standard Bibliographieprogramm zu `Biber`
* **TeXstudio**: Bibliographie > Ändere Art: `BibLaTeX`
* **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 \& 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
<div class="box warning">
:::{.box .warning}
**💡 Mehr Informationen**
Es sind eine Vielzahl an Ressourcen dazu online verfügbar.
</div>
:::

View File

@ -242,15 +242,20 @@ An exemplary reference in the citation style above:
Creating and inserting references
@content
* Create a new BibTeX file called `literature.bib` in the `exercises/literature` folder.
* Create a new BibTeX file called `literature.bib` in the `exercises/literature` folder.
* Use Google Scholar or dblp.org to retrieve BibTeX references for the following $\LaTeX$ handbooks:
* Dilip Datta (2017): $\LaTeX$ in 24 Hours. A Practical Guide for Scientific Writing.
* Frank Mittelbach / Michel Goossens (2010): Der $\LaTeX$-Begleiter.
* Add the BibTeX entries to the BibTeX file.
* Assign unique and meaningful BibTeX keys.
* Include the BibTeX file in a suitable location, where later on the references should be listed.
* Cite the two handbooks in the file `exercises/literature/literature.tex`.
* Make use of the `plain` bibliography style.
* Add the BibTeX entries to the BibTeX file.
* Assign unique and meaningful BibTeX keys.
* Add the bibliography file to the project's preamble.
* Make use of the `alpha` bibliography style.
* Cite the two handbooks in the file `exercises/literature/literature.tex`.
* Ensure that the bibliography is listed.
:::{.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)
@ -271,10 +276,10 @@ Setup for Zotero with Better BibTeX
@content
* install **["Better BibTeX"](https://retorque.re/zotero-better-bibtex/)**
* open Zotero > Tools > Plugins > enable `Better BibTeX for Zotero`
* **TexStudio**: Bibliography > set type to `BibLaTeX`
* **TexStudio**: Options > configure TexStudio > Generate > set standard for bibliography to `Biber`
* **TeXstudio**: Bibliography > set type to `BibLaTeX`
* **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 \& 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">
**💡 Further information**