::
ti ringrazio molto della celere risposta!!
purtroppo anche eliminando il pacchetto ulem il problema non si risolve
ti mando il codice in maniera più dettagliata.
Ho cercato anche io di capire qualche fosse il pacchetto o lo stile della bibliografia che fa si che alcune parti vengano sottolineate ma non ho trovato una soluzione.
`
\documentclass[a4paper,11pt,twoside,openright]{book}
\usepackage[T1]{fontenc} % codifica dei font in uscita
\usepackage[utf8]{inputenc} % lettere accentate da tastiera
\usepackage[english]{babel} % lingua principale del documento
\usepackage{url} % per scrivere gli indirizzi Internet
\usepackage{color}
\usepackage[usenames,dvipsnames,svgnames,table]{xcolor}
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
\usepackage[output-decimal-marker={.}]{siunitx}
\usepackage{booktabs}
\usepackage{graphicx}
\usepackage{subfig}
\graphicspath{{img/}}
\usepackage[]{appendix}
\usepackage{listings,lstautogobble}
\usepackage{tabularx}
\usepackage{pdflscape}
\usepackage{longtable}
\usepackage{bigints}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{hyperref}
\hypersetup{hidelinks}
\usepackage{ulem}
\usepackage{bookmark}
%INTERLINEA
\usepackage{setspace}
\setstretch{1.3}
\usepackage{fancyhdr}
\setlength{\headheight}{15pt}
\pagestyle{fancy}
\usepackage{indentfirst}
%GOOD ONE
\fancyhead[RE]{\slshape \leftmark} %section
\fancyhead[LE]{\thepage}
\fancyhead[LO]{\slshape \rightmark} % chapter
\fancyhead[RO]{\thepage}
%pagina bianca prima inizio nuovo capitolo
\makeatletter
\def\cleardoublepage {\clearpage\if@twoside
\ifodd\c@page
\else\hbox {}\thispagestyle{empty}\newpage
\if@twocolumn\hbox {}\newpage\fi\fi\fi}
\makeatother
\fancyfoot{}
%centra pagine prima troppo spostate
\usepackage[textheight=\textheight,textwidth=\textwidth,bindingoffset=1cm,vcentering]{geometry}
\usepackage{amsthm}
\usepackage[final]{microtype}
\usepackage[autostyle,italian=guillemets,babel]{csquotes}
\usepackage[
backend=biber,
natbib,
bibstyle=ieee,
citestyle=numeric-comp]{biblatex}
\addbibresource{bibfile.bib}
\emergencystretch=1em
\begin{document}
\frontmatter
%—-Contents——————————————————————–
\tableofcontents \thispagestyle{empty}
\markboth{CONTENTS}{CONTENTS}
%\newpage
%—-Figure———————————————————————-
\cleardoublepage
\addcontentsline{toc}{chapter}{\listfigurename}
\listoffigures \thispagestyle{empty}
%—-Tabelle———————————————————————-
\cleardoublepage
\addcontentsline{toc}{chapter}{\listtablename}
\listoftables \thispagestyle{empty}
%—-Sommario———————————————————————-
\cleardoublepage
\include{sommario}
%—-Abstract———————————————————————-
\cleardoublepage
\include{abstract}
%—-Capitoli———————————————————————-
\mainmatter
\include{introduction_v2_SPAD}
\include{capitolo2}
\include{capitolo3}
%\include{}
% —- Bibliography ————————————————————–
\cleardoublepage
\nocite{*}
\printbibliography[heading=bibintoc,title={References}]
\end{document}`
questo invece è il report della compilazione di biberon
`INFO – This is Biber 2.7
INFO – Logfile is 'TESI.blg'
INFO – Reading 'TESI.bcf'
INFO – Using all citekeys in bib section 0
INFO – Processing section 0
INFO – Looking for bibtex format file 'bibfile.bib' for section 0
INFO – Decoding LaTeX character macros into UTF-8
INFO – Found BibTeX data source 'bibfile.bib'
WARN – year field '1982-1992' in entry 'Zappa_phd' is not an integer – this will probably not sort properly.
INFO – Overriding locale 'en-US' defaults 'variable = shifted' with 'variable = non-ignorable'
INFO – Overriding locale 'en-US' defaults 'normalization = NFD' with 'normalization = prenormalized'
INFO – Sorting list 'none/global/' of type 'entry' with scheme 'none' and locale 'en-US'
INFO – No sort tailoring available for locale 'en-US'
INFO – Writing 'TESI.bbl' with encoding 'UTF-8'
INFO – Output to TESI.bbl
INFO – WARNINGS: 1`