Open jozedu opened 11 months ago
Without a complete example, one needs a crystal ball to say what's wrong on your side ...
\documentclass{article}
\usepackage{xltabular}
\begin{document}
\begin{xltabular}{\linewidth}{cX}
foo & bar\\
\pagebreak
foo & bar
\end{xltabular}
\end{document}
this works!
Basically what the title says. How can I force the table to "break" to a new page at a specific point? I have tried \pagebreak and \newpage in between rows and could not make it.