From bb15fb33e30fe4c093efbc3b7aba84b4a661c723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Hutter?= Date: Fri, 24 Apr 2020 22:03:36 +0200 Subject: [PATCH] Added section for Kurzfassung and Abstract (defined in metadata) and added spellcheck to gitignore --- example/.gitignore | 2 +- style/template.tex | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/example/.gitignore b/example/.gitignore index c541360..f79b0c6 100644 --- a/example/.gitignore +++ b/example/.gitignore @@ -1,3 +1,3 @@ /*.pdf /*.log -/spellcheck-result.txt +/spellcheck-results.txt diff --git a/style/template.tex b/style/template.tex index 90c7e8d..c8d59ad 100644 --- a/style/template.tex +++ b/style/template.tex @@ -529,6 +529,22 @@ Leoben, am\dotfill\\ \end{minipage} $endfor$ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% KURZFASSUNG +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +$if(da-kurzfassung-de)$ +\section*{Kurzfassung} +$da-kurzfassung-de$ +$endif$ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% ABSTRACT +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +$if(da-kurzfassung-en)$ +\section*{Abstract} +$da-kurzfassung-en$ +$endif$ + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % DANKSAGUNG %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%