Skip to content

Could not pagebreak after the first body row #184

@lvjr

Description

@lvjr
\documentclass[12pt]{article}
\usepackage[a6paper,margin=15mm]{geometry}
\pagestyle{empty}
\usepackage{tabularray}

\begin{document}

Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text.
\begin{longtblr}[
  caption = {Talks},
]{
  colspec = {lll}, rowhead = 1, hlines,
}
  Head  &Head   &Head  \\
  Talk A&Place A&Date A\\
  Talk B&Place B&Date B\\
  Talk C&Place C&Date C\\
  Talk D&Place D&Date D\\
  Talk E&Place E&Date E\\
  Talk F&Place F&Date F\\
  Talk A&Place A&Date A\\
  Talk B&Place B&Date B\\
  Talk C&Place C&Date C\\
  Talk D&Place D&Date D\\
  Talk E&Place E&Date E\\
  Talk F&Place F&Date F\\
  Page A&Break A&Before A\\
\pagebreak
  Page B&Break B&After B\\
  Talk C&Place C&Date C\\
  Talk D&Place D&Date D\\
  Talk E&Place E&Date E\\
  Talk F&Place F&Date F\\
  Talk A&Place A&Date A\\
  Talk B&Place B&Date B\\
  Talk C&Place C&Date C\\
  Talk D&Place D&Date D\\
  Talk E&Place E&Date E\\
  Talk F&Place F&Date F\\
\end{longtblr}
Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text.

\end{document}

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugAn established bugFixed in devThe raised concern is addressed in the dev branch, awaiting release.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions