In my LaTeX document words are cut automatically whenever a new line is due. It is not able to wrap/justify in normal sentences. Here is an example:
This is happening throughout the document. Is there any way to fix it? I googled a lot for hours and concluded that it is normal by default for all users. I am using the following packages:
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{booktabs}
\usepackage{siunitx}
\usepackage{multirow}
\usepackage{graphicx}
\usepackage{ragged2e}
\usepackage{hyperref}
Overleaf example: https://www.overleaf.com/read/dscbvttynnfh
Is there a way to have new words on a new line only?


