Fix instruction on citation style

This commit is contained in:
Florian 2025-11-17 22:51:11 +01:00
parent 5d2602fe9b
commit 06bdc38868
2 changed files with 2 additions and 2 deletions

View File

@ -252,7 +252,7 @@ Ein Literaturverzeichnis erstellen und einfügen
* Vergebt aussagekräftige BibTeX-Keys. * Vergebt aussagekräftige BibTeX-Keys.
* Bindet die Bibliografie-Datei in der Präambel des Projektes ein. * 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 `alpha`. * Wählt den Bibliographiestil `alphabetic`.
* Stellt sicher, dass das Literaturverzeichnis angezeigt wird. * Stellt sicher, dass das Literaturverzeichnis angezeigt wird.
:::{.box .warning} :::{.box .warning}

View File

@ -251,7 +251,7 @@ Creating and inserting references
* 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. * Add the bibliography file to the project's preamble.
* Make use of the `alpha` bibliography style. * Make use of the `alphabetic` 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. * Ensure that the bibliography is listed.