This is my bibliograpy setup:
\documentclass[
12pt,
italian,
singlespacing,
parskip,
nohyperref,
headsepline,
]{MastersDoctoralThesis}
[...]
\usepackage[backend=bibtex,style=ieee,natbib=true]{biblatex}
\addbibresource{bibliography.bib}
\begin{document}
[...]
\printbibliography
\end{document}
When I cite multiple articles, I would like something like: [1-2] but with all the possibile solutions/commands that I tried I have always this result [1], [2].
I tried this commands:
\citep{}{}\cites{}{}
I also try with this answer that suggest to use the package cite but at compile time I have this error:
"message": "Package biblatex: Incompatible package 'cite'.\n"
MastersDoctoralThesis as available at this link.
![Lorem [1]–[3] Lorem [1, 2, 3]](../../images/7ff6ffcd1adae59a9d425dca6116c187.webp)
biblatexI can't useIEEETranorIEEEtranN. Apart of this I cant fin nothing – th3g3ntl3man Aug 21 '21 at 16:02style=numeric-comp? – Bernard Aug 21 '21 at 18:23