Does someone know how can I prevent my title text slightly overlapping like this?
(I have to say that it is something that happens only with my current thesis title: if I put different words it does not happen - this is why I kept some of the problematic words in the example)
This is my code
\documentclass[a4paper, 12pt, twoside]{book}
\usepackage{graphicx}
\begin{document}
\begin{titlepage}
\begin{center}
\includegraphics[width=0.5\textwidth]{BlackBox}\\
\vspace{4em}
{\Large \textsc{University something\\ ``Some Name''}}\\
\vspace{1em}
{\Large \textsc{Faculty of Engineering, Information Technology and Statistics}}\\
\vspace{1em}
{\small \textsc{Master of Science in Engineering in Computer Science}}\\
\vspace{3em}
{\normalsize Master of Science presentation}\\
\vspace{2em}
{\LARGE \textbf{ This Is My Very Long Title Analysis from Advertisements for Characterizing Industry Differences.}}\\
\end{center}
\vskip 2 cm
\begin{center}
\begin{tabular}{l c c c c c c c c r}
\textbf{Candidate} & & & & & & & & & \textbf{Supervisor} \\[0.2cm]
\large{Name Surname} & & & & & & & & & \large{Name Surname}\\[0.3cm]
\textbf{} & & & & & & & & & \textbf{External Supervisor} \\[0.2cm]
\large{} & & & & & & & & & \large{Name Surname}\\[0.3cm]
\footnotesize{ID 1234567} & & & & & & & & & \\[0.3cm]
\end{tabular}
\normalsize A.y. 2016/2017
\end{center}
\end{titlepage}
\maketitle
\end{document}


\paras in the following example:{\LARGE \textbf{long title}\par}. – leandriis Nov 20 '17 at 12:17