paper migration

This commit is contained in:
2025-10-22 12:20:28 +02:00
commit 634f685c91
11 changed files with 171 additions and 0 deletions

1
paper/README.md Normal file
View File

@@ -0,0 +1 @@
This is a LaTeX thesis project. The src/ directory contains the main LaTeX source files including main.tex, preamble.tex, and chapter files in chapters/. Bibliography references are stored in src/bib/references.bib. The src/auto/ directory contains Emacs auto-generated files (gitignored). Build artifacts are output to build/. To compile the thesis run `make pdf`, use `make watch` for continuous compilation during editing, and `make clean` to remove build files.