Advertisement
Guest User

Untitled

a guest
Jul 30th, 2014
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. documentclass{scrartcl}
  2. usepackage{float}
  3. usepackage{ctable}
  4. floatstyle{komaabove}
  5. restylefloat{table}
  6. begin{document}
  7. ctable[table,caption={Test test test test testtest test test testtest},
  8. label=tbl:things]%
  9. {>{}p{.4linewidth}@{}c}{}{%
  10. FL Part & done
  11. ML Title & yes
  12. NN Intro & yes
  13. NN Solution & yes
  14. NN Implementation & yes
  15. NN Evaluation & no
  16. NN Related Work & no
  17. NN Conclusion & yes
  18. LL
  19. }
  20. end{document}
  21.  
  22. documentclass{article}
  23. usepackage{float}
  24. usepackage{ctable}
  25. floatstyle{ruled}
  26. restylefloat{table}
  27. begin{document}
  28. ctable[table,caption={Test test test test testtest test test testtest},
  29. label=tbl:things]%
  30. {>{}p{.4linewidth}@{}c}{}{%
  31. FL Part & done
  32. ML Title & yes
  33. NN Intro & yes
  34. NN Solution & yes
  35. NN Implementation & yes
  36. NN Evaluation & no
  37. NN Related Work & no
  38. NN Conclusion & yes
  39. LL
  40. }
  41. end{document}
  42.  
  43. documentclass{scrartcl}
  44. usepackage{float}
  45. usepackage{ctable}
  46. floatstyle{komaabove}
  47. restylefloat{table}
  48. begin{document}
  49. ctable[table,caption={Test test test test testtest test test
  50. testtest}, label=tbl:things, left]%
  51. {>{}p{.4linewidth}@{}c}{} {%
  52. FL Part & done
  53. ML Title & yes
  54. NN Intro & yes
  55. NN Solution & yes
  56. NN Implementation & yes
  57. NN Evaluation & no
  58. NN Related Work & no
  59. NN Conclusion & yes
  60. LL
  61. }
  62. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement