Skip to content

Expansion problem with border text #303

@lvjr

Description

@lvjr

From https://tex.stackexchange.com/questions/648880/settblrinnertblrcells-bg-cant-change-the-background-color-in-tabularr

\documentclass{article}
\usepackage{tabularray,xcolor}
\begin{document}
\colorbox{teal8}{.}
\begin{tblr}{r@{\colorbox{teal8}{.}}l}
  11 & 11 \\
   5 & 1  \\
   6 & 78 \\
  75 & 5  \\
\end{tblr}
\end{document}

The above code produces the following error:

! Use of \@undeclaredcolor doesn't match its definition.
\@ifnextchar ...eserved@d =#1\def \reserved@a {#2}
                                                  \def \reserved@b {#3}\futu...
l.12 \end
         {tblr}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug reportSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions