Latex使用记录
Posted 快乐码小农
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Latex使用记录相关的知识,希望对你有一定的参考价值。
三线表
\\begin{table}[htbp]
\\centering
\\caption{\\label{tab:test}table test.}
\\begin{tabular}{lcl}
\\toprule
.. & .. & .. \\\\
\\midrule
.. & .. & .. \\\\
.. & .. & .. \\\\
\\bottomrule
\\end{tabular}
\\end{table}
以上是关于Latex使用记录的主要内容,如果未能解决你的问题,请参考以下文章