Skip to content

Commit

Permalink
Merge pull request #27 from Certseeds/master
Browse files Browse the repository at this point in the history
主要修改了中英文诚信承诺书,现在他们看上去更像word/pdf版本了.
  • Loading branch information
liziwl authored Mar 22, 2022
2 parents b4be170 + 1e5cf8c commit fdeed82
Showing 1 changed file with 34 additions and 26 deletions.
60 changes: 34 additions & 26 deletions sustechthesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@
\renewcommand\cftsubsubsecfont{\宋\四号}
\renewcommand\cftsubsubsecpagefont{\宋\四号}
\setlength\cftparskip{7pt}
\setlength\cftsubsecindent{0pt}
\setlength\cftsubsubsecindent{0pt}
\setlength\cftsubsecindent{0bp}
\setlength\cftsubsubsecindent{0bp}
\RequirePackage{xkeyval}
% 根据名称定义中英文控制序列
\def\中英信息#1,#2#3{
Expand Down Expand Up @@ -181,8 +181,8 @@
\pagestyle{fancy}
\lhead{}\chead{}\rhead{}\lfoot{}\rfoot{}%除了页脚页码之外,什么也没有
\cfoot{\五\thepage} %页脚居中、阿拉伯数字(五号新罗马体)连续编码
\renewcommand{\headrulewidth}{0pt} %改为0pt即可去掉页眉下面的横线
\renewcommand{\footrulewidth}{0pt} %改为0pt即可去掉页脚上面的横线
\renewcommand{\headrulewidth}{0bp} %改为0bp即可去掉页眉下面的横线
\renewcommand{\footrulewidth}{0bp} %改为0bp即可去掉页脚上面的横线
% 设置标题页
\RequirePackage{listofitems}
\RequirePackage{xeCJKfntef}
Expand Down Expand Up @@ -314,42 +314,50 @@
% 诚信承诺书
\newcommand\中文诚信承诺书{
\newgeometry{%
top=3.6cm,bottom=2.75cm,
left=2.54cm,right=2.48cm}
top=2.74cm,bottom=2.54cm,
left=3.17cm,right=3.17cm}
\thispagestyle{empty}
\begin{center}
\黑\二号 诚信承诺书
{\黑\二\bfseries 诚信承诺书}
\end{center}
\vskip 1.8cm
\begin{spacing}{1.9}\宋\四
\vskip 1.65cm
\begin{spacing}{1.85}\宋\四
1.本人郑重承诺所呈交的毕业设计(论文),是在导师的指导下,独立进行研究工作所取得的成果,所有数据、图片资料均真实可靠。\par
2.除文中已经注明引用的内容外,本论文不包含任何其他人或集体已经发表或撰写过的作品或成果。对本论文的研究作出重要贡献的个人和集体,均已在文中以明确的方式标明。\par
3.本人承诺在毕业论文(设计)选题和研究内容过程中没有抄袭他人研究成果和伪造相关数据等行为。\par
4.在毕业论文(设计)中对侵犯任何方面知识产权的行为,由本人承担相应的法律责任。
\vskip 4cm
\hfill 作者签名:\phantom{xxxx月xxxx日} \par
\hfill\下划线[2cm]{}年\下划线[1cm]{}月\下划线[1cm]{}日

\vskip 4.55cm
\begin{flushright}
\makebox[10em][l]{作者签名:}\\
\makebox[11em][l]{\下划线[2cm]{}年\下划线[1cm]{}月\下划线[1cm]{}日}
\end{flushright}
\end{spacing}
\clearpage\restoregeometry
}
\newcommand\英文诚信承诺书{
\newgeometry{%
top=2.75cm,bottom=2.75cm,
left=2.54cm,right=2.48cm}
top=2.85cm,bottom=0.49cm,
left=3.16cm,right=3.10cm}
\thispagestyle{empty}
\begin{center}
\huge COMMITMENT OF HONESTY
{\fontsize{22bp}{22bp}\selectfont COMMITMENT OF HONESTY}
\end{center}
\vskip 0.9cm
\begin{spacing}{1.45}
\三\noindent
1. I solemnly promise that the paper presented comes from my independent research work under my supervisor's supervision. All statistics and images are real and reliable.\\
2. Except for the annotated reference, the paper contents no other published work or achievement by person or group. All people making important contributions to the study of the paper have been indicated clearly in the paper.\\
3. I promise that I did not plagiarize other people's research achievement or forge related data in the process of designing topic and research content.\\
4. If there is violation of any intellectual property right, I will take legal responsibility myself.
\vskip 3.63cm
\hfill Signature:\phantom{abcdefghijklmn} \par
\hfill Date:\phantom{abcdefghijklmnopqr}
\vskip 0.5cm
\begin{spacing}{2.24}
{\fontsize{14bp}{14bp} \selectfont
\begin{enumerate}[wide, labelwidth=!, labelindent=0pt, nolistsep]
\item I solemnly promise that the paper presented comes from my \linebreak independent research work under my supervisor's supervision. All \linebreak statistics and images are real and reliable.
\item Except for the annotated reference, the paper contents no other \linebreak published work or achievement by person or group. All people making \linebreak important contributions to the study of the paper have been indicated \linebreak clearly in the paper.
\item I promise that I did not plagiarize other people's research achievement \linebreak or forge related data in the process of designing topic and research \linebreak content.
\item If there is violation of any intellectual property right, I will take legal \linebreak responsibility myself.
\end{enumerate}
\vskip 3.25cm
\begin{flushright}
\makebox[11em][l]{Signature:}\\
\makebox[11em][l]{Date:}
\end{flushright}
}
\end{spacing}
\clearpage\restoregeometry
}
Expand All @@ -366,7 +374,7 @@
}%
\vskip 1cm
\宋\四\姓名@中 \\[9pt]
\楷\小四{\系别@中\phantom{空}指导教师: \指导老师@中})
\楷\小四{\系别@中 \quad 指导教师: \指导老师@中})
\end{center}
\vskip 1.5cm
}
Expand Down

0 comments on commit fdeed82

Please sign in to comment.