File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- \documentclass [bachelor,nocolorlinks ]{seuthesis } % 本科
1+ % !TEX TS-program = xelatex
2+ % !TEX encoding = UTF-8 Unicode
3+ % !Mode:: "TeX:UTF-8"
4+ \documentclass [bachelor,nocolorlinks, printoneside ]{seuthesis } % 本科
25% \documentclass[master]{seuthesis} % 硕士
36% \documentclass[doctor]{seuthesis} % 博士
47% \documentclass[engineering]{seuthesis} % 工程硕士
3740\thanks {本论文获国家XXX计划项目(2012AA00A00)和国家杰出青年科学基金项目(01234567)资助。}
3841\maketitle
3942
40-
41-
42-
4343\begin {abstract }{希腊字母,腓尼基字母,语言,深度学习}
4444希腊字母源自腓尼基字母。腓尼基字母只有辅音,从右向左写。希腊语的元音发达,希腊人增添了元音字母。因为希腊人的书写工具是蜡板,有时前一行从右向左写完后顺势就从左向右写,变成所谓“耕地”式书写,后来逐渐演变成全部从左向右写。字母的方向也颠倒了。罗马人引进希腊字母,略微改变变为拉丁字母,在世界广为流行。希腊字母广泛应用到学术领域,如数学等。
4545
@@ -163,6 +163,12 @@ \section{引用论文}
163163
164164\end {Main } % 结束正文
165165
166+ \begin {Acknowledgement }{}
167+ 这次的毕业论文设计总结是在我的指导老师xxx老师亲切关怀和悉心指导下完成的。从毕业设计选题到设计完成,x老师给予了我耐心指导与细心关怀,有了莫老师耐心指导与细心关怀我才不会在设计的过程中迷失方向,失去前进动力。x老师有严肃的科学态度,严谨的治学精神和精益求精的工作作风,这些都是我所需要学习的,感谢x老师给予了我这样一个学习机会,谢谢!
168+
169+ 感谢与我并肩作战的舍友与同学们,感谢关心我支持我的朋友们,感谢学校领导、老师们,感谢你们给予我的帮助与关怀;感谢肇庆学院,特别感谢计算机科学与软件学院四年来为我提供的良好学习环境,谢谢!
170+ \end {Acknowledgement }
171+
166172% 参考文献
167173\bibliography {seuthesis}
168174{}
@@ -171,11 +177,7 @@ \section{引用论文}
171177 ……
172178\end {Appendix }
173179
174- \begin {Acknowledgement }{}
175- 这次的毕业论文设计总结是在我的指导老师xxx老师亲切关怀和悉心指导下完成的。从毕业设计选题到设计完成,x老师给予了我耐心指导与细心关怀,有了莫老师耐心指导与细心关怀我才不会在设计的过程中迷失方向,失去前进动力。x老师有严肃的科学态度,严谨的治学精神和精益求精的工作作风,这些都是我所需要学习的,感谢x老师给予了我这样一个学习机会,谢谢!
176180
177- 感谢与我并肩作战的舍友与同学们,感谢关心我支持我的朋友们,感谢学校领导、老师们,感谢你们给予我的帮助与关怀;感谢肇庆学院,特别感谢计算机科学与软件学院四年来为我提供的良好学习环境,谢谢!
178- \end {Acknowledgement }
179181
180182\newpage
181183\printindex % 索引
Original file line number Diff line number Diff line change @@ -126,6 +126,21 @@ BoldItalicFont=timesbi.ttf
126126\newcommand {\qihao }{\fontsize {5.5pt}{6.5pt}\selectfont }
127127
128128
129+ \renewcommand \frontmatter {%
130+ \ifstoneside\clearpage \else \cleardoublepage \fi
131+
132+ \@mainmatterfalse
133+ \pagenumbering {Roman}
134+ \pagestyle {empty}}
135+ \renewcommand \mainmatter {%
136+ \ifstoneside\clearpage \else \cleardoublepage \fi
137+ \@mainmattertrue
138+ \pagenumbering {arabic}
139+ \pagestyle {plain}}
140+ \renewcommand \backmatter {%
141+ \ifstoneside\clearpage \else \cleardoublepage \fi
142+ \@mainmattertrue }
143+
129144% my change
130145\DeclareCaptionFont {capFont}{\song\wuhao } % 表格名及图名用5号宋体
131146\DeclareCaptionLabelSeparator {twospace}{~~}
@@ -315,7 +330,6 @@ BoldItalicFont=timesbi.ttf
315330 }
316331
317332 \ifbachelordegree
318- \newpage ~\newpage ~
319333 \seudeclare
320334 \frontmatter
321335 \else
@@ -694,6 +708,7 @@ BoldItalicFont=timesbi.ttf
694708 \pagestyle {seunolabelstyle}
695709 \tableofcontents@orig \par
696710 \clearpage } % 目录部分字体可采用小四号宋体。
711+
697712 \renewpagestyle {plain}{\pagestyle {seustyle}}
698713}
699714\newenvironment {terminology}[1][\@terminologytitle ]
@@ -708,7 +723,6 @@ BoldItalicFont=timesbi.ttf
708723}
709724\newenvironment {Main}
710725{
711- \pagestyle {seustyle}
712726 \mainmatter % 开始正文部分
713727 \song\xiaosihao % 小四号宋体
714728}{
You can’t perform that action at this time.
0 commit comments