Compare commits
3 Commits
d696302952
...
c52c1b121d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c52c1b121d | ||
|
|
57d786209f | ||
|
|
251120c8ef |
@ -239,15 +239,21 @@ Ein Beispielzitat im obigen Zitierstil:
|
|||||||
Ein Literaturverzeichnis erstellen und einfügen
|
Ein Literaturverzeichnis erstellen und einfügen
|
||||||
|
|
||||||
@content
|
@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:
|
* 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.
|
* Dilip Datta (2017): $\LaTeX$ in 24 Hours. A Practical Guide for Scientific Writing.
|
||||||
* 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 BibTeX-Datei an einer geeigneten Stelle ein, an der später auch das Literaturverzeichnis zu sehen sein soll.
|
* 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`.
|
* Zitiert die zwei Handbücher im Text in der Datei `exercises/literature/literature.tex`.
|
||||||
* Wählt den Bibliographiestil `plain`.
|
* 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)
|
@slide(layout=extra-content-only)
|
||||||
|
|
||||||
@ -268,15 +274,14 @@ 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
|
||||||
|
|
||||||
|
|
||||||
<div class="box warning">
|
:::{.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>
|
|
||||||
@ -242,15 +242,20 @@ An exemplary reference in the citation style above:
|
|||||||
Creating and inserting references
|
Creating and inserting references
|
||||||
|
|
||||||
@content
|
@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:
|
* 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.
|
* Dilip Datta (2017): $\LaTeX$ in 24 Hours. A Practical Guide for Scientific Writing.
|
||||||
* 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.
|
||||||
* Include the BibTeX file in a suitable location, where later on the references should be listed.
|
* Add the bibliography file to the project's preamble.
|
||||||
* Cite the two handbooks in the file `exercises/literature/literature.tex`.
|
* Make use of the `alpha` bibliography style.
|
||||||
* Make use of the `plain` 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)
|
@slide(layout=extra-content-only)
|
||||||
|
|
||||||
@ -271,10 +276,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**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user