Latex画三线表
Latex代碼格式模板
\begin{table}\small %/small: 字體大小\caption{\centering This is an example.} %表格標題居中\label{tab 1} %表格引用\centering %表格居中\begin{tabular}{c c c} %c: 表給內容居中,c的個數是表格列數 \toprule %上粗線\textbf{A} &\textbf{B} &\textbf{C}\\ %表格內容格式\midrule %中線a & b & c\\ %表格內容格式1 & 2 & 3\\ %表格內容格式 \bottomrule %下粗線\end{tabular} \end{table}模板運行結果
總結
- 上一篇: 嘿,OCR文字识别了解下!
- 下一篇: 温度传感器的类型原理特点和应用