\documentclass[11pt]{article}
\include{packages}
\begin{document}
\justifying
% With '\justifying' you can create a blank line just with a '//', example:
% Some text here.//
% //
% Some other text here.
%
% The project has the structure for a MA thesis. You can delete abstract etc. if it is just for a report or something else.
\include{Content/TitlePage}
\include{Content/Abstract}
\include{Content/Acknowledgments}
\include{Content/ListOfSymbols.tex}
\tableofcontents
\newpage
\listoffigures
\newpage
\include{Content/Introduction}
\include{Content/Chapter1}
\include{Content/Chapter2}
\include{Content/Conclusion}
\newpage
\bibliographystyle{unsrt}
\bibliography{sources.bib}
\end{document}