Replies: 2 comments
-
The syntax of \documentclass{article}
\usepackage{tabularray}
\begin{document}
\begin{tblr}{lcr}
\rline{1} Alpha & \rline{1-2} Beta & \rline{2-3} Gamma \\
Epsilon & Zeta & Eta \\
Iota & Kappa & Lambda \\
\end{tblr}
\end{document} |
Beta Was this translation helpful? Give feedback.
0 replies
-
It is in my todo list to allow setting borders with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any way besides using, e.g.,
vline{1} = {2}{width=1pt}
to override a rule on a particular row? As awkward as thetabular
syntax of using\multicolumn
for that purpose, it has the advantage of putting the formatting near the place where the formatting is overridden. I've had little success experimenting with\vline
,\SetVline
and\SetVlines
to this end. I'm also wondering what the function of\rline
is meant to be?Beta Was this translation helpful? Give feedback.
All reactions