I'm using biblatex with biber to reference in my document. It works great but lately, I saw a problem. Most of my references are copied from google scholar cite option so I guess the references them self are a proper format.
As you can see some of the citations are going off the page.
This is one of the citations that are shown off the screen:
@inproceedings{wirth2000crisp,
title={CRISP-DM: Towards a standard process model for data mining},
author={Wirth, R{\"u}diger and Hipp, Jochen},
booktitle={Proceedings of the 4th international conference on the practical applications of knowledge discovery and data mining},
year={2000},
organization={Citeseer}
}
@article{liu2012isolation,
title={Isolation-based anomaly detection},
author={Liu, Fei Tony and Ting, Kai Ming and Zhou, Zhi-Hua},
journal={ACM Transactions on Knowledge Discovery from Data (TKDD)},
volume={6},
number={1},
year={2012},
publisher={ACM}
}
Someone knows how to fix this. I can't believe that fields like journal or booktitle can't be too long.



ulempackage, which by default changes\emphto produce underlined text. Load it as\usepackage[normalem]{ulem}instead to retain italics for\emph. Or don't load it at all. – moewe May 03 '19 at 15:37Then 'probably' the problem with the ulem package is the problem.
This question comes close, but it is closed since it is not a question.
So not sure what is best.
– botenvouwer May 04 '19 at 14:04