From 9672ead6a691316a4ac13d186306384269f2d00f Mon Sep 17 00:00:00 2001 From: Yannick Meinberg Date: Tue, 14 Dec 2021 13:48:07 +0100 Subject: [PATCH] Make Bibliography sloppy --- frontbackmatter/Bibliography.tex | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/frontbackmatter/Bibliography.tex b/frontbackmatter/Bibliography.tex index a02afff..211e41a 100644 --- a/frontbackmatter/Bibliography.tex +++ b/frontbackmatter/Bibliography.tex @@ -12,4 +12,12 @@ \addcontentsline{toc}{chapter}{\tocEntry{#1}}% \chapter*{#1}% } + +% allow Linebreaks in urls anywhere +\setcounter{biburlnumpenalty}{100} +\setcounter{biburlucpenalty}{100} +\setcounter{biburllcpenalty}{100} +% enable to long words to break anywhere by increasing the allowed whitespace between words. +\sloppy + \printbibliography[heading=bibintoc]