Go to file
2021-11-08 23:45:16 +01:00
content Added images, presentation and texts 2021-11-08 23:45:16 +01:00
customization Improved texts, cover, bibliography, ... 2021-11-02 00:32:50 +01:00
images Added images, presentation and texts 2021-11-08 23:45:16 +01:00
includes Added images, presentation and texts 2021-11-08 23:45:16 +01:00
Präsentation Added images, presentation and texts 2021-11-08 23:45:16 +01:00
.gitignore Added some texts, cleaned up out directory 2021-10-29 11:07:01 +02:00
main.bib Improved texts, cover, bibliography, ... 2021-11-02 00:32:50 +01:00
main.tex Added images, presentation and texts 2021-11-08 23:45:16 +01:00
README.md Added some texts, cleaned up out directory 2021-10-29 11:07:01 +02:00
TOP500_202106.xlsx Added images, presentation and texts 2021-11-08 23:45:16 +01:00

Betriebssysteme HPC

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>}