Go to file Use this template
2022-10-27 10:59:12 +02:00
content Initial commit 2021-07-31 11:16:31 +02:00
customization Updated template 2022-10-27 10:58:15 +02:00
images Updated template 2022-10-27 10:58:15 +02:00
includes Updated template 2022-10-27 10:58:15 +02:00
.gitignore Updated template 2022-10-27 10:58:15 +02:00
.woodpecker.yml Updated template 2022-10-27 10:58:15 +02:00
main.pdf Updated template 2022-10-27 10:58:15 +02:00
main.tex Updated template 2022-10-27 10:58:15 +02:00
README.md - Added README.md 2021-07-31 11:28:28 +02:00
renovate.json Add renovate.json 2022-10-27 10:59:12 +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>}