Replies: 2 comments 2 replies
-
You can not put cell text inside |
Beta Was this translation helpful? Give feedback.
1 reply
-
Workarounds for current version: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to type several cells in a row repeatly within different tables, like this:
| grade 1 | grade 2 | grade 3 | grade 4 | grade 5 |
so I defined a command with the context above:
\newcommand\test{grade 1 & grade 2 & grade 3 & grade 4 & grade 5}
I used this with Tabularx,
and output was ok.
I used this in tblr, but the output was not as I expected. The codes:
The output:
I changed the newcommand with NewTableCommand, It's not as expected, too. The codes:
The output:
How can I make it works like Tabularx package?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions