blob: 82199808dc4efae36158c6300f3dd01631a9c6d4 (
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
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
|
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End:
\documentclass[doctor]{thuthesis}
% \documentclass[bachelor|master|doctor,dvips|dvipdfm,secret,openany|openright,arialtoc,arialtitle]{thuthesis}
% ËùÓÐÆäËü¿ÉÄÜÓõ½µÄ°ü¶¼Í³Ò»·Åµ½ÕâÀïÁË£¬¿ÉÒÔ¸ù¾Ý×Ô¼ºµÄʵ¼ÊÌí¼Ó»òÕßɾ³ý¡£
\usepackage{thutils}
% Äã¿ÉÒÔÔÚÕâÀïÐÞ¸ÄÅäÖÃÎļþÖеĶ¨Ò壬µ¼ÑÔÇø¿ÉÒÔʹÓÃÖÐÎÄ¡£
% \def\myname{ѦÈðÄá}
\begin{document}
% ¶¨ÒåËùÓеÄepsÎļþÔÚ figures ×ÓĿ¼ÏÂ
\graphicspath{{figures/}}
%%% ·âÃ沿·Ö
\frontmatter
\input{data/cover}
\makecover
% Ŀ¼
\tableofcontents
% ·ûºÅ¶ÔÕÕ±í
\input{data/denotation}
%%% ÕýÎIJ¿·Ö
\mainmatter
\include{data/chap01}
\include{data/chap02}
%%% ÆäËü²¿·Ö
\backmatter
% ²åͼË÷Òý
\listoffigures
% ±í¸ñË÷Òý
\listoftables
% ¹«Ê½Ë÷Òý
\listofequations
% ²Î¿¼ÎÄÏ×
\bibliographystyle{thubib}
\bibliography{ref/refs}
% ÖÂл
\include{data/ack}
% ¸½Â¼
\begin{appendix}
\input{data/appendix01}
\end{appendix}
% ¸öÈ˼òÀú
\include{data/resume}
\end{document}
|