Skip to content

Commit 32064c0

Browse files
authored
[FIX] abstract and content part (#47)
1 parent f98364d commit 32064c0

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

main.pdf

816 KB
Binary file not shown.

main.tex

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,14 +138,17 @@
138138
% 如果需要直接覆盖封面和原创性声明,请将下面一行取消注释,并注释上面两行。
139139
% \includepdf[pages={1,2}]{cover.pdf}
140140

141-
\frontmatter
142-
\include{contents/abstract}
141+
{
142+
\pagenumbering{Roman}
143+
\pagestyle{shu@headings}
144+
\include{contents/abstract}
145+
}
143146

144147

145148
{
146149
\hypersetup{linkcolor=black}
150+
\pagenumbering{gobble}
147151
\tableofcontents
148-
\thispagestyle{shu@nopagefoot}
149152
}
150153

151154

0 commit comments

Comments
 (0)