summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/cquthesis/contents/appendix.tex
blob: 95bd81cab2915b68e4704f21d663191b75fd5d68 (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
82
83
84
85
86
87
88
89
90
\chapter{附\hskip\ccwd{}录}
\section{作者在攻读博士学位期间发表和拟发表论文目录}
\subsection{测试第三级目录2}
\subsubsection{四级目录1}
水陆草木之花,可爱者甚蕃。晋陶渊明独爱菊。自李唐来,世人盛爱牡丹。予独爱莲之出淤泥而不染,濯清涟而不妖,中通外直,不蔓不枝,香远益清,亭亭净植,可远观而不可亵玩焉。
\subsubsection{四级目录2}
予谓菊,花之隐逸者也;牡丹,花之富贵者也;莲,花之君子者也。噫!菊之爱,陶后鲜有闻。莲之爱,同予者何人?牡丹之爱,宜乎众矣!
\subsubsection{四级目录3}
予谓菊,花之隐逸者也;牡丹,花之富贵者也;莲,花之君子者也。噫!菊之爱,陶后鲜有闻。莲之爱,同予者何人?牡丹之爱,宜乎众矣!

\section{作者在攻读博士学位期间参加的科研项目}
\xuhaotype[1]
\xuhao[1] \xuhao \xuhao \xuhao \xuhao \xuhao[1] \xuhao \xuhao \xuhao \xuhao

\setxuhao[2]
\xuhao[1] \xuhao \xuhao \xuhao \xuhao \xuhao[1] \xuhao \xuhao \xuhao \xuhao

\setxuhao[3]
\xuhao[1] \xuhao \xuhao \xuhao \xuhao \xuhao[1] \xuhao \xuhao \xuhao \xuhao

\setxuhao[4]
\xuhao[1] \xuhao \xuhao \xuhao \xuhao \xuhao[1] \xuhao \xuhao \xuhao \xuhao

\setxuhao[5]
\xuhao[1] \xuhao \xuhao \xuhao \xuhao \xuhao[1] \xuhao \xuhao \xuhao \xuhao

\setxuhao[6]
\xuhao[1] \xuhao \xuhao \xuhao \xuhao \xuhao[1] \xuhao \xuhao \xuhao \xuhao

\section{关于声明书和授权书}
声明和授权部分支持扫描页替换,请在\pkg{main.tex}中设置。

\section{程序源代码}
以下是一段供排版测试的Python程序源代码:
\begin{Python}
# 这是一行注释

import pandas as pd
import matplotlib.pyplot as plt
import numpy as np
import seaborn as sns
import os

lengthSummary = pd.DataFrame()
lengthSum = lengthPool.groupby(['Pretreatment','Atmosphere'])
for name, group in lengthSum:
	sumBuffer = group.describe()
	sumBuffer.columns = [(name[0]+' '+name[1])]
	lengthSummary = pd.concat([lengthSummary,sumBuffer], axis = 1)
lengthSummary.to_csv('lengthSummary.csv')

\end{Python}

\section{附录的图和表}
以下内容用来测试附录中的插图和插表是否正常,主要的关注点在题注:

\begin{figure}[tbh]
\centering
\includegraphics[width=0.5\linewidth]{CQUbadge}
\caption{附录插图测试}
\label{fig:cqubadge}
\end{figure}

\begin{figure}[tbh]
	\centering
	\includegraphics[width=0.5\linewidth]{CQUbadge}
	\caption{附录插图测试}
	\label{fig:cqubadge2}
\end{figure}

\begin{table}[htb]
	\centering\colsep[24pt]
	\caption{本课题研究的两个自变量}
	\label{tab:inroVarible}
	\begin{tabularx}{\linewidth}{cl}
		\toprule
		\headcell{自变量} & \headcell{自变量可取的值} \\
		\midrule\setxuhao[6]
		是否接触大气 & \xuhao[1] 接触大气 \xuhao 氮气保护 \\\setxuhao[2]
		溶解方式 & \xuhao[1] 超声30min \xuhao 搅拌1h \xuhao 静置12h\\
		表格的第三行 & \bigcell{使用\cs{bigcell}\\可主动换行}\\
		\bottomrule
	\end{tabularx}
\end{table}

\begin{equation}
\alpha\beta\gamma\delta\epsilon\varepsilon\zeta\eta = AB\Gamma\varGamma Z
\end{equation}\eqlist{附录中的公式编号}

测试用途:theequation值为:\theequation ,thefigure值为:\thefigure ,thetable值为:\thetable