Skip to content
Marco Prescher edited this page May 18, 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

Unzip the lates version and copy the folder into e.g.:
C:\texlive\

  • LanguageTool settings:

languageToolConfig

Clone this wiki locally