Replies: 2 comments 1 reply
|
Somehow the value passed to \documentclass{article}
\usepackage{tabularray}
\begin{document}
% or \NewDocumentCommand
\protected\def\myVlineTextStyle{\fontfamily{pcr}\selectfont}
\begin{tblr}{hlines, vlines = {text={\myVlineTextStyle a:}}}
& & \\
\\
\\
\end{tblr}
\end{document} |
1 reply
|
Ah, it's a known bug. See #303. I'm closing this discussion and will post my findings there. |
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.
It would be great if it is possible to specify the font type for the
textkey inHlinesandVlines. I think this is currently not possible and below won't work.Of course this one works well:
All reactions