Unverified Commit 23691031 authored by liziwl's avatar liziwl Committed by GitHub
Browse files

Merge pull request #20 from liziwl/master

修复章节的行距,为声明命令增加可选参数 Fix #17
parents df89a342 bc08d9f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ jobs:
  sync:
    runs-on: ubuntu-latest
    name: Sync to other git service
    if: always()
    if: always() && github.repository_owner == 'SUSTech-CRA'
    needs: release
    steps:

+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ jobs:
  sync:
    runs-on: ubuntu-latest
    name: Sync to other git service
    if: always()
    if: always() && github.repository_owner == 'SUSTech-CRA'
    needs: build_latex
    steps:

data/statement.tex

deleted100644 → 0
+0 −53
Original line number Diff line number Diff line
% !TeX root = ../sustechthesis-example.tex

\newcommand{\authorsign}{
  \begin{table}
    \centering
    \normalsize
    \vspace{1em}
    \begin{tabular}{llll}
    作者签名: & \hspace{4cm} & 日期: &  \hspace{4cm}
    \end{tabular}
  \end{table}
}
\newcommand{\authorsupervisorsign}{
  \begin{table}
    \centering
    \normalsize
    \renewcommand\arraystretch{2}%
    \begin{tabular}{llll}
    作者签名: & \hspace{4cm} & 日期: &  \hspace{4cm}\\
    指导教师签名: & \hspace{4cm} & 日期: &  \hspace{4cm}
    \end{tabular}
  \end{table}
}

\begin{statementcopyright}
  \vspace{2em}
  \section*{南方科技大学学位论文原创性声明}
  \vspace{1em}

    本人郑重声明:所提交的学位论文是本人在导师指导下独立进行研究工作所取得的成果。除了特别加以标注和致谢的内容外,论文中不包含他人已发表或撰写过的研究成果。对本人的研究做出重要贡献的个人和集体,均已在文中作了明确的说明。本声明的法律结果由本人承担。

  \authorsign

  \vspace{1em}
  \section*{南方科技大学学位论文使用授权书}
  \vspace{1em}

    本人完全了解南方科技大学有关收集、保留、使用学位论文的规定,即:

    \begin{enumerate}[wide]
      \item 按学校规定提交学位论文的电子版本。
      \item 学校有权保留并向国家有关部门或机构送交学位论文的电子版,允许论文被查阅。
      \item 在以教学与科研服务为目的前提下,学校可以将学位论文的全部或部分内容存储在有关数据库提供检索,并可采用数字化、云存储或其他存储手段保存本学位论文。
        \begin{enumerate}[wide,label={(\arabic*)}]
          \item 在本论文提交当年,同意在校园网内提供查询及前十六页浏览服务。
          \item 在本论文提交 $\mdlgwhtsquare$ 当年/ $\mdlgwhtsquare$ 一年以后,同意向全社会公开论文全文的在线浏览和下载。
        \end{enumerate}
      \item 保密的学位论文在解密后适用本授权书。
    \end{enumerate}

  \authorsupervisorsign

\end{statementcopyright}
 No newline at end of file

data/statement_en.tex

deleted100644 → 0
+0 −49
Original line number Diff line number Diff line
% !TeX root = ../sustechthesis-example.tex

\newcommand{\authorsign}{
  \begin{table}
    \centering
    \normalsize
    \begin{tabular}{llll}
    Signature: & \hspace{4cm} & Date: &  \hspace{4cm}
    \end{tabular}
  \end{table}
}
\newcommand{\authorsupervisorsign}{
  \begin{table}
    \centering
    \normalsize
    \begin{tabular}{llll}
    Signature of Author: & \hspace{4cm} & Date: &  \hspace{4cm}\\
    Signature of Supervisor: & \hspace{4cm} & Date: &  \hspace{4cm}
    \end{tabular}
  \end{table}
}

\begin{statementcopyright}
  \section*{Declaration of Originality of Thesis}
  \vspace{1em}

    I hereby declare that this thesis is my own original work under the guidance of my supervisor. It does not contain any research results that others have published or written. All sources I quoted in the thesis are indicated in references or have been indicated or acknowledged. I shall bear the legal liabilities of the above statement.

  \authorsign

  \section*{Declaration of Authorization of Thesis}

  \vspace{1em}

    I fully understand the regulations regarding the collection, retention and use of thesis of Southern University of Science and Technology.
    \begin{enumerate}[wide]
      \item Submit the electronic version of thesis as required by the University.
      \item The University has the right to retain and send the electronic version to other institutions that allow the thesis to be read by the public.
      \item The University may save all or part of the thesis in certain databases for retrieval, and may save it with digital, cloud storage or other methods for the purpose of teaching and scientific research. I agree that the full text of the thesis can be viewed online or downloaded within the campus network.
      \begin{enumerate}[wide,label={\arabic*)}]
        \item I agree that once submitted, the thesis can be retrieved online and the first 16 pages can be viewed within the campus network.
        \item I agree that $\mdlgwhtsquare$ upon submission $\mdlgwhtsquare$ 12 months after submission, the full text of the thesis can be viewed and downloaded by the public.
      \end{enumerate}
      \item This authorization applies to decrypted confidential thesis.
    \end{enumerate}

  \authorsupervisorsign

\end{statementcopyright}
 No newline at end of file
+263 KiB

File added.

No diff preview for this file type.

Loading