Commit b823d998 authored by liziwl's avatar liziwl
Browse files

更新封面中的英文标题为大写

parent 23691031
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ SUSTech 镜像站(GitHub Releases 的镜像): https://mirrors.sustech.edu.cn

## 反馈与QA

1. 南科大LaTex学习交流群:119667812
1. 南科大LaTeX学习交流群:119667812
2. 提交 [GitHub Issue](https://github.com/SUSTech-CRA/sustech-master-thesis/issues/new/choose)
3. [讨论区 Discussions](https://github.com/SUSTech-CRA/sustech-master-thesis/discussions)

+3 −3
Original line number Diff line number Diff line
@@ -17,12 +17,12 @@
  %
  % 标题
  %   可使用“\\”命令手动控制换行
  %   如果需要使用副标题,取消 subtitle 和 subtitle* 的注释即可(\color{gray} 仅作展示用,使用时请删去)
  %   如果需要使用副标题,取消 subtitle 和 subtitle* 的注释即可。
  %
  title  = {南方科技大学学位论文 \LaTeX{} 模板 (Support English) 使用示例文档 v\version},
  title* = {An Introduction to \LaTeX{} Thesis Template of Southern University of Science and Technology v\version},
  % subtitle = {\color{gray} 可选的副标题可选的副标题可选的副标题可选的副标题可选的副标题可选的副标题},
  % subtitle* = {\color{gray} optional subtitle optional subtitle optional subtitle optional subtitle optional subtitle optional subtitle},
  % subtitle = {可选的副标题可选的副标题可选的副标题可选的副标题可选的副标题可选的副标题},
  % subtitle* = {optional subtitle optional subtitle optional subtitle optional subtitle optional subtitle optional subtitle},
  %
  % 学位
  %   1. 学术型
+4 −4
Original line number Diff line number Diff line
@@ -1694,11 +1694,11 @@

    % 18 bp*1.3默认行距比例*1.25行距 = 29.25
    % 16 bp*1.3默认行距比例*1.25行距 = 26
    {\fontsize{18bp}{29.25bp}\selectfont \textbf{\thu@title@en \\} }
    {\fontsize{18bp}{29.25bp}\selectfont \textbf{\MakeUppercase{\thu@title@en} \\} }
    \ifx\thu@subtitle@en\empty
      \relax%
    \else
      {\fontsize{16bp}{26bp}\selectfont \textbf{\thu@subtitle@en \\} }
      {\fontsize{16bp}{26bp}\selectfont \textbf{\MakeUppercase{\thu@subtitle@en} \\} }
    \fi
    \vfill

@@ -1867,11 +1867,11 @@ Thesis for the degree of \degree@level@en@noun \ of \thu@degree@domain@en%
      \centering
      % 24 bp*1.15默认行距比例*1.25行距 = 34.5
      % 18 bp*1.15默认行距比例*1.25行距 = 25.875
      {\fontsize{24bp}{34.5bp}\selectfont \textbf{\thu@title@en \\}}
      {\fontsize{24bp}{34.5bp}\selectfont \textbf{\MakeUppercase{\thu@title@en} \\}}
      \ifx\thu@subtitle@en\empty
        \relax%
      \else
        {\fontsize{18bp}{25.875bp}\selectfont \textbf{\thu@subtitle@en \\}}
        {\fontsize{18bp}{25.875bp}\selectfont \textbf{\MakeUppercase{\thu@subtitle@en} \\}}
      \fi
      }
    \par