Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

## [Unreleased]

- 注释英文大摘要([#1137](https://github.com/sjtug/SJTUThesis/pull/1137))。

### Added

- 添加 `sjtuthesis-bachelor.sty` 来补充学士论文额外配置([#1113](https://github.com/sjtug/SJTUThesis/pull/1113))。
Expand Down
5 changes: 3 additions & 2 deletions main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
% [openright|openany], % 可选(默认:openright),奇数页或任意页开始新章
% math-style=[ISO|TeX], % 可选 (默认:ISO),数学符号样式

% 学士论文额外设置
% 添加学士学位论文相关的额外设置,硕士和博士学位论文可忽略
\usepackage{sjtuthesis-bachelor}

% 论文基本配置,加载宏包等全局配置
Expand Down Expand Up @@ -92,7 +92,8 @@
\input{contents/resume}

% 学士学位论文要求在最后有一个大摘要,单独编页码
\input{contents/digest}
% 如果撰写学士学位论文,请取消下一行的注释
% \input{contents/digest}

%TC:endignore

Expand Down