-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path物理实验报告模板.tex
77 lines (63 loc) · 1.91 KB
/
物理实验报告模板.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
\documentclass{ctexart}
\usepackage{geometry}
\usepackage{fancyhdr}
\usepackage{graphicx}
\usepackage{booktabs}
\usepackage{amsmath}
\usepackage{tikz}
\usepackage{array}
\xeCJKsetup{CJKmath=true}
\usepackage{zhnumber} % change section number to chinese
\renewcommand\thesection{\zhnum{section}}
\renewcommand \thesubsection {\arabic{subsection}}
\CTEXsetup[format={\Large\bfseries}]{section}
\geometry{
a4paper,
left=3.18cm,
right=3.18cm,
top=3.04cm,
bottom=3.04cm
}
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\headrulewidth}{0.7pt} % 设置页眉横线粗细
\fancyhead[L]{\kaishu\large 大学物理实验报告} % 在左侧设置页眉文字
\fancyhead[R]{\kaishu\large 哈尔滨工业大学(深圳) } % 在右侧设置页眉文字
\fancyfoot[R]{\thepage} % 将页数放在右下角
\setlength\headwidth{\textwidth}
\begin{document}
\noindent
\textbf{
\begin{tabular}{p{2.4cm}p{2.4cm}p{4cm}p{3.8cm}}
班级 \hrulefill & 学号 \hrulefill & 姓名 \hrulefill & 教师签字 \hrulefill \\
\end{tabular}\\
\begin{tabular}{p{6cm}p{3.6cm}p{3.55cm}}
\ 实验日期 \hrulefill & 预习成绩 \hrulefill & 总成绩 \hrulefill
\end{tabular}\\
}
\rule[-10pt]{\textwidth}{0.7pt}
\begin{center}
\Large \textbf{实验内容 \underline{<实验内容>}}
\end{center}
\section{预习内容}
\newpage
\section{数据记录}
\subsection{Hello}
$$
{\displaystyle i\hbar {\frac {\partial }{\partial t}}|\psi (t)\rangle ={\hat {H}}|\psi (t)\rangle }
$$
Hello, world!
\begin{tikzpicture}[remember picture,overlay]
\node[anchor=south east,inner sep=100pt] at (current page.south east) {
\renewcommand{\arraystretch}{1.5} % 表格行高倍数
\setlength{\tabcolsep}{18pt}
\begin{tabular}{|c|c|}
\hline
\LARGE 教师 & \LARGE 姓名 \\
\hline
\LARGE \kaishu 签字 & \\
\hline
\end{tabular}
};
\end{tikzpicture}
\end{document}