l3
语法看不懂。下面是在标准文档类中的简短的例子,以供参考。
\documentclass[UTF8]{ctexart}
\usepackage{graphicx,lipsum,zhlipsum,lastpage,mwe,geometry,fancyhdr,pgffor}
\geometry{margin=2in,showframe,a4paper}
\pagestyle{fancy}
\fancyhf{}
\setlength{\headheight}{12pt}
\renewcommand{\headrulewidth}{0pt}
\begin{document}
\cfoot{Page~\thepage~of~\pageref{LastPage}}
\lipsum[1-8]
\pagenumbering{arabic}
\zhlipsum[1-4]
\foreach \x in {1,2,3} {
\begin{figure}
\centering
\includegraphics[width=\textwidth]{example-image}
\caption{Example Image \x}
\end{figure}
}
\end{document}
问 els-cas-templates模板文档最后放置浮动体总页数不对?