I am trying to do something as simple as centering text in a page but is impossible for me. It does not center the last line of the first paragraph and I don't understand why.
This is the minimum not working example:
Code: Select all
\documentclass[12pt, a4paper]{book}
\hyphenpenalty=10000
\exhyphenpenalty=10000
\renewcommand{\baselinestretch}{1.5}
\begin{document}
\vspace*{\fill}
\begin{center}
\centering
{
\textbf{\Huge{XXXXXX XXXXXXXXX XXXXXXXX XXXXXXXXX XXXXX}}
\newline
\newline
\LARGE XX XX XXXXX XX XXXX\par
}
\end{center}
\vspace*{\fill}
\end{document}