PhelypeOleinik / lipsum

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

\lipsum[] breaks with low-level TeX error #5

Closed PhelypeOleinik closed 3 years ago

PhelypeOleinik commented 3 years ago

Example:

\documentclass{article}
\usepackage{lipsum}
\begin{document}
\lipsum[]
\end{document}

Error:

! Missing number, treated as zero.
<to be read again> 
                   \__int_eval_end: 
l.7 \end
        {document}
?

Not sure what the behaviour of \lipsum[] should be though.