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

\begin{document}
\thusetup{
  cauthor={薛瑞尼},
  ctitle={没有英文的中文标题}
}

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

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

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

\ifxetex
  \shuji[清华大学学位 \raisebox{-5pt}{\LaTeX} 论文模板 \raisebox{-5pt}{v\version} 样例]
\else
  \shuji[清华大学学位 \raisebox{8pt}{\LaTeX} 论文模板 \raisebox{8pt}{v\version} 样例]
\fi
\end{document}