From 340b6f234efd5b61f9b4eb7ea56f92947e3cbc5b Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Wed, 15 Feb 2017 15:22:03 +0100 Subject: [PATCH] Fix work report page title not being localized. --- export/latex/template.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/export/latex/template.go b/export/latex/template.go index c93a0e8..899d625 100644 --- a/export/latex/template.go +++ b/export/latex/template.go @@ -89,8 +89,8 @@ var exportTemplate = template.Must(template. \setcounter{section}{\wrNumber} \setcounter{subsection}{0} - \section*{Ausbildungsnachweis Nr. \wrNumber} - \addcontentsline{toc}{section}{Ausbildungsnachweis Nr. \wrNumber} + \section*{} + \addcontentsline{toc}{section}{} }{ }