Advertisement
Guest User

Untitled

a guest
Jun 28th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. begin{table}[h]
  2. centering
  3. begin{tabular}{l|l|l|}
  4. hline
  5. multicolumn{1}{|l|}{textbf{Type}} & textbf{Model} & textbf{Example} \ hline
  6. multicolumn{1}{|l|}{A} & Belongs to A & Example 1 \ hline
  7. multirow{2}{*}{} & multirow{2}{*}{HERE IS PROBLEM} & multirow{2}{*}{PROBLEM} \
  8. & & \ hline
  9. multicolumn{1}{|l|}{multirow{4}{*}{B}} & begin{tabular}[c] {@{}l@{}}Belongs to B\ - textit{Example1}end{tabular} & Examples \ cline{2-3}
  10. multicolumn{1}{|l|}{} & Belongs to B & Examples \ cline{2-3}
  11. multicolumn{1}{|l|}{} & Belongs to B & Examples \ cline{2-3}
  12. multicolumn{1}{|l|}{} & Belongs to B & Examples \ hline
  13. end{tabular}
  14. caption{Table problem}
  15. label{table123}
  16. end{table}
  17.  
  18. begin{enumerate} ... end{enumerate}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement