blob: 838dc4dad8e3249703bde2e1f0f894901682e778 (
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
|
\documentclass[datizhi]{hfutexam}
\begin{document}
\BiaoTi{合肥工业大学考试专用答题纸(A)}
\XueQi{一}
\XueNian{2022}{2023}
\KeChengDaiMa{1400261B}
\KeChengMingCheng{复变函数与积分变换}
\XueFen{2.5}
\KeChengXingZhi{必修}
\KaoShiXingShi{闭卷}
\ZhuanYeBanJi{}
\KaoShiRiQi{2022年11月26日19:00-21:00}
\MingTiJiaoShi{集体}
% 注意事项
\notice
% \scorebox 为打分框, 必须放在行首
\scorebox
\tigan{一、填空题(每小题3分,共18分)}
\textbf{请将你的答案对应填在横线上:}\\
\textbf{1.} \fillblank{},
\textbf{2.} \fillblank{},
\textbf{3.} \fillblank{}, \\
\textbf{4.} \fillblank{},
\textbf{5.} \fillblank{},
\textbf{6.} \fillblank{}.
\scorebox
\tigan{二、选择题(每小题3分,共18分)}
\textbf{请将你所选择的字母 A, B, C, D 之一对应填在下列表格里:}
\xuanzeti{\textbf{题号}}{\textbf{答案}}%
\xuanzeti{1}{}%
\xuanzeti{2}{}%
\xuanzeti{3}{}%
\xuanzeti{4}{}%
\xuanzeti{5}{}%
\xuanzeti{6}{}
\tigan{三、解答题(每小题8分,共64分)}
\scorebox
\textbf{1. (8分)【解】}
% \vspace 用于生成一定高度的空白, \newpage 直接换页
\vspace{3cm}
\scorebox
\textbf{2. (8分)【解】}
\newpage
% 换栏后需要空白时, 需要先输入一个空格再加\vspace
\ \vspace{3cm}
\scorebox
\textbf{3. (8分)【解】}
\vspace{7cm}
\scorebox
\textbf{4. (8分)【解】}
\newpage
\scorebox
\textbf{5. (8分)【解】}
\vspace{7cm}
\scorebox
\textbf{6. (8分)【证明】}
\newpage
\scorebox
\textbf{7. (8分)【证明】}
\vspace{7cm}
\scorebox
\textbf{8. (8分)【解】}
\end{document}
|