Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

verb option causes an error #112

Closed
lvjr opened this issue Sep 18, 2021 · 1 comment
Closed

verb option causes an error #112

lvjr opened this issue Sep 18, 2021 · 1 comment
Labels
bug report Something isn't working
Milestone

Comments

@lvjr
Copy link
Owner

lvjr commented Sep 18, 2021

Here is a minimal example:

\documentclass{article}

\usepackage{tabularray}

\begin{document}

\begin{tblr}{row{1}={font=\bfseries},verb}
  Head & Head \\
  Body & Body \\
\end{tblr}

\end{document}

It causes the folllowing error in both latest code and version 2021N:

> Step: calculate cell and line sizes.

! Undefined control sequence.
l.1 \bfseries\selectfontHead
                          \empty
l.12 \end
       {tblr}
@lvjr lvjr added the bug report Something isn't working label Sep 18, 2021
@lvjr lvjr changed the title font option causes an error when using with verb option font option causes an error when used with verb option Sep 18, 2021
@lvjr lvjr closed this as completed Sep 18, 2021
@lvjr lvjr reopened this Sep 18, 2021
@lvjr
Copy link
Owner Author

lvjr commented Sep 19, 2021

In fact, it is a bug of verb option. The following code causes the same error:

\documentclass{article}

\usepackage{tabularray}

\begin{document}

\begin{tblr}{verb}
  \bfseries Head & Head
\end{tblr}

\end{document}

@lvjr lvjr changed the title font option causes an error when used with verb option verb option causes an error Sep 19, 2021
@lvjr lvjr closed this as completed Sep 19, 2021
@lvjr lvjr added this to the 2021P milestone Sep 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant