Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. documentclass[12pt]{article}
  2. usepackage[onehalfspacing]{setspace}
  3. usepackage{longtable,booktabs}
  4.  
  5. setlengthLTpre{5em}
  6. setlengthLTpost{5em}
  7.  
  8. usepackage{caption}
  9. captionsetup{font={singlespacing,small}}
  10. captionsetup[table]{position=top,skip={0pt}}
  11. captionsetup[longtable]{skip=0pt}
  12.  
  13.  
  14. title{test}
  15. begin{document}
  16. This is a test table. % repeat the paragraph to make the table at the end of a page.
  17.  
  18. This is a test table.
  19.  
  20. This is a test table.
  21.  
  22. This is a test table.
  23.  
  24. This is a test table.
  25.  
  26. This is a test table.
  27.  
  28. This is a test table.
  29.  
  30. This is a test table.
  31.  
  32. This is a test table.
  33.  
  34. This is a test table.
  35.  
  36. This is a test table.
  37.  
  38. This is a test table.
  39.  
  40. This is a test table.
  41.  
  42. This is a test table.
  43.  
  44. This is a test table.
  45.  
  46. This is a test table.
  47.  
  48. This is a test table.
  49.  
  50. This is a test table.
  51.  
  52. This is a test table.
  53.  
  54. This is a test table.
  55.  
  56. This is a test table.
  57.  
  58. This is a test table.
  59.  
  60. This is a test table.
  61.  
  62. This is a test table.
  63.  
  64. This is a test table.
  65.  
  66. begin{longtable}[]{@{}cl@{}}
  67. caption{test table test table test tabletest tabletest tabletest tabletest tabletest tabletest tabletest tabletest tabletest tabletest table}tabularnewline
  68. toprule
  69. col1 & col2tabularnewline
  70. midrule
  71. endhead
  72. 1 & 2tabularnewline
  73. 1 & 2tabularnewline
  74. 1 & 2tabularnewline
  75. 1 & 2tabularnewline
  76. 1 & 2tabularnewline
  77. 1 & 2tabularnewline
  78. 1 & 2tabularnewline
  79. 1 & 2tabularnewline
  80. 1 & 2tabularnewline
  81. 1 & 2tabularnewline
  82. 1 & 2tabularnewline
  83. bottomrule
  84. end{longtable}
  85.  
  86.  
  87. End of the document.
  88. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement