forked from tuxify/zzuthesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspine.tex
29 lines (24 loc) · 820 Bytes
/
spine.tex
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
27
28
29
%%================================================
%% Filename: spine.tex
%% Encoding: UTF-8
%% Author: Yuan Xiaoshuai - yxshuai@gmail.com
%% Created: 2012-03-02 20:24
%% Last modified: 2019-10-31 21:26
%%================================================
\documentclass{ctexart}
\usepackage[papersize={8.66in,11.69in},
left=0cm, right=0cm,top=5cm,bottom=5cm]{geometry}
\usepackage{graphicx}
\newcommand{\envert}[1]{\raisebox{-.4em}{#1}}
\providecommand{\thesistitle}{郑州大学学位论文 \envert{\LaTeX} 模板使用示例}
\providecommand{\thesisauthor}{赵钱孙}
\providecommand{\thesisnumber}{\raisebox{-1.2em}{20080800901}}
\pagestyle{empty}
\begin{document}
\flushright
\rotatebox{-90}{\thesistitle}
\vfill
\vspace*{5em}\rotatebox{-90}{\thesisauthor}
\vfill
\rotatebox{-90}{\thesisnumber}
\end{document}