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} |
Beta Was this translation helpful? Give feedback.
1 reply
-
Ah, it's a known bug. See #303. I'm closing this discussion and will post my findings there. |
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
-
It would be great if it is possible to specify the font type for the
text
key inHlines
andVlines
. I think this is currently not possible and below won't work.Of course this one works well:
Beta Was this translation helpful? Give feedback.
All reactions