Advertisement
Guest User

Untitled

a guest
Mar 17th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.60 KB | None | 0 0
  1. \begin{table}[ht]
  2. \centering
  3. \subfloat[Subtable 1 list of tables text][Subtable 1 caption]{
  4. \begin{tabular}{l|ccc}
  5. & 1 & 2 & 3\\
  6. \hline
  7. 1 & A & B & C\\
  8. 2 & D & E & F\\
  9. \end{tabular}}
  10. \qquad
  11. \subfloat[Subtable 2 list of tables text][Subtable 2 caption]{
  12. \begin{tabular}{l|ccc}
  13. & 1 & 2 & 3\\
  14. \hline
  15. 1 & A & B & C\\
  16. 2 & D & E & F\\
  17. \end{tabular}}
  18. \qquad
  19. \subfloat[Subtable 3 list of tables text][Subtable 3 caption]{
  20. \begin{tabular}{l|ccc}
  21. & 1 & 2 & 3\\
  22. \hline
  23. 1 & A & B & C\\
  24. 2 & D & E & F\\
  25. \end{tabular}}
  26. \caption{This is a table containing several subtables.}
  27. \end{table}
  28. \clearpage
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement