Commit 4d9e1c47 authored by liziwl's avatar liziwl
Browse files

修复封面超长英文系名导致的overbox问题

parent 605883a2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -43,9 +43,9 @@
  %
  % 培养单位
  %   填写所属院系的全名
  %
  %   超长英文系名可以手动换行
  department = {计算机科学与技术系},
  department* = {Computer Science and Technology},
  department* = {School of System Design and \\Intelligent Manufacturing},
  %
  % 学科
  %   1. 学术型学位
+20.6 KiB (403 KiB)

File changed.

No diff preview for this file type.

+29 −25
Original line number Diff line number Diff line
@@ -1739,6 +1739,11 @@
  \clearpage
  \restoregeometry
}

\def\thu@info@item@simple#1#2{%
  \textbf{#1} & \begin{tabular}{@{}l@{}}#2\end{tabular}
}%

\newcommand\thu@titlepage@graduate@simple@en{%
  \newgeometry{
    top     = 3cm,
@@ -1775,18 +1780,17 @@
      }
    \par

    
    \vfill
    \begin{spacing}{1.5}
      {\sihao%
      \begin{tabular}{@{}ll@{}}
        \textbf{Candidate:} & \thu@author@en\\
        \textbf{Supervisor:} & \thu@supervisor@en\\
        \textbf{Academic Degree Applied for:} & \degree@level@en@noun \ of \thu@degree@domain@en\\
        \textbf{Speciality:} & \thu@discipline@en\\
        \textbf{Date of Defence:} & \thu@format@date{\thu@date@en@short}{\thu@date}\\
        \textbf{Affiliation:} & \thu@department@en\\
        \textbf{Degree-Conferring-Institution:} & Southern University of Science and Technology
      \begin{tabular}{@{}m{0.44\textwidth}m{0.56\textwidth}@{}}
        \thu@info@item@simple{Candidate:}{\thu@author@en}\\
        \thu@info@item@simple{Supervisor:}{\thu@supervisor@en}\\
        \thu@info@item@simple{Academic Degree Applied for:}{\degree@level@en@noun \ of \thu@degree@domain@en}\\
        \thu@info@item@simple{Speciality:}{\thu@discipline@en}\\
        \thu@info@item@simple{Date of Defence:}{\thu@format@date{\thu@date@en@short}{\thu@date}}\\
        \thu@info@item@simple{Affiliation:}{\thu@department@en}\\
        \thu@info@item@simple{Degree-Conferring-Institution:}{Southern University of Science\\and Technology}
      \end{tabular}}
    \end{spacing}
    \vspace{1.5cm}