Add project structure and write part of introduction

This commit is contained in:
Andreas Tsouchlos
2025-11-18 17:44:00 +01:00
commit b77a88cf3e
12 changed files with 581 additions and 0 deletions

3
.latexmkrc Normal file
View File

@@ -0,0 +1,3 @@
$pdflatex="pdflatex -shell-escape -interaction=nonstopmode -synctex=1 %O %S";
$out_dir = 'build';
$pdf_mode = 1;