-
Notifications
You must be signed in to change notification settings - Fork 22
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
Inconsistent local/global assignments and variables not declared #22
Labels
feature request
New feature or request
Milestone
Comments
Thanks. I will look into it later. |
BTW, more can be caught with: \RequirePackage[check-declarations,enable-debug]{expl3}
\ExplSyntaxOn
\debug_on:n { all}
\ExplSyntaxOff
\documentclass{article}
\usepackage{tabularray}
\begin{document}
\end{document} |
lvjr
added a commit
that referenced
this issue
Aug 28, 2022
lvjr
added a commit
that referenced
this issue
Feb 15, 2024
lvjr
added a commit
that referenced
this issue
Feb 16, 2024
There are still quite a lot undeclares variables etc:
gives
|
muzimuzhi
added a commit
to muzimuzhi/tabularray
that referenced
this issue
Oct 8, 2024
BREAKING CHANGE: Templates now must be defined by \DefTblrTemplate before being used in \SetTblrTemplate.
@u-fischer Thanks for your report. I opened #517 to fix all the cases caught by |
muzimuzhi
added a commit
to muzimuzhi/tabularray
that referenced
this issue
Oct 8, 2024
BREAKING CHANGE: Templates now must be defined by \DefTblrTemplate before being used in \SetTblrTemplate.
muzimuzhi
added a commit
to muzimuzhi/tabularray
that referenced
this issue
Oct 14, 2024
BREAKING CHANGE: Using undefined templates in \SetTblrTemplate now raises an error.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The compilation of the following file highlights several
expl3
problems in thetabularray
's code (inconsistent local/global assignments and variables not declared).The text was updated successfully, but these errors were encountered: