Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. documentclass{article}
  2.  
  3. usepackage{tabularx}
  4. usepackage{tabularht}
  5. usepackage{multirow}
  6.  
  7. begin{document}
  8.  
  9. begin{table*}
  10. begin{tabularhtx}{textheight}{textwidth}{XX}
  11. multicolumn{2}{c}{begin{tabularx}{textwidth}{X}
  12. Foo\
  13. Foo\
  14. Foo\
  15. Foo\
  16. end{tabularx}}\
  17. interrowfill
  18. multirow{2}{*}{begin{tabularx}{linewidth}[t]{X}
  19. Bar\
  20. Bar\
  21. Bar\
  22. Bar\
  23. end{tabularx}} & {begin{tabularx}{linewidth}[t]{X}
  24. Baz\
  25. Baz\
  26. Baz\
  27. Baz\
  28. end{tabularx}}\
  29. & {begin{tabularx}{linewidth}[t]{X}
  30. Quz\
  31. Quz\
  32. Quz\
  33. Quz\
  34. end{tabularx}}\
  35. end{tabularhtx}
  36. end{table*}
  37.  
  38. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement