From 5cb6c33bc3e58878a37e7851e94a22423fcb28f7 Mon Sep 17 00:00:00 2001 From: Christian Kremitzl Date: Wed, 12 May 2021 23:10:09 +0200 Subject: [PATCH] =?UTF-8?q?Fixing=20BibTeX=20issue=20by=20removing=20it=20?= =?UTF-8?q?altogether=20=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 4de16c6..f4f78ba 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,6 @@ publication-dir: publication-pdf-without-exercises: clean publication-dir main.tex echo "\newcommand\exercisemode{none}" > exercise-mode.tex pdflatex -shell-escape -jobname=script-only main.tex - #bibtex script-only.aux pdflatex -shell-escape -jobname=script-only main.tex pdflatex -shell-escape -jobname=script-only main.tex mv script-only.pdf public/ @@ -64,7 +63,6 @@ publication-pdf-without-exercises: clean publication-dir main.tex publication-pdf-with-exercises: clean publication-dir main.tex echo "\newcommand\exercisemode{exercises}" > exercise-mode.tex pdflatex -shell-escape -jobname=script-with-exercises main.tex - #bibtex script-with-exercises.aux pdflatex -shell-escape -jobname=script-with-exercises main.tex pdflatex -shell-escape -jobname=script-with-exercises main.tex mv script-with-exercises.pdf public/ @@ -73,7 +71,6 @@ publication-pdf-with-exercises: clean publication-dir main.tex publication-pdf-with-solutions: clean publication-dir main.tex echo "\newcommand\exercisemode{solutions}" > exercise-mode.tex pdflatex -shell-escape -jobname=script-with-solutions main.tex - #bibtex script-with-solutions.aux pdflatex -shell-escape -jobname=script-with-solutions main.tex pdflatex -shell-escape -jobname=script-with-solutions main.tex mv script-with-solutions.pdf public/