我是靠谱客的博主 体贴手机,这篇文章主要介绍Latex表格,合并单元格Latex表格,合并单元格,现在分享给大家,希望可以做个参考。

Latex表格,合并单元格

https://blog.csdn.net/wzxlovesy/article/details/69063271

https://blog.csdn.net/Canhui_WANG/article/details/72920963

documentclass[a4paper,12pt]{report}
usepackage[UTF8,nopunct]{ctex}

begin{document}

begin{table}
    centering
    begin{tabular}{|c|c|c|c|}
        hline
        multicolumn{2}{|c|}{合并一行两列} & 三 & 四 \
        hline
        1 & 2 & 3 & 4 \
        hline
    end{tabular}
end{table}

end{document}

最后

以上就是体贴手机最近收集整理的关于Latex表格,合并单元格Latex表格,合并单元格的全部内容,更多相关Latex表格内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(67)

评论列表共有 0 条评论

立即
投稿
返回
顶部