Replies: 3 comments
-
|
It is an expansion bug. You can add a \documentclass{article}
\usepackage{tabularray}
\begin{document}
\begin{tblr}{
colspec={lll},
vlines,
vline{2}={text={\noexpand\textbf{=}}},
}
0 & pi & 3.14 \\
1 & pi & 3.14 \\
2 & pi & 3.14 \\
\end{tblr}
\end{document}PS: you will know how to enclose latex code in questions in #120. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Duplicate of #303. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thank you! |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Why doesn't this work?
\begin{tblr}{
colspec={lll},
vlines,
vline{2}={text={\textbf{=}}},
}
0 & pi & 3.14 \
1 & pi & 3.14 \
2 & pi & 3.14 \
\end{tblr}
Beta Was this translation helpful? Give feedback.
All reactions