diff --git a/README.md b/README.md index 49abe47..38ef7f1 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,13 @@ This project requires the following: - TexLive - latexmk (often packaged with TexLive full-scheme) - python -- pygments (python package for minted) \ No newline at end of file +- 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/* \ No newline at end of file