summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/thuthesis/spine.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-01-05 23:08:16 +0000
committerKarl Berry <karl@freefriends.org>2020-01-05 23:08:16 +0000
commitb90e1c4c691829f12ea51000c619eb3b8f3f424f (patch)
treec762ab94fb0a16a253db09a057516d45e77e9aef /Master/texmf-dist/doc/latex/thuthesis/spine.tex
parent9ab5b9f807ebbc30a5afe8b97e8caee7f57e809b (diff)
thuthesis (6jan20)
git-svn-id: svn://tug.org/texlive/trunk@53329 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/thuthesis/spine.tex')
-rw-r--r--Master/texmf-dist/doc/latex/thuthesis/spine.tex19
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/thuthesis/spine.tex b/Master/texmf-dist/doc/latex/thuthesis/spine.tex
new file mode 100644
index 00000000000..aec1fde0b3d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/thuthesis/spine.tex
@@ -0,0 +1,19 @@
+\documentclass[degree=master]{thuthesis}
+
+\thusetup{
+ author = {薛瑞尼},
+ title = {没有英文的中文标题}
+}
+
+\begin{document}
+
+
+\spine % 使用默认标题和默认作者
+
+\spine[使用默认作者的标题]
+
+\spine[同时修改标题和作者的标题][尼瑞薛]
+
+% 中英文混合时需要微调
+\spine[清华大学学位 \raisebox{-5pt}{\LaTeX} 论文模板 \raisebox{-5pt}{v\version} 样例]
+\end{document}