tabularray icon indicating copy to clipboard operation
tabularray copied to clipboard

SetCell double blank line bug?

Open FruitSausage opened this issue 1 year ago • 1 comments

\SetCell no longer works if it is preceded by 2 blank lines - is this a bug? For example with:

\begin{longtblr}{
   colspec = {|c|c|c|},
}
   \SetCell[c=3]{l} Alpha & & \\
   \SetCell[c=3]{l} Beta & & \\


   \SetCell[c=3]{l} Gamma & & \\
\end{longtblr}

"Gamma" no longer spans 3 columns, compared with:

\begin{longtblr}{
   colspec = {|c|c|c|},
}
   \SetCell[c=3]{l} Alpha & & \\
   \SetCell[c=3]{l} Beta & & \\
   \SetCell[c=3]{l} Gamma & & \\
\end{longtblr}

FruitSausage avatar Aug 05 '22 17:08 FruitSausage

Single blank line is OK. Is it neccessary to make tabularray support the usage of double blank lines inside the contents of tables? Maybe we can wait for the comments of other users first.

lvjr avatar Aug 06 '22 12:08 lvjr