We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
\__tblr_extract_table_commands:N
Follow-up to 5d380e6 (feat: turn off step tracing by default, 2024-04-05). Found when preparing example used in lvjr/tabularray#501 (comment).
\__tblr_extract_table_commands:N converts {b} to b and {b}b to bb. The braces are stripped by use of
{b}
b
{b}b
bb
\exp_last_unbraced:NV \__tblr_extract_table_commands_next:n #1 \q_stop
\documentclass{article} \usepackage{tabularray} \begin{document} \SetTblrTracing{+text} \begin{tblr}{} a & \\ {b} & {b}b \\ {{c}} \\ \end{tblr} \end{document}
> The spec list text_1 contains the pairs:. > {[1][1]} => {a}. > {[1][2]} => {}. > {[2][1]} => {b}. > {[2][2]} => {bb}. > {[3][1]} => {c}. > {[4][1]} => {}.
tabularray-dev/tabularray/tabularray.sty
Lines 2828 to 2840 in 1bcb706
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Follow-up to 5d380e6 (feat: turn off step tracing by default, 2024-04-05). Found when preparing example used in lvjr/tabularray#501 (comment).
\__tblr_extract_table_commands:N
converts{b}
tob
and{b}b
tobb
. The braces are stripped by use oftabularray-dev/tabularray/tabularray.sty
Lines 2828 to 2840 in 1bcb706
The text was updated successfully, but these errors were encountered: