From 0eb0388eac98d2b6bb7327e8c9748e4fcb117871 Mon Sep 17 00:00:00 2001
From: Frank Poetzsch-Heffter <p-h@katharineum.de>
Date: Sat, 5 Oct 2019 10:38:12 +0200
Subject: [PATCH] some formatting issues

---
 .../templates/timetable/latex/substitutions.tex        | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/schoolapps/timetable/templates/timetable/latex/substitutions.tex b/schoolapps/timetable/templates/timetable/latex/substitutions.tex
index afb6524f8..618b63a92 100644
--- a/schoolapps/timetable/templates/timetable/latex/substitutions.tex
+++ b/schoolapps/timetable/templates/timetable/latex/substitutions.tex
@@ -45,13 +45,13 @@
         {% with c=sub.color %}
             {#  Display classes #}
             \color{ {{c}}}
-            \textbf{ {{ sub.classes }} } &\
+            \textbf{ {{ sub.classes }} } &
             {# Display lesson number #}
             \color{ {{c}}}
-            {{ sub.lesson }} &%
-            \color{ {{c}}} {% include "timetable/latex/teacher.tex" %} &%
-            \color{ {{c}}} {% include "timetable/latex/subject.tex" %} &%
-            \color{ {{c}}} {% include "timetable/latex/room.tex" %} &%
+            {{ sub.lesson }} &
+            \color{ {{c}}} {% include "timetable/latex/teacher.tex" %} &
+            \color{ {{c}}} {% include "timetable/latex/subject.tex" %} &
+            \color{ {{c}}} {% include "timetable/latex/room.tex" %} &
             {# Display badge (for cancellations) #}     {# Display notice and new line #}
             {% if sub.badge %}
                 \footnotesize\badge{ {{ sub.badge }} }
-- 
GitLab