Unused global option(s):[showframe]
虽然选项已传递给geometry
包,但这个小例子仍会引发警告
\documentclass[showframe]{article}
\usepackage{geometry}
\begin{document}
text
\end{document}
相同示例不会产生带有graphicx
包的警告
\documentclass[demo]{article}
\usepackage{graphicx}
\begin{document}
\includegraphics[width=5cm]{image}
\end{document}