From 28e684996de29ad65aae94979e67f9dd5a9785d9 Mon Sep 17 00:00:00 2001 From: Christophe Prud'homme Date: Wed, 17 Jul 2024 10:00:56 +0200 Subject: [PATCH] cleanup --- .github/workflows/latex.yml | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/latex.yml b/.github/workflows/latex.yml index 7d09afac..b4b29b55 100644 --- a/.github/workflows/latex.yml +++ b/.github/workflows/latex.yml @@ -23,6 +23,7 @@ jobs: with: root_file: main.tex latexmk_shell_escape: true + post_compile: "latexmk -c" - name: Get Repository Name id: repo_name run: | diff --git a/.gitignore b/.gitignore index 2941b1e4..cbbc85cc 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ _minted* *.pyg *.synctex.gz main.pdf +*.toc