From 5cbdb52c607672147bb6420a1623b2574d4918fe Mon Sep 17 00:00:00 2001 From: servostar Date: Wed, 27 Sep 2023 15:44:19 +0200 Subject: [PATCH] added paragraph about build files --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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