From 01975625784b9d0aa752feac78f09cd6aeaac5de Mon Sep 17 00:00:00 2001 From: kilian Date: Wed, 22 Jul 2026 10:29:25 +0200 Subject: [PATCH] Dateien nach "Report" hochladen --- Report/LatexGuide.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Report/LatexGuide.txt diff --git a/Report/LatexGuide.txt b/Report/LatexGuide.txt new file mode 100644 index 0000000..1704b89 --- /dev/null +++ b/Report/LatexGuide.txt @@ -0,0 +1,10 @@ +sudo apt-get install texlive-bibtex-extra biber +sudo apt-get install biber + +optionen>texstudio configurieren > erzeugen > biblioprogramm biber + +Run the following sequence in your terminal or use your editor's built-in shortcuts: +pdflatex document.tex (Generates the .bcf file for biber) +biber document (Processes the bibliography) +pdflatex document.tex (Integrates the citations) +pdflatex document.tex