Commit 4fda01b6 authored by liziwl's avatar liziwl
Browse files

去除书脊,实现中文的封面

parent acca7a08
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+34 −0
Original line number Diff line number Diff line
## Core latex/pdflatex auxiliary files:
*.aux
*.lof
*.log
*.lot
*.fls
*.out
*.toc
*.fmt
*.fot
*.cb
*.cb2
.*.lb

## Bibliography auxiliary files (bibtex/biblatex/biber):
*.bbl
*.bcf
*.blg
*-blx.aux
*-blx.bib
*.run.xml

## Build tool auxiliary files:
*.fdb_latexmk
*.synctex
*.synctex(busy)
*.synctex.gz
*.synctex.gz(busy)
*.pdfsync

## Intermediate documents:
*.dvi
*.xdv
*-converted-to.*
 No newline at end of file

spine.pdf

deleted100644 → 0
−16.8 KiB

File deleted.

spine.tex

deleted100644 → 0
+0 −21
Original line number Diff line number Diff line
% !TeX encoding = UTF-8
% !TeX program = xelatex
% !TeX spellcheck = en_US

\documentclass[degree=master]{thuthesis}

\input{thusetup.tex}


\begin{document}

\spine

\thusetup{
  spine-font   = {\Huge},
  spine-title  = {书脊的标题},
  spine-author = {书脊的作者姓名},
}
\spine

\end{document}
+14 −6
Original line number Diff line number Diff line
@@ -39,6 +39,8 @@
  %      Doctor of Education, Master of Engineering
  %   3. 本科生不需要填写
  %
  degree-level = {硕士},
  gongsuo = false, % 如果为工程硕士是true,其他为 false
  degree-name  = {工学硕士},
  degree-name* = {Master of Science},
  %
@@ -46,6 +48,7 @@
  %   填写所属院系的全名
  %
  department = {计算机科学与技术系},
  department* = {Computer Science and Technology},
  %
  % 学科
  %   1. 学术型学位
@@ -56,19 +59,19 @@
  %      不填写此项
  %   4. 本科生填写专业名称,第二学位论文需标注“(第二学位)”
  %
  discipline  = {计算机科学与技术},
  discipline* = {Computer Science and Technology},
  discipline  = {计算机科学与工程},
  discipline* = {Computer Science and Engineering},
  %
  % 姓名
  %
  author  = {薛瑞尼},
  author* = {Xue Ruini},
  author  = {李子强},
  author* = {Li Ziqiang},
  %
  % 指导教师
  %   中文姓名和职称之间以英文逗号“,”分开,下同
  %
  supervisor  = {郑纬民, 教授},
  supervisor* = {Professor Zheng Weimin},
  supervisor  = {陈馨慧, 助理教授},
  supervisor* = {Professor ShinHwei Tan},
  %
  % 副指导教师
  %
@@ -103,6 +106,9 @@
  % discipline-level-1 = {计算机科学与技术},  % 流动站(一级学科)名称
  % discipline-level-2 = {系统结构},          % 专业(二级学科)名称
  % start-date         = {2011-07-01},        % 研究工作起始时间
  statesecrets={公开},
  natclassifiedindex={TM301.2},
  intclassifiedindex={62-5},
}

% 载入所需的宏包
@@ -160,3 +166,5 @@

% hyperref 宏包在最后调用
\usepackage{hyperref}
\usepackage{ragged2e}
\usepackage{setspace}
 No newline at end of file
+33.2 KiB (356 KiB)

File changed.

No diff preview for this file type.

Loading