summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/thuthesis/spine.tex
blob: aec1fde0b3d2d0312f62a461babb87e4afb6a71f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\documentclass[degree=master]{thuthesis}

\thusetup{
  author = {薛瑞尼},
  title  = {没有英文的中文标题}
}

\begin{document}


\spine % 使用默认标题和默认作者

\spine[使用默认作者的标题]

\spine[同时修改标题和作者的标题][尼瑞薛]

% 中英文混合时需要微调
\spine[清华大学学位 \raisebox{-5pt}{\LaTeX} 论文模板 \raisebox{-5pt}{v\version} 样例]
\end{document}