Commit d1fcf36b authored by liziwl's avatar liziwl
Browse files

移除中文下数学定理、证明环境里中文冒号后多余空格

parent 3cca3bfe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ Changelog 维护应保持最新版本在文件上面的原则,日期格式按
### Changed
- 允许论文题目和章节题目出现特殊的小写字母。
- 同步上游关于图表距离的修复,浮动对象整体上下距离调整为12bp。
- 移除中文下数学定理、证明环境里中文冒号后多余空格。

## [1.3.13](https://github.com/SUSTech-CRA/sustech-master-thesis/compare/v1.3.12...v1.3.13)
### Added
+21 −3
Original line number Diff line number Diff line
@@ -5438,7 +5438,7 @@ Thesis for the degree of \degree@level@en@noun \ of \thu@degree@domain@en%
    {\z@}{\z@}
    {\normalfont}{\z@}
    {\normalfont\sffamily}{\thu@theorem@separator}
    {0.5em}{}
    {0em}{}
  \newtheoremstyle{thu@en}
    {\z@}{\z@}
    {\normalfont}{\z@}
@@ -5463,6 +5463,9 @@ Thesis for the degree of \degree@level@en@noun \ of \thu@degree@domain@en%
  \newtheorem{conjecture}{\thu@conjecture@name}[chapter]%
  \renewenvironment{proof}[1][\thu@proof@name]{\par
    \pushQED{\qed}%
    \ifthu@language@chinese
      \setlength\labelsep{0em}%
    \fi
    % \normalfont \topsep6\p@\@plus6\p@\relax
    \normalfont \topsep\z@\relax
    \trivlist
@@ -5493,11 +5496,26 @@ Thesis for the degree of \degree@level@en@noun \ of \thu@degree@domain@en%
  \else
    \theoremheaderfont{\normalfont\sffamily\bfseries}%
  \fi
  \newcommand{\set@labelsep@ntheorem}{
    \ifthu@language@chinese
      \setlength\labelsep{0em}%
    \fi
  }
  \renewtheoremstyle{plain}%
  { \set@labelsep@ntheorem%
    \item[\hskip\labelsep \theorem@headerfont ##1\ ##2\theorem@separator]}%
  { \set@labelsep@ntheorem%
    \item[\hskip\labelsep \theorem@headerfont ##1\ ##2\ (##3)\theorem@separator]}%
  \renewtheoremstyle{nonumberplain}%
  { \set@labelsep@ntheorem%
    \item[\theorem@headerfont\hskip\labelsep ##1\theorem@separator]}%
  { \set@labelsep@ntheorem%
    \item[\theorem@headerfont\hskip \labelsep ##1\ (##3)\theorem@separator]}%
  \theoremseparator{\thu@theorem@separator}%
  \theoremsymbol{\ensuremath{\QED}}%
  \newtheorem*{proof}{\thu@proof@name}%
  \theoremstyle{plain}%
  \theoremsymbol{}%
  \theoremseparator{\thu@theorem@separator}%
  \newtheorem{assumption}{\thu@assumption@name}[chapter]%
  \newtheorem{definition}{\thu@definition@name}[chapter]%
  \newtheorem{proposition}{\thu@proposition@name}[chapter]%