From b3b192066e0d6c58c8ba5bdb4f58538c39035e57 Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Mon, 13 Feb 2023 22:08:58 +0100 Subject: [PATCH] Added mkdir build/cel-thesis to build.sh --- latex/thesis/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latex/thesis/build.sh b/latex/thesis/build.sh index 7d94694..e3d73d4 100755 --- a/latex/thesis/build.sh +++ b/latex/thesis/build.sh @@ -1,2 +1,2 @@ -mkdir -p build/build build/chapters +mkdir -p build/build build/chapters build/cel-thesis latexmk -pdf thesis.tex