From d15d33d38ae2955e18746964d158b6a7e06925e1 Mon Sep 17 00:00:00 2001
From: Michael Grinberg <michael.grinberg@iosb.fraunhofer.de>
Date: Tue, 14 May 2019 17:54:08 +0200
Subject: [PATCH] =?UTF-8?q?Bugfix=20f=C3=BCr=20Erzeugen=20der=20Literaturv?=
 =?UTF-8?q?erzeichnisse=20bei=20Nutzung=20von=20texlive=20unter=20Linux=20?=
 =?UTF-8?q?(Beitrag=20von=20Jan=20Hendrik=20H.)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 content/Inhalt-BackMatter.tex | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/content/Inhalt-BackMatter.tex b/content/Inhalt-BackMatter.tex
index bbd5105..e13e8ab 100644
--- a/content/Inhalt-BackMatter.tex
+++ b/content/Inhalt-BackMatter.tex
@@ -12,7 +12,7 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \begin{showBibliography}%
 %% mit BibLaTeX:
-\printbibliography
+\printbibliography[heading=bibintoc]
 \end{showBibliography}%
 %
 %
@@ -37,10 +37,11 @@
 \nocite{*}
 %
 \printbibliography[env=bibliographyNUM,%
-									 keyword=ownpubl,%
-									 %heading=subbibliography,%
-									 %nottype=patent,%
-									 title={\TransOwnPublications}]
+				   keyword=ownpubl,%
+				   heading=bibintoc,%
+				   %heading=subbibliography,%
+				   %nottype=patent,%
+				   title={\TransOwnPublications}]
 \end{refsection}
 \end{showOwnPublications}%
 %
@@ -68,6 +69,7 @@
 \printbibliography[env=bibliographyNUM,%
 									 keyword=ownpatent,%
 									 %heading=subbibliography,%
+									 heading=bibintoc,%
 									 type=patent,%
 									 title={\TransOwnPatents}]
 \end{refsection}
@@ -97,6 +99,7 @@
 									 keyword=supervised,%
 									 %heading=subbibliography,%
 									 %type=thesis,%
+									 heading=bibintoc,%
 									 title={\TransSupervisedTheses}]
 \end{refsection}
 \end{showSupervisedTheses}%
-- 
GitLab