
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}