BUPTBachelorThesis/appendix/appendix1.tex
2024-11-24 17:46:47 +08:00

33 lines
1.1 KiB
TeX

\documentclass[../main.tex]{subfiles}
\begin{document}
\section*{附录1\quad{}缩略语表}
\phantomsection\addcontentsline{toc}{section}{附录1\quad{}缩略语表}
\begin{table}[!htbp]
\centering
\begin{tabular}{l|l|l|l}
\hline
\multicolumn{1}{c|}{\multirow{2}{*}{\textbf{类别}}} & \multicolumn{1}{c|}{\multirow{2}{*}{\textbf{特征}}} & \multicolumn{2}{c}{\textbf{不知道叫什么的表头}} \\
\cline{3-4}
& & \multicolumn{1}{c|}{\textbf{描述}} & \multicolumn{1}{c}{\textbf{形式与理论范围}} \\
\hline
\multirow{3}{*}{正常互动} & 点赞量 & 微博的点赞数量 & 数值,$\mathbb{N}$ \\
\cline{2-4}
& 评论量 & 微博的评论数量 & 数值,$\mathbb{N}$ \\
\cline{2-4}
& 转发量 & 微博的转发数量 & 数值,$\mathbb{N}$ \\
\hline
非正常互动 & 羡慕量 & 微博的羡慕数量 & 数值,$\mathbb{N}$ \\
\hline
\end{tabular}
\renewcommand{\arraystretch}{1.38}%
\setlength{\abovecaptionskip}{0pt}%
\setlength{\belowcaptionskip}{10pt}%
\caption{缩略语表}
\label{tab:1}
\end{table}
\end{document}