Compare commits
3 Commits
d696302952
...
c52c1b121d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c52c1b121d | ||
|
|
57d786209f | ||
|
|
251120c8ef |
@ -245,9 +245,15 @@ Ein Literaturverzeichnis erstellen und einfügen
|
||||
* 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.
|
||||
* 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 `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)
|
||||
|
||||
@ -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>
|
||||
:::
|
||||
@ -248,9 +248,14 @@ Creating and inserting references
|
||||
* 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.
|
||||
* 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`.
|
||||
* Make use of the `plain` bibliography style.
|
||||
* 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**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user