Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. \documentclass{article}
  2. \usepackage{xtab,booktabs,multirow,lipsum,showframe,needspace}
  3. \usepackage[T1]{fontenc}
  4. \usepackage[utf8]{inputenc}
  5.  
  6. \begin{document}
  7.  
  8. \lipsum[1-3]
  9. newline\\
  10. newline\\
  11.  
  12.  
  13.  
  14. \Needspace{15\baselineskip}
  15. \begin{center}
  16. \tablecaption{this is table caption}
  17. \tablefirsthead{\toprule First&\multicolumn{1}{c}{Name} \\ \midrule}
  18. %
  19. \tablehead{%
  20. \multicolumn{2}{c}%
  21. {{\bfseries Continued from previous column}} \\
  22. \toprule
  23. First&\multicolumn{1}{c}{Name}\\ \midrule}
  24. %
  25. \tabletail{\\ \midrule}
  26. \tablelasttail{%
  27. \\\midrule
  28. \multicolumn{2}{r}{{Concluded}} \\ \bottomrule}
  29. \begin{xtabular}{ll}
  30. content & some text\\
  31. content & some text\\
  32. content & some text\\
  33. content & some text\\
  34. content & some text\\
  35. content & some text\\
  36. content & some text\\
  37. content & some text\\
  38. content & some text\\
  39. content & some text\\
  40. content & some text\\
  41. content & some text\\
  42. content & some text\\
  43. content & some text comes\\
  44. content & some text\\
  45. content & some text\\
  46. content & some text\\
  47. content & some text\\
  48. content & some text\\
  49. content & some text\\
  50. content & some text\\
  51. content & some text\\
  52. content & some text\\
  53. content & some text\\
  54. content & some text\\
  55. content & some text comes here too \\
  56. content & some text\\
  57. content & some text\\
  58. content & some text\\
  59. content & some text
  60. \end{xtabular}%
  61. \end{center}
  62. \lipsum[1-2]
  63. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement