added paragraph about build files

This commit is contained in:
Sven Vogel 2023-09-27 15:44:19 +02:00
parent a1cc9562a9
commit 5cbdb52c60
1 changed files with 10 additions and 1 deletions

View File

@ -28,3 +28,12 @@ This project requires the following:
- latexmk (often packaged with TexLive full-scheme) - latexmk (often packaged with TexLive full-scheme)
- python - python
- pygments (python package for minted) - pygments (python package for minted)
## Files created during build
The build process of latexmk will create two folders for storing temporary cache files for faster rebuilds. The primary folder being `.tmp` which will hold every created .aux file. Additionally the resulting pdf file will be located besides main.tex as well as an index file called `main.synctex.gz` used for indexing between main.tex and main.pdf (unused by VSCode, used by Overleaf).
Build files:
- main.pdf
- main.synctex.gz
- .build/*
- .tmp/*