I have the following MWE:
\documentclass{article}
\begin{document}
qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq
\parbox{\linewidth}{
\centering\large
AAA qqq XXX \\
qqq AAA qqq
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
\end{document}
If I remove the newline in the parbox, the space between the first and the second row looks good. With the newline, the space is too small. What is the reason for this behaviour and how can I get a constant spacing between the first and the second row, regardless of whether there are newlines in the parbox?
Edit: The top alignment works, but the next line will have a similar problem then. So I added a line below the parbox in the MWE as well. I want the distance between the top row and the parbox and the bottom row and the parbox to be the same, regardless of whether there is a newline in the parbox.
Edit: It it perfect if I add a \fbox{} around it. WHY? Plus I don't want a frame.
