Dateien nach "Report" hochladen

This commit is contained in:
kilian 2026-07-22 10:29:25 +02:00
parent a3d96df7c1
commit 0197562578

10
Report/LatexGuide.txt Normal file
View File

@ -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