您的位置:首页 > 其它

Latex表格与排版

2013-12-12 17:39 330 查看
1,页边距的设置

\usepackage{geometry}

\geometry{left=1.5cm,right=2.5cm,top=2.5cm,bottom=2.5cm}

2,带有标注的表格

\usepackage{threeparttable}

结构

\begin{table}

\begin{threeparttable}

\caption{content}

\center

\begin{tabular}{lcc}

conlum1 & conlum2 & conlum3*

end{tabular}

\begin{tablenotes}

\item[*] note

\end{tablenotes}

\end{threeparttable}

\end{table}

3,文本注释

行注释:%

大段注释:

\usepackage{verbatim}

\begin{comment}

多行文本

\end{comment}

           
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: