Guest User

Untitled

a guest
Jul 17th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. documentclass[conference]{IEEEtran}
  2. usepackage{array}
  3. newcolumntype{P}[1]{>{centeringarraybackslash}p{#1}}
  4. newcolumntype{M}[1]{>{centeringarraybackslash}m{#1}}
  5.  
  6. begin{document}
  7.  
  8. begin{table}
  9. caption{(A)}label{Tab_a}
  10. centering
  11. begin{tabular}{|M{1.5cm}|M{1.5cm}|M{1.5cm}|}
  12. hline
  13. No. & Col.2 \ hline
  14. 1 & AA \ hline
  15. 2 & BB \ hline
  16. 3 & CC \ hline
  17. end{tabular}
  18. end{table}
  19.  
  20. begin{table}
  21. caption{(B)}label{Tab_b}
  22. centering
  23. begin{tabular}{|M{1.5cm}|M{1.5cm}|M{1.5cm}|}
  24. hline
  25. M & P & Q \ hline
  26. M1 & A & 2, 3 \ hline
  27. M2 & B & 1, 2 \ hline
  28. M3 & C & 1, 2, 3 \ hline
  29. end{tabular}
  30. end{table}
  31.  
  32. end{document}
Add Comment
Please, Sign In to add comment