Commit 1c2511b0 authored by liziwl's avatar liziwl
Browse files

修改结论环境

parent bed6eab9
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
% !TeX root = ../sustechthesis-example.tex

% 中文使用{结\quad 论}(\quad 为空格不可删除),英文使用{CONCLUSION}作为章节标题。

\chapter{\quad}
% \chapter{CONCLUSION}
\begin{conclusion}

学位论文的结论作为论文正文的最后一章单独排写,但不加章标题序号。

结论应是作者在学位论文研究过程中所取得的创新性成果的概要总结,不能与摘要混为一谈。博士学位论文结论应包括论文的主要结果、创新点、展望三部分,在结论中应概括论文的核心观点,明确、客观地指出本研究内容的创新性成果(含新见解、新观点、方法创新、技术创新、理论创新),并指出今后进一步在本研究方向进行研究工作的展望与设想。对所取得的创新性成果应注意从定性和定量两方面给出科学、准确的评价,分(1)、(2)、(3)…条列出,宜用“提出了”、“建立了”等词叙述。

\end{conclusion}
+14 −0
Original line number Diff line number Diff line
@@ -2092,6 +2092,7 @@
    \def\appendixname{附录}%
    \def\indexname{索引}%
    \def\thu@acknowledgements@name{致\quad 谢}%
    \def\thu@conclusion@name{结\quad 论}%
    \ifthu@degree@bachelor
      \def\contentsname{目\quad 录}%
      \def\listfigurename{插图索引}%
@@ -2142,6 +2143,7 @@
        \def\thu@list@algorithm@name{LIST OF ALGORITHMS}%
        \def\listequationname{LIST OF EQUATIONS}%
        \def\thu@denotation@name{LIST OF SYMBOLS AND ACRONYMS}%
        \def\thu@conclusion@name{CONCLUSION}%
        \def\bibname{REFERENCES}%
        \def\appendixname{APPENDIX}%
        \def\thu@acknowledgements@name{ACKNOWLEDGEMENTS}%
@@ -4509,6 +4511,18 @@ Thesis for the degree of \degree@level@en@noun \ of \thu@degree@domain@en%
%    \end{macrocode}
% \end{environment}
%
%% \subsubsection{结论}
% \label{sec:conclusion}
%
% \begin{environment}{conclusion}
% 定义结论环境
%    \begin{macrocode}
\newenvironment{conclusion}{%
  \thu@chapter*{\thu@conclusion@name}%
}{}
%    \end{macrocode}
% \end{environment}
%
%
% \subsubsection{致谢以及声明}
% \label{sec:ackanddeclare}