TransWikia.com

Is there any way to make "nopagebreak" work before "paracol"

TeX - LaTeX Asked on August 29, 2021

I need to build the following structure:

Title

——————— [paracol starts]

contents inside paracol

——————— [paracol ends]

But when the title is at the end of a page, I want to apply nopagebreak to the title in order not to leave the title alone.

However, nopagebreak does not work before paracol.
Is there an alternative to make it work?

The following is the actual code and its output.


documentclass{article}
RequirePackage{paracol}

begin{document}
vspace*{18cm}
Title above paracolnopagebreak[4]
begin{paracol}{2}
rule{textheight}{1pt}

contents in paracol
end{paracol}

end{document}

enter image description here

One Answer

You cannot suppress a pagebreak at a par (automatic). I tried removing the effects of topskip, but the first line overlapped the title. It seems that paracol just really doesn't like 1 line columns. So I recommend using needspace to move the title instead.

documentclass{article}
usepackage{paracol}
usepackage{needspace}

begin{document}
vspace*{18cm}
needspace{3baselineskip}
Title above paracol
begin{paracol}{2}
noindentrule{columnwidth}{htstrutbox}par

contents in paracolpar
end{paracol}

end{document}

Answered by John Kormylo on August 29, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP