Latex表格制作详细教程(table, tabular, multirow, multicolumn)
一、简单表格制作Latex表格需要用到 table 和 tabular 环境。其中 table 环境里写表格的标题(caption)、表格的位置之类的。 tabular 环境则是绘制表格的内容。一个简单的表格绘制代码如下所示:\documentclass{article}
\begin{document}
\begin{table}[h!]
\begin{ce