I am trying to make a table for the very first time in latex....its toooooo hactic just want to cry... spend many hours but couldnt solve one of my problem. the table i have made so far is :
Code: Select all
\documentclass[12pt,a4paper,fullpage]{report}
\usepackage{multirow}
\usepackage{tabularx}
\begin{document}
\begin{tabular}{|c|c|c|c|c|}
\hline
\multicolumn{2}{|c|}{\textbf{Multi-bit Watermark I}}
& \multicolumn{2}{|c|}{\textbf{Multi-bit Watermark II}} \\ \hline
\cline{4-4}
$A_W$ & $b_i$ & $A_W$ & $b_i$\\ \hline
\end{tabular}
\end{document}
Code: Select all
$A_W$ & $b_i$ & $A_W$ & $b_i$