Skip to content

Commit

Permalink
dump to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DapengFeng committed Oct 18, 2023
1 parent 6eb7354 commit b294ff3
Show file tree
Hide file tree
Showing 9 changed files with 1,033 additions and 305 deletions.
10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
package-lock.json
node_modules/
dist/
thuthesis*.zip
thuthesis-ctan/
sysuthesis*.zip
sysuthesis-ctan/

## generated files:
dtx-style.sty
thuthesis.cls
thuthesis.pdf
thuthesis-example.pdf
# sysuthesis.cls
# sysuthesis.pdf
# sysuthesis-example.pdf
spine.pdf
*.hd

Expand Down
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@

## [Unreleased]

## [v1.1.1] - 2023-10-18
### Add
- 添加封面和封底扫描版
### Merge
- 合并ThuThesis v7.4.0

## [v1.1.0] - 2022-11-16
### Merge
- 合并Thu-Thesis v7.3.1
- 合并ThuThesis v7.3.1

## [v1.0.1] - 2021-10-09
### Added
Expand All @@ -27,7 +33,8 @@
- 改变研究生的titlepage和copyrightpage


[Unreleased]: https://github.com/DapengFeng/sysuthesis/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/DapengFeng/sysuthesis/compare/v1.1.1...HEAD
[v1.1.1]: https://github.com/DapengFeng/sysuthesis/releases/tag/v1.1.1
[v1.1.0]: https://github.com/DapengFeng/sysuthesis/releases/tag/v1.1.0
[v1.0.1]: https://github.com/DapengFeng/sysuthesis/releases/tag/v1.0.1
[v1.0.0]: https://github.com/DapengFeng/sysuthesis/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SOURCES = $(PACKAGE).ins $(PACKAGE).dtx
CLSFILE = dtx-style.sty $(PACKAGE).cls

LATEXMK = latexmk
SHELL := /bin/bash
SHELL := /usr/bin/env bash
NPM ?= npm

# make deletion work on Windows
Expand Down
19 changes: 19 additions & 0 deletions spine.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
% !TeX encoding = UTF-8
% !TeX program = xelatex
% !TeX spellcheck = en_US

\documentclass[degree=master]{sysuthesis}

\input{sysusetup.tex}

% \sysusetup{
% spine-font = {\zihao{3}},
% spine-title = {书脊的标题},
% spine-author = {书脊的作者姓名},
% }

\begin{document}

\spine

\end{document}
23 changes: 13 additions & 10 deletions sysusetup.tex
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
title* = {An Introduction to \LaTeX{} Thesis Template of Sun Yat-sen
University v\version},
%
% 学位
% 学科门类
% 1. 学术型
% - 中文
% 需注明所属的学科门类,例如:
Expand All @@ -39,26 +39,29 @@
% Doctor of Education, Master of Engineering
% 3. 本科生不需要填写
%
degree-name = {工学博士},
degree-name* = {Doctor of Philosophy},
degree-category = {工学博士},
degree-category* = {Doctor of Philosophy},
%
% 培养单位
% 填写所属院系的全名
%
department = {计算机科学与技术系},
%
% 学科
% 1. 学术型学位
% 获得一级学科授权的学科填写一级学科名称,其他填写二级学科名称
% 2. 工程硕士
% 工程领域名称
% 3. 其他专业型学位
% 不填写此项
% 4. 本科生填写专业名称,第二学位论文需标注“(第二学位)”
% 1. 研究生学术型学位,获得一级学科授权的学科填写一级学科名称,其他填写二级学科名称
% 2. 本科生填写专业名称,第二学位论文需标注“(第二学位)”
%
discipline = {计算机科学与技术},
discipline* = {Computer Science and Technology},
%
% 专业领域
% 1. 设置专业领域的专业学位类别,填写相应专业领域名称
% 2. 2019 级及之前工程硕士学位论文,在 `engineering-field` 填写相应工程领域名称
% 3. 其他专业学位类别的学位论文无需此信息
%
% professional-field = {计算机技术},
% professional-field* = {Computer Technology},
%
% 姓名
%
author = {[姓名]},
Expand Down
Binary file modified sysuthesis-example.pdf
Binary file not shown.
Loading

0 comments on commit b294ff3

Please sign in to comment.