When printing the references some lines exceed the width of the page as shown in the attached screenshot, How to fix this problem?
the following code is used. Thanks for your help.
\begin{document}
\usepackage[explicit]{titlesec} %title control and formatting
\usepackage[titles]{tocloft} %table of contents control and formatting
\usepackage[backend=bibtex, style=numeric-comp, bibstyle=numeric]{biblatex}%sets the way your references come in and what citation style you are using
\usepackage[bookmarks=true,hidelinks]{hyperref}%for hyperlinking your toc and referenced figs and tabs
\begin{singlespace} % use single-line spacing for multi-line text within a single reference
\setlength\bibitemsep{\baselineskip} %manually set separation between items in bibliography to double space
\printbibliography[title={References}]
\end{singlespace}
@book{burckhardt1993fahrwerktechnik,
title={Fahrwerktechnik: Radschlupf-Regelsysteme: Reifenverhalten, Zeitablaeufe, Messung des Drehzustands der Raeder, Anti-Blockier-System (ABS), Theorie Hydraulikkreislaeufe, Antriebs-Schlupf-Regelung (ASR), Theorie Hydraulikkreislaeufe, elektronische Regeleinheiten, Leistungsgrenzen, ausgefuehrte Anti-Blockier-Systeme und Antriebs-Schlupf-Regelungen},
author={Burckhardt, Manfred},
year={1993},
publisher={Vogel}
}
ulempackage.ulemwill redefine\emphso that it gives underlined text. The command does not allow for line breaks when used in this context. Either don't loadulemat all or load it with\usepackage[normalem]{ulem}. See https://tex.stackexchange.com/q/70851/35864 – moewe May 19 '22 at 18:44