如题
```tex
\documentclass[a4paper,12pt,UTF8]{ctexart}
\usepackage[left=3.18cm,right=3.18cm,top=2.54c...
如题
```tex
\documentclass[a4paper,12pt,UTF8]{ctexart}
\usepackage[left=3.18cm,right=3.18cm,top=2.54cm,bottom=2.54cm]{geometry}%页面设置
\usepackage{booktabs,bigstrut,multirow}%插入三线表,表格
\usepackage{graphicx,floatrow}%插图
\usepackage{zhlineskip}%行距
\usepackage[font=small,skip=6pt,textfont=it]{caption}
\usepackage{zhlipsum}
\renewcommand{\figurename}{\kaishu{图}}
\renewcommand{\tablename}{\kaishu{表}}
% \renewcommand{\caption}{\caption\small}
\pagestyle{plain}
\begin{document}
{\zhlipsum[1][name=zhufu]}见表\ref{tab:variable}。
\begin{table}[htbp]
\centering
\caption{建模时所用的变量及意义}
\small
\begin{tabular}{ccc}
\toprule
变量名 & 值 & 注释 \\
\midrule
$w\_substrate$ & $50mm$ & 介质基板宽度 \\
$l\_substrate$ & $w\_substrate$ & 介质基板长度 \\
$h\_substrate$ & $2mm$ & 介质基板厚度 \\
$l\_microstrip$ & $25mm$ & $50\Omega$导带长度 \\
$w\_microstrip$ & $3.87mm$ & $50\Omega$导带长度 \\
$lambda$ & $67mm $ & $4.5GHz$对应的空气波长 \\
$q$ & $0.5$ & 拐角处的斜切率 \\
$p$ & 2$\times q\times w\_microstrip$ & 被切掉的直角边边长 \\
\bottomrule
\end{tabular}%
\label{tab:variable}%
\end{table}%
\end{document}
```
![](https://pics.latexstudio.net/data/images/201911/583bb5518229cc2.png)
一般来讲,在LaTeX里面表格的题注出现在表格的上面的。我这里的表格题注出现在表格下面。推测和浮动体排版的宏包floatrow有关。
一周热门 更多>