I have a title spread on three lines:
\begin{center}
{\textbf{MY \\BEAUTIFUL \\TITLE}}
\end{center}
but as soon as I want to change the font size, it messes up the interline space:
\begin{center}
{\Huge\textbf{MY \\BEAUTIFUL \\TITLE}}
\end{center}
(notice the different space between the first and second line, and the second and third line).
Now if I remove the center environment and leave the Huge command, the interline is fine but I get a blank character before my first word:
{\Huge\textbf{MY \\BEAUTIFUL \\TITLE}}
So it seems like a weird interaction between the center environment and the font command? I’ve been trying to fix this for 3 hours now. What am I missing?



\parbefore}}or simpler remove the outer{...}which are doing nothing useful. – David Carlisle Mar 06 '23 at 14:09