Princeton的个人博客分享 http://blog.sciencenet.cn/u/Princeton

博文

latex中简单表格制作+标题+编号+固定位置

已有 69681 次阅读 2011-4-1 07:35 |个人分类:Table|系统分类:科研笔记

  • Type one:

%%%%%%%%%%简单表格%%%%%%%%%%

begin{tabular}{|c|c|}

hline

a & b \hline

c & d\

hline

end{tabular}

 

  • Type two:

%%%%%%%%%%简单表格,居中(一)%%%%%%%%%%

begin{center}

begin{tabular}{|c|c|}

hline

a & b \hline

c & d\

hline

end{tabular}

end{center}

 

  • Type three:

%%%%%%%%%%简单表格,居中(二)%%%%%%%%%%

centering

begin{tabular}{|c|c|}

hline

a & b \hline

c & d\

hline

end{tabular}

This a Table~ref{tab:table}

 

  • Type four:

%%%%%%%%%%简单表格,居中,标题,编号,固定位置%%%%%%%%%%

begin{table}[h]

centering

caption{table}label{tab:table}

begin{tabular}{|c|c|}

hline

a & b \hline

c & d\

hline

end{tabular}

end{table}

  • Type five:

%%%%%%%%%%一个完整的例子%%%%%%%%%%

%%%%%%%%%%%%%%%%%%%%Beginning of Table example%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

begin{table}[ht]

caption{Review paper} % title of Table

centering % used for centering table

begin{tabular}{|c|c|} % centered columns (2 columns)

hlinehline %inserts double horizontal lines

Item 1 & Item 2 \ [0.5ex] % inserts table heading

hline % inserts single horizontal line

a & b \ % inserting body of the table

c & d \

e & f \[1.5ex] % [1.5ex] adds vertical space

hline %inserts single line

end{tabular}

label{table:nonlin} % is used to refer this table in the text

end{table}

%%%%%%%%%%%%%%%%%% end of the example%%%%%%%%%%%%%%%%%%%%%%%%%



https://blog.sciencenet.cn/blog-111494-428530.html

上一篇:Latex写作学习心得开博
下一篇:Latex之表格中嵌套列表环境
收藏 IP: 174.93.112.*| 热度|

0

发表评论 评论 (2 个评论)

数据加载中...
扫一扫,分享此博文

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-5-12 21:11

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部