-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Gaps between the \midrule below the head row and the following row are too small from page 2 onwards, similar problem for the gap between the bottom row and the \bottomrule.
\documentclass{article}
\usepackage{tabularray}
\UseTblrLibrary{booktabs}
\usepackage{lipsum}
\begin{document}
\lipsum[1-4]
\begin{longtabs}{colspec = {c}, rowhead = 1}
\toprule
Title line \\
\midrule
Content without midrules. \\
Content without midrules. \\
Content without midrules. \\
Content without midrules, and this line is called A. \\
Not enough gap between this text and the midrule on top \\
Content without midrules. \\
Content without midrules. \\
Content without midrules. \\
Content without midrules. \\
Content without midrules. \\
Gap to bottomrule below is different between this line and line A.\\
\bottomrule
\end{longtabs}
\end{document}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
