Skip to content
Marco Prescher edited this page Jun 20, 2023 · 10 revisions

Latex Setup Windows

  • Install TexStudio

  • Install Tex Live

  • Code Listings:

    • minted
      • python -m pip install -U pygments
      • evtl. Python scripts zu PATH hinzufügen
      • Texstudio: options > configure > commands
        • PdfLatex -> pdflatex.exe -synctex=1 -interaction=nonstopmode --shell-escape %.tex
  • Bib settings:

    • Texstudio: bibliography
      • Type -> BibLaTeX
    • Texstudio: options > configure > build
      • Default Bibliography Tool -> Biber

LanguageTool setup

image

Clone this wiki locally