summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/thuthesis/shuji.tex
blob: 66973cfdb3b3677d0601e209b481d4b404809bc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
\documentclass[type=master]{thuthesis}

\ifxetex
  \setCJKfamilyfont{zhfs}[RawFeature={vertical:}]{FangSong}
\else % for latex/pdflatex
  \usepackage{CJKvert}
\fi

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

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

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

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

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