Go to file
2021-10-27 12:51:17 +02:00
content Initial commit 2021-10-27 12:51:17 +02:00
customization Initial commit 2021-10-27 12:51:17 +02:00
images Initial commit 2021-10-27 12:51:17 +02:00
includes Initial commit 2021-10-27 12:51:17 +02:00
out Initial commit 2021-10-27 12:51:17 +02:00
.gitignore Initial commit 2021-10-27 12:51:17 +02:00
main.bib Initial commit 2021-10-27 12:51:17 +02:00
main.tex Initial commit 2021-10-27 12:51:17 +02:00
README.md Initial commit 2021-10-27 12:51:17 +02:00

LaTex Hausarbeit Template

Compiling

LaTex

  • Select XeLatex as compiler
  • Select main.tex as main file to compile
  • Select out directory as directory for output files

BibTex

  • Select biber as compiler
  • Select main.tex as main file that includes bibliography
  • Select out directory as working directory
  • Set this configuration as External LaTex program in LaTex configuration

Usage

  • Set title and paper name in customization/text-variable.tex
  • Put your content in content/
  • new files must be included with \include{content/<file-name>}