We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f98364d commit 32064c0Copy full SHA for 32064c0
main.pdf
816 KB
main.tex
@@ -138,14 +138,17 @@
138
% 如果需要直接覆盖封面和原创性声明,请将下面一行取消注释,并注释上面两行。
139
% \includepdf[pages={1,2}]{cover.pdf}
140
141
-\frontmatter
142
-\include{contents/abstract}
+{
+ \pagenumbering{Roman}
143
+ \pagestyle{shu@headings}
144
+ \include{contents/abstract}
145
+}
146
147
148
{
149
\hypersetup{linkcolor=black}
150
+ \pagenumbering{gobble}
151
\tableofcontents
- \thispagestyle{shu@nopagefoot}
152
}
153
154
0 commit comments