Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{booktabs,caption}
  3. captionsetup[table]{position=top}
  4.  
  5. newcommand{category}{%
  6. ifstartedaddlinespacefi
  7. globalstartedtrue
  8. globalcategorytrue
  9. itshape}
  10. newcommand{main}{ifcategoryglobalcategoryfalseelseaddlinespacefi}
  11. newcommand{sub}{quad}
  12. newififstarted
  13. newififcategory
  14. newenvironment{itemtabular}
  15. {globalstartedfalseglobalcategoryfalsetabular}
  16. {endtabular}
  17.  
  18. begin{document}
  19. begin{table}
  20. centering
  21. caption{Low tidal volumes in pressure preset modes}
  22. begin{itemtabular}{@{}l@{}}
  23. toprule
  24. category Patient factors \
  25. main Asynchronous breathing \
  26. main Decreased compliance \
  27. sub Development of pneumothorax \
  28. sub Pulmonary pathology \
  29. category Equipment causes \
  30. main Ventilator settings\
  31. sub Inadequate preset pressure \
  32. bottomrule
  33. end{itemtabular}
  34. end{table}
  35. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement