-
Notifications
You must be signed in to change notification settings - Fork 3
/
task_book.tex
82 lines (45 loc) · 1.49 KB
/
task_book.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
\documentclass{csustThesis}
\addbibresource[location=local]{reference.bib}
\input{baseinfo.tex}
% \includeonly{body/research_proposal.tex}
\begin{document}
\makeTaskBookCover
\pagestyle{empty} % 无页眉页脚
{\noindent\zihao{4}\bfseries 一、毕业设计(论文)任务}
\begin{ubox}[breakable,]
\noindent 课题内容
填写课题内容。
\vspace*{13\baselineskip}
\end{ubox}
\vspace{-\baselineskip}
\begin{ubox}[breakable,height fill,]
\noindent 课题任务要求
填写课题任务要求。
\end{ubox}
\vspace{-\baselineskip}
\begin{ubox}[breakable,]
\noindent 课题完成后应提交的资料(或图表、设计图纸)
(1)开题报告(含文献综述)
(2)外文资料原文、译文
(3)毕业设计论文
(4)演示软件
(5)答辩用的PowerPoint演示文稿
(6)包含以上内容的刻录光盘
\vspace*{3\baselineskip}
\end{ubox}
\vspace{-\baselineskip}
\begin{ubox}[breakable,]
\noindent 主要参考文献与外文翻译文件(由指导教师选定)
\nocite{*} % 列出全部参考文献,无论是否引用
\printbibliography[heading=none]
\vspace*{15\baselineskip}
\end{ubox}
\vspace{-\baselineskip}
\begin{ubox}
\noindent 同组设计者
\vspace*{\baselineskip}
\end{ubox}
\noindent 注:1. 此任务书由指导教师填写。如不够填写,可另加页。
2. 此任务书最迟必须在毕业设计(论文)开始前一周下达给学生。
3. 此任务书可从教务处网页表格下载区下载
\end{document}