Replies: 1 comment 4 replies
|
Since you didn't provide a complete example, I don't know the reason. With version 2021Q and the following code I got correct result. \documentclass{article}
\usepackage{tabularray}
\begin{document}
\begin{tblr}{jll}
\SetColumn{font=\sffamily, wd=1in}
\SetRow{font=\bfseries, valign=f}
Some text that's very long
and runs long enough to show the
justification
&{Long\\Header} & More\\
\hline
One & Red & Blue \\
Two & Black & White
\end{tblr}
\end{document} |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
output:
All reactions