This repository has been archived by the owner on Nov 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 87
/
Copy paththuthesis.tex
198 lines (187 loc) · 6.36 KB
/
thuthesis.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
\section{学位论文排版}
\subsection{\ThuThesis 清华大学学位论文模板}
\begin{frame}{\ThuThesis}
\framesubtitle{清华大学学位论文 \LaTeX{} 模板}
\begin{itemize}
\item 最早:王磊~(2004.4)
\item 2005 年:薛瑞尼
\item 最新正式版:5.4.5 (2018-05-17)
\item 最近更新:2018/10/12
\item 全面支持本科、硕士、博士、博士后论文格式
\end{itemize}
\begin{figure}[htbp]
\centering
\includegraphics[height=.4\textheight]{cover-bachelor-crop.pdf}\hfill
\includegraphics[height=.4\textheight]{cover-master-crop.pdf}\hfill
\includegraphics[height=.4\textheight]{cover-doctor-crop.pdf}\hfill
\includegraphics[height=.4\textheight]{cover-postdoctor-crop.pdf}
\end{figure}
\end{frame}
\begin{frame}{手动安装\ThuThesis}
\begin{columns}
\begin{column}{.7\textwidth}
\begin{itemize}
\item 下载最新正式版
\begin{itemize}
\item \url{http://mirrors.ctan.org/macros/latex/contrib/thuthesis.zip}
\end{itemize}
\item 下载最新开发版
\begin{itemize}
\item \url{https://github.com/xueruini/thuthesis}
\item 右边栏
\href{https://github.com/xueruini/thuthesis/archive/master.zip}%
{Download ZIP} 按钮
\end{itemize}
\end{itemize}
\end{column}
\begin{column}{.3\textwidth}
\begin{figure}[htbp]
\centering
\includegraphics[width=.8\textwidth]{thuthesis-download.png}
\end{figure}
\end{column}
\end{columns}
\begin{itemize}
\item 安装
\begin{itemize}
\item 解压缩看文档 \texttt{README.md}
\item Windows: 文件夹空白处按Shift+鼠标右键,点击``在此处打开命令行窗口''
\item 模板文档类:XeLaTeX 编译一次 \texttt{thuthesis.ins} $\Rightarrow$
\texttt{thuthesis.cls} 和 \texttt{thuthesis.cfg}
\item 论文示例:对 \texttt{main.tex} 执行一次 XeLaTeX,一次 BibTeX,再两次
XeLaTeX
\item 用户手册:XeLaTeX 编译两次 \texttt{thuthesis.dtx} $\Rightarrow$
\texttt{thuthesis.pdf}
\item 可使用或参考附带的 Makefile
\end{itemize}
\end{itemize}
\end{frame}
\begin{frame}[fragile]{论文选项}
\begin{description}
\item[bachelor] 我要写本科论文
\begin{lstlisting}[basicstyle=\ttfamily]
\documentclass[type=bachelor]{thuthesis}
\end{lstlisting}
\item[master] 我要写硕士论文
\begin{lstlisting}[basicstyle=\ttfamily]
\documentclass[type=master]{thuthesis}
\end{lstlisting}
\item[doctor] 我要写博士论文
\begin{lstlisting}[basicstyle=\ttfamily]
\documentclass[type=doctor]{thuthesis}
\end{lstlisting}
\item[secret] 论文有保密要求
\begin{lstlisting}[basicstyle=\ttfamily]
\documentclass[type=doctor,secret]{thuthesis}
\secretlevel{机密}
\secretyear{2010}
\end{lstlisting}
\end{description}
\end{frame}
\begin{frame}{封面}
\begin{table}[h]
\centering
\footnotesize
\begin{tabular}{lll}
命令作用 & 中文命令 & 英文命令 \\\hline\hline
论文标题 & \cmd{ctitle} &\cmd{etitle}\\
作者姓名& \cmd{cauthor} &\cmd{eauthor}\\
申请学位名称 & \cmd{cdegree}&\cmd{edegree}\\
院系名称 & \cmd{cdepartment} & \cmd{edepartment}\\
专业名称 & \cmd{cmajor} & \cmd{emajor}\\
导师 & \cmd{csupervisor} & \cmd{esupervisor}\\
副导师 & \cmd{cassosupervisor} & \cmd{eassosupervisor}\\
联合导师 & \cmd{ccosupervisor} & \cmd{ecosupervisor}\\
日期 & \cmd{cdate} & \cmd{edate}\\
摘要 & \cmd{cabstract} & \cmd{eabstract}\\
关键词 & \cmd{ckeywords} & \cmd{ekeywords}\\\hline
\end{tabular}
\end{table}
\end{frame}
\begin{frame}{数学}
\begin{itemize}
\item 公式示例:\nolinkurl{data/chap01.tex}
\item \ThuThesis{} 定义了常用的数学环境
\begin{table}[h]
\centering
\begin{tabular}{lllll}\hline
axiom & theorem & definition & proposition & lemma \\
公理 & 定理 & 定义 & 命题 & 引理 \\\hline
proof & corollary & example & exercise &\\
证明 & 推论 & 例子& 练习 &\\\hline
\end{tabular}
\end{table}
\end{itemize}
\end{frame}
\begin{frame}[fragile]{参考文献}
\begin{itemize}
\item 推荐 \BibTeX
\begin{itemize}
\item 使用文献管理软件导出 bib 文件
\begin{itemize}
\item Menderley, NoteExpress
\end{itemize}
\item 使用 bibtex 生成参考文献列表
\item bst 参考文献样式文件:\texttt{thubib.bst}
\end{itemize}
\item 学校要求两种引用方式:
\begin{itemize}
\item 上标模式:如``在许多文献\textsuperscript{[12,13]}中……''
\begin{lstlisting}[basicstyle=\ttfamily]
\cite{key12, key13}
\end{lstlisting}
\item 正文模式:如``文献~[14] 证明了……''
\begin{lstlisting}[basicstyle=\ttfamily]
\inlinecite{key14}
\end{lstlisting}
\end{itemize}
\end{itemize}
\end{frame}
\begin{frame}{作图}
\begin{columns}[c]
\begin{column}{.5\textwidth}
\begin{itemize}
\item 矢量图 eps, ps, pdf
\begin{itemize}
\item \MP, pstricks, pgf $\ldots$
\item Xfig, Dia, \alert{Visio}, \alert{Inkscape} $\ldots$
\item Matlab / Excel 等保存为 pdf
\end{itemize}
\item 标量图 png, jpg, tiff $\ldots$
\begin{itemize}
\item 提高清晰度,避免发虚
\end{itemize}
\item 转化
\begin{itemize}
\item 虚拟打印机
\item ImageMagick
\item epstopdf
\item pdfcrop
\end{itemize}
\end{itemize}
\end{column}
\begin{column}{.4\textwidth}
\begin{figure}[h]
\centering
\includegraphics[height=.3\textheight]{shapepar.pdf}\\\vspace{1cm}
\includegraphics[height=.3\textheight]{thuthesis-download.png}
\end{figure}
\end{column}
\end{columns}
\end{frame}
\begin{frame}{\ThuThesis 问题}
\begin{itemize}
\item 常见问题
\begin{itemize}
\item 参考文献列表出错、缺少字体、无法编译 ...
\item \url{https://github.com/xueruini/thuthesis/wiki/FAQ}
\end{itemize}
\item 主动提问
\begin{itemize}
\item GitHub Issues 提问(推荐)
\item \TeX @newsmth 查找或发文
\item \href{http://groups.google.com/group/thuthesis}\ThuThesis{} Google Group 发问
\end{itemize}
\end{itemize}
\end{frame}
%%% vim: set sw=2 isk+=\: et tw=80 cc=+1 formatoptions+=mM: