Advertisement
asanchez75

latex/table

Dec 17th, 2015
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. \begin{table}[!ht]
  2. \begin{center}
  3. \begin{tabular}{| c | c | c | c | c | c | }
  4. \hline
  5. \textbf{deletion of $T$} & \textbf{classes} & \textbf{$S$} & \textbf{Impact} & \textbf{Case} \\ \hline
  6.  
  7.  
  8. \multirow{2}{*}{triple1} & \multirow{2}{*}{$c$} & $S_{\gamma}$ & a & 1 \\ \cline{3-5}
  9. & & $S_{\psi}$ & b & 2 \\ \hline
  10.  
  11. \multirow{4}{*}{triple2} & \multirow{2}{*}{$c_{1}$} & $S_{\gamma}$ & a & 3\\ \cline{3-5}
  12. & & $S_{\psi}$ & b & 4 \\ \cline{2-5}
  13. & \multirow{2}{*}{$c_{2}$} & $S_{\gamma}$ & a & 5 \\ \cline{3-5}
  14. & & $S_{\psi}$ & b & 6 \\ \hline
  15.  
  16. \multirow{4}{*}{triple3} & \multirow{2}{*}{$c$} & $S_{\gamma}$ & a & 7 \\ \cline{3-5}
  17. & & $S_{\psi}$ & b & 8 \\ \cline{2-5}
  18. & \multirow{2}{*}{$c$} & $S_{\gamma}$ & a & 9 \\ \cline{3-5}
  19. & & $S_{\psi}$ & b & 10\\ \hline
  20.  
  21.  
  22. \multirow{2}{*}{triple4} & \multirow{2}{*}{$c$} & $S_{\gamma}$ & a & 11 \\ \cline{3-5}
  23. & & $S_{\psi}$ & b & 12\\ \hline
  24.  
  25. \end{tabular}
  26. \end{center}
  27. \caption{Deletion of triple $T$}\label{tab:deletion}
  28. \end{table}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement