Skip to content
Snippets Groups Projects
README.md 4.13 KiB

dissertation

NOTE: Use PDFLatex as compiler NOTE: Use biber as Standardbibliographieprogramm NOTE: If you have trouble getting this document to compile, try renaming or deleting pdflatex.fmt, main.bbl and main.aux NOTE: Export bibliography from Citavi as BibLatex Export.

Error/Bug Fixing NOTE: For the ERROR - BibTeX subsystem line 834, syntax error: found "23", expected ",": The line equals the line in the bibliography file. % NOTE: Bibtex Key MUST NOT contain spaces!

Backup Citavi

Private backup:

  • In Citavi use Datei --> Dieses Projekt --> Archivkopie lokal speichern

Acronyms

WZLtemplate.cls, Zeile 197 "nolist" auskommentiert, wenn Liste weg soll, auskommentieren

Installation

winget install -e --id Microsoft.VisualStudioCode winget install -e --id TeXstudio.TeXstudio winget install -e --id MiKTeX.MiKTeX winget install -e --id StrawberryPerl.StrawberryPerl

Setup

  • Clone this repo
  • Execute 98_Scripts\Diss_Install.bat
  • Search for MikTex Updates
  • Citavi 6 installieren

Setup VS Code

  • Install Latex Workshop in VS Code

  • Str+Umsch+P --> settings.json --> User Settings

  • Add

    ,
    "latex-workshop.synctex.synctexjs.enabled": true,
    "latex-workshop.synctex.afterBuild.enabled": true,
    "latex-workshop.view.pdf.viewer": "tab",

Setup Texstudio

Darkmode

  • Optionen --> TexStudio konfigurieren --> Allgemein
  • Stil: Adwaita Dark (txs) auswählen
  • Farbschema: Modern - dunkel

Line Numbers

  • Optionen --> TexStudio konfigurieren
  • "Erweiterte Optionen" anhaken (ganz unten)
  • --> Editor
  • Zeilennummern anzeigen: Alle Zeilennummern

Settings