From c30358be46f6ac81261e5f4e035765447b3e92e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20O=C3=9Fner?= Date: Sat, 24 Jul 2021 15:13:29 +0200 Subject: [PATCH] Add nonstopmode macro to templates --- docs/ExerciseTemplate.tex | 3 +++ docs/SolutionTemplate.tex | 3 +++ 2 files changed, 6 insertions(+) diff --git a/docs/ExerciseTemplate.tex b/docs/ExerciseTemplate.tex index 3ba3bac..3a01e03 100644 --- a/docs/ExerciseTemplate.tex +++ b/docs/ExerciseTemplate.tex @@ -25,6 +25,9 @@ \definecolor{tumgadCyan}{RGB}{139,233,253} \newcolumntype{P}[1]{>{\centering\arraybackslash}p{#1}} % Center column values in content table +% If there is an error while generating the pdf, supress and continue +\nonstopmode + % Header/Footer definitions \lhead{\includegraphics[scale=0.03]{favicon.png} TUMGAD - Exercises} \rhead{\thepage} diff --git a/docs/SolutionTemplate.tex b/docs/SolutionTemplate.tex index 8f429a2..7bd1631 100644 --- a/docs/SolutionTemplate.tex +++ b/docs/SolutionTemplate.tex @@ -25,6 +25,9 @@ \definecolor{tumgadCyan}{RGB}{139,233,253} \newcolumntype{P}[1]{>{\centering\arraybackslash}p{#1}} % Center column values in content table +% If there is an error while generating the pdf, supress and continue +\nonstopmode + % Header/Footer definitions \lhead{\includegraphics[scale=0.03]{faviconRed.png} TUMGAD - Solutions} \rhead{\thepage}