2013年10月26日星期六

Some Useful Commands in The "tabular" Environment

When you are making tables in LaTeX, if you want to give interpolate some fancier features besides the standard and rigid outlook, there are some commands you are most like to encounter:

  • multirow: for creating a single row spanning over multiple rows
\multirow{Number of Rows}{*}{Content}
  • multicolum: for creating a single colum spanning over multiple columns
\multicolumn{Number of Rows}{Position of Alignment}{Content}
  • cline: for creating a horizontal line break with arbitrary width
\cline{Beginning Column-Ending Column}



Reference:

http://en.wikibooks.org/wiki/LaTeX/Tables

没有评论:

发表评论