Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. begin{table}
  2. newcolumntype{C}{>{centeringarraybackslash}X}
  3. centering
  4. captionsetup{justification=centering, hangindent=-0.2em}
  5. caption{some caption}
  6. label{tab:somelabel}
  7. begin{tabularx}{textwidth}{|*{9}{C|}}
  8. hline
  9. multirow{2}{*}{} & multicolumn{2}{|c|}{loooooooooong text} & multicolumn{2}{|c|}{looooooooooooooooooooooong text} & multicolumn{2}{|c|}{looooooooong text} & multicolumn{2}{|c|}{$H^V$} \
  10. cline{2-9}
  11. & vspace{1pt} (K) & vspace{1pt} (V) & vspace{1pt} (K) & vspace{1pt} (V) & vspace{1pt} (K) & vspace{1pt} (V) & vspace{1pt} (K) & vspace{1pt} (V)\
  12. hline
  13. multicolumn{9}{|c|}{textbf{some description}} \
  14. hline
  15. hspace{-9pt} I$1$~($90$)& $44.490.046$ & $37.214.853~(16~%)$ & $6.224$ & $5.992~(4~%)$ & $49$ & $15~(69~%)$ & $77$ & $76~(1~%)$\
  16. end{tabularx}
  17. end{table}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement