PhelypeOleinik / lipsum

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

LaTeX Warning: Unused global option #13

Closed hair-splitter closed 2 years ago

hair-splitter commented 2 years ago

Compiling the following code, there is a LaTeX Warning: Unused global option(s): [12pt].

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

Without \usepackage{lipsum} there is not warning.

TeX-system: TeX Live 2022 (updated: 2022/06/20)

PhelypeOleinik commented 2 years ago

Not a lipsum bug. See latex3/latex2e#864. This should be fixed in a few days with the next LaTeX patch release.