Dear Thorsten,
Many thanks for your reply and suggestion to use parbox instead of vbox. I have tried it, and it worked a charm, and actually produced better output than vbox.
I am still experiencing a similar problem as before, though. Now, when a parbox comes directly after a subsection, i.e.:
Code: Select all
\subsection{Subsection Title}
\parbox{Block of text to keep together...}
there is a larger gap between the subsection heading and the parbox than if text
not placed in a parbox were to come after a subsection.
Below are some of the line-spacing-related parameters I have set in the preamble (I'm not sure if any of these are related to the problem):
Code: Select all
\setlength{\baselineskip}{0pt}
\setlength{lineskiplimit}{0pt}
\setlength{\lineskip}{16pt}
\setlength{parskip}{16pt}
Thanks a lot,
George