Commit bbc91107 authored by liziwl's avatar liziwl
Browse files

fix #58,目录每级取消悬挂缩进

parent 8f01154f
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -32,11 +32,12 @@ Changelog 维护应保持最新版本在文件上面的原则,日期格式按
## [Unreleased](https://github.com/SUSTech-CRA/sustech-master-thesis/compare/v1.3.13...HEAD)

### Changed
- 允许论文题目和章节题目出现特殊的小写字母。
- 同步上游关于图表距离的修复,浮动对象整体上下距离调整为12bp。
- 允许论文题目和章节题目出现特殊的小写字母(#53)
- 同步上游关于图表距离的修复,浮动对象整体上下距离调整为12bp(#54)
- 移除中文下数学定理、证明环境里中文冒号后多余空格。
- 更换单元格类型符号,减少一个warning。
- 插图清单,表格清单按照 label 对齐。
- 插图清单,表格清单按照 label 对齐(#57)。
- 目录每级取消悬挂缩进(#58)。

## [1.3.13](https://github.com/SUSTech-CRA/sustech-master-thesis/compare/v1.3.12...v1.3.13)
### Added
+4 −4
Original line number Diff line number Diff line
@@ -3160,21 +3160,21 @@
    \ifthu@main@language@chinese
      \titlecontents{chapter}
        [\z@]{\rmfamily \heiti}
        {\contentspush{\thecontentslabel\quad}}{}
        {\thecontentslabel\quad}{}
        {\rmfamily\thu@leaders\thecontentspage}%
    \else
      \titlecontents{chapter}
        [\z@]{\rmfamily \heiti}
        {\bfseries \contentspush{\MakeTextUppercase{\thecontentslabel}\quad}}{\bfseries}
        {\bfseries \MakeTextUppercase{\thecontentslabel}\quad}{\bfseries}
        {\rmfamily\thu@leaders\thecontentspage}%
    \fi
    \titlecontents{section}
      [1em]{}
      {\contentspush{\thecontentslabel\quad}}{}
      {\thecontentslabel\quad}{}
      {\thu@leaders\thecontentspage}%
    \titlecontents{subsection}
      [2em]{}
      {\contentspush{\thecontentslabel\quad}}{}
      {\thecontentslabel\quad}{}
      {\thu@leaders\thecontentspage}%
  \fi
}