PhelypeOleinik / lipsum

150 paragraphs of Lorem ipsum dummy text for LaTeX
12 stars 7 forks source link

lipsum errors under expl3 check-declarations #3

Closed 8573 closed 3 years ago

8573 commented 3 years ago
\documentclass{article}
\usepackage[check-declarations]{expl3}
\usepackage{lipsum}
\begin{document}
\lipsum[2]
\end{document}

If expl3's option check-declarations is enabled, the document fails to build because of two "Inconsistent local/global assignment" errors in lipsum and one assignment to a variable not yet declared. This is perhaps not an important issue, but I tend to have check-declarations on so I notice this sort of thing.

PhelypeOleinik commented 3 years ago

Thanks for the report! Can you show me the .log file, please? Your example works fine for me...

PhelypeOleinik commented 3 years ago

Closing as this seems to be due to an outdated version.