Latex 的Table使用multirow and multicolumn
Here are some tips:
- Use a
\multicolumn{1}{|l}{} & \multicolumn{2}{l|}{...}
construct; - Add another
\multicolumn{2}{c|}{}
to the second row; and - Use an additional
\cline{1-1}
to insert a rule between elements in the first column.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | \documentclass[a4paper,12pt]{report} \usepackage[inner=0.75in,outer=0.65in,top=0.75in,bottom=0.75in]{geometry} \usepackage[sc]{mathpazo} \usepackage{multirow} \begin{document} \begin{table}[!htb] \centering \caption{Present Strength-Production} \begin{tabular}{|c|l|l|c|c|c|c|c|c|} \hline \multirow{2}{*}{Sl.No} & \multicolumn{2}{c|}{\multirow{2}{*}{\textbf{Designation}}} & \multicolumn{4}{c|}{\textbf{Shifts}} & \textbf{Leave/Off} & \multirow{2}{*}{\textbf{Total}} \\ \cline{4-7} & \multicolumn{2}{c|}{} & \textbf{A} & \textbf{B} & \textbf{C} & \textbf{G} & \textbf{Reserve} & \\ \hline 1 & \multicolumn{2}{l|}{Plant Engineer} & & & & 1 & & 1 \\ \hline \multicolumn{1}{|l}{} & \multicolumn{2}{l|}{\textbf{Sub Total}} & & & & \textbf{1} & & \textbf{1} \\ \hline 2 & \multirow{2}{*}{Operator}&Work related to water regeneration & 1 & 1 & 1 & & 1 & 4 \\ \cline{1-1}\cline{3-9} 3 & & Work related to valve control & 1 & 1 & 1 & & 1 & 4 \\ \hline \multicolumn{1}{|l}{} & \multicolumn{2}{l|}{\textbf{Sub Total}} & \textbf{2} & \textbf{2} & \textbf{2} & & \textbf{2} & \textbf{8} \\ \hline 1 & \multicolumn{2}{l|}{Worker} & 2 & 2 & 2 & & 2 & 8 \\ \hline \multicolumn{1}{|l}{} & \multicolumn{2}{l|}{\textbf{Sub Total}} & \textbf{2} & \textbf{2} & \textbf{2} & & \textbf{2} & \textbf{8} \\ \hline \hline \multicolumn{1}{|l}{} & \multicolumn{2}{l|}{\textbf{Total}} & \textbf{4} & \textbf{4} & \textbf{4} & \textbf{1} & \textbf{4} & \textbf{17} \\ \hline \end{tabular} \label{tab:pro_pro} \end{table} \end{document} |
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· Manus的开源复刻OpenManus初探
· 写一个简单的SQL生成工具
· AI 智能体引爆开源社区「GitHub 热点速览」
· C#/.NET/.NET Core技术前沿周刊 | 第 29 期(2025年3.1-3.9)