Compare commits

..

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

2 changed files with 21 additions and 31 deletions

View File

@ -239,21 +239,15 @@ 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 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.
:::
* 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`.
@slide(layout=extra-content-only)
@ -274,14 +268,15 @@ 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
:::{.box .warning}
<div class="box warning">
**💡 Mehr Informationen**
Es sind eine Vielzahl an Ressourcen dazu online verfügbar.
:::
</div>

View File

@ -242,20 +242,15 @@ 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.
* 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.
:::
* 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.
@slide(layout=extra-content-only)
@ -276,10 +271,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**