-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathBook-Cover.tex
81 lines (65 loc) · 2.86 KB
/
Book-Cover.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
% !TEX encoding = UTF-8 Unicode
% XeLaTeX can use any Mac OS X font. See the setromanfont command below.
% Input to XeLaTeX is full Unicode, so Unicode characters can be typed directly into the source.
% The next lines tell TeXShop to typeset with xelatex, and to open and save the source with Unicode encoding.
%!TEX TS-program = xelatex
\documentclass[12pt]{article}
\usepackage[bottom=3cm]{geometry} % See geometry.pdf to learn the layout options. There are lots.
\geometry{letterpaper} % ... or a4paper or a5paper or ...
%\geometry{landscape} % Activate for for rotated page geometry
%\usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{calc}
\usepackage{graphicx}
\pagestyle{empty}
%CJK Font Setup
\usepackage[PunctStyle=kaiming,AutoFakeBold=false,AutoFakeSlant=false]{xeCJK}
\setCJKmainfont[BoldFont={Songti SC Bold},ItalicFont={KaiTi}] {SimSun}
\setCJKsansfont[BoldFont={Heiti SC Medium}]{Heiti SC}
\setCJKmonofont[BoldFont={Hiragino Sans GB W6}]{Hiragino Sans GB W3}
% Will Robertson's fontspec.sty can be used to simplify font choices.
% To experiment, open /Applications/Font Book to examine the fonts provided on Mac OS X,
% and change "Hoefler Text" to any of these choices.
%English Font Setup
\usepackage{fontspec,xltxtra,xunicode}
\defaultfontfeatures{Mapping=tex-text}
\setmainfont{Times New Roman}
\setsansfont[Scale=MatchLowercase,Mapping=tex-text]{Calibri}
\setmonofont[Scale=MatchLowercase]{Courier New}
\author{Xu Deyuan $<$\href{mailto:[email protected]}%
{[email protected]}$>$}
%\date{} % Activate to display a given date or no date
\newlength{\Han}
\settowidth{\Han}{汉}
\newcommand{\spreadCJK}[2]{\makebox[#1\Han][s]{#2}}
\begin{document}
\setlength{\headsep}{0cm}
\begin{flushright}
\parbox[c]{6em}{ %
{\small \makebox[\width][c]{学校代码:\quad10246 }\par
\makebox[\width][c]{学\phantom{占位}号:\quad09110290005}}}
\end{flushright}
\vspace{\stretch{0.5}}
\begin{figure}[htbp]
\begin{center}
\includegraphics[width=0.5\textwidth]{FudanLOGO.eps}
\end{center}
\end{figure}
\vspace{\stretch{0.5}}
\begin{center}
{\Huge \makebox [0.45\textwidth][s]{博士学位论文}\par}
\vspace{\stretch{1.5}}
{\LARGE \textsf{液体火箭纵向耦合振动稳定性分析}\par}
\vspace{\stretch{0.5}}
{\Large \textrm{Stability Analysis of Coupled Longitudinal Oscillation of Liquid Rocket}\par}
\vspace{\stretch{2}}
\parbox[c]{0.5\textwidth}{%
\large \setlength{\baselineskip}{1.5\baselineskip}%
\spreadCJK{8}{院系}:\quad 力学与工程科学系\par
\spreadCJK{8}{专业}:\quad 流体力学\par
\spreadCJK{8}{姓名}:\quad 徐得元\par
\spreadCJK{8}{指导老师}:\quad 唐国安 \quad 教授\par
\spreadCJK{8}{完成日期}:\quad 2014年4月1日}
\end{center}
\end{document}