Commit 60f577d1 authored by liziwl's avatar liziwl
Browse files

fix #57,插图清单,表格清单按照 label 对齐

parent 38d17a14
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -35,6 +35,8 @@ Changelog 维护应保持最新版本在文件上面的原则,日期格式按
- 允许论文题目和章节题目出现特殊的小写字母。
- 同步上游关于图表距离的修复,浮动对象整体上下距离调整为12bp。
- 移除中文下数学定理、证明环境里中文冒号后多余空格。
- 更换单元格类型符号,减少一个warning。
- 插图清单,表格清单按照 label 对齐。

## [1.3.13](https://github.com/SUSTech-CRA/sustech-master-thesis/compare/v1.3.12...v1.3.13)
### Added
@@ -46,7 +48,7 @@ Changelog 维护应保持最新版本在文件上面的原则,日期格式按
- 修改全局的图题距离。
- 全局移除列表第一级序号后空格。
- 加粗英文的定理环境前缀和编号。
- 插图列表、表格列表、公式列表中加入附录中出现的实例。
- 插图清单、附表清单、公式清单中加入附录中出现的实例。
- 更新超长列表列样式例子。

### Removed
+3 −3
Original line number Diff line number Diff line
@@ -4766,7 +4766,7 @@ Thesis for the degree of \degree@level@en@noun \ of \thu@degree@domain@en%
}
\titlecontents{figure}
  [\z@]{}
  {\contentspush{\figurename~\thecontentslabel\quad}}{}
  {\contentspush{\makebox[4em][l]{\figurename~\thecontentslabel}}}{}
  {\nobreak\thu@leaders\nobreak\hfil\thecontentspage}
%    \end{macrocode}
% \end{macro}
@@ -4781,7 +4781,7 @@ Thesis for the degree of \degree@level@en@noun \ of \thu@degree@domain@en%
}
\titlecontents{table}
  [\z@]{}
  {\contentspush{\tablename~\thecontentslabel\quad}}{}
  {\contentspush{\makebox[4em][l]{\tablename~\thecontentslabel}}}{}
  {\thu@leaders\thecontentspage}
%    \end{macrocode}
% \end{macro}
@@ -5023,7 +5023,7 @@ Thesis for the degree of \degree@level@en@noun \ of \thu@degree@domain@en%
      \protect\setcounter{tocdepth}{\thu@toc@depth}%
    }%
  }%
  % 以下为在插图列表、表格列表、公式列表中移除附录中出现的实例。
  % 以下为在插图清单、附表清单、公式清单中移除附录中出现的实例。
  %\addtocontents{lof}{\string\let\string\contentsline\string\ttl@gobblecontents}
  %\addtocontents{lot}{\string\let\string\contentsline\string\ttl@gobblecontents}
  %\addtocontents{loe}{\string\let\string\contentsline\string\ttl@gobblecontents}