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

Inconsistent local/global assignments and variables not declared #22

Open
dbitouze opened this issue Jun 14, 2021 · 2 comments
Open

Inconsistent local/global assignments and variables not declared #22

dbitouze opened this issue Jun 14, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@dbitouze
Copy link
Contributor

The compilation of the following file highlights several expl3 problems in the tabularray's code (inconsistent local/global assignments and variables not declared).

\RequirePackage[check-declarations,enable-debug]{expl3}
\documentclass{article}
\usepackage{tabularray}
\begin{document}
\end{document}
@lvjr
Copy link
Owner

lvjr commented Jun 14, 2021

Thanks. I will look into it later.

@lvjr lvjr added the enhancement New feature or request label Jun 14, 2021
@dbitouze
Copy link
Contributor Author

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}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants