正文页码不对怎么回事儿呢?
#265
-
\documentclass{xdupgthesis}
\begin{document}
\frontmatter
\tableofcontents
\mainmatter
\chapter{绪论}
\chapter{第二章}
\chapter{第三章}
\end{document} |
Beta Was this translation helpful? Give feedback.
Answered by
note286
Mar 27, 2025
Replies: 1 comment
-
请参考手册第2.4节中给出的示例: \documentclass{xdupgthesis}
\xdusetup{}
\begin{document}
\chapter{欢迎}
使用\LaTeX{}!
\end{document} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ney158
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
请参考手册第2.4节中给出的示例: