Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. documentclass[12pt,a4paper]{article}
  2. usepackage{multirow}
  3. usepackage{multicol}
  4. usepackage{booktabs}
  5. usepackage[
  6. font=footnotesize,
  7. justification=centering,
  8. figurewithin=section,
  9. tablewithin=section
  10. ]{caption}
  11. usepackage{siunitx}
  12. usepackage{chemformula}
  13.  
  14. begin{document}
  15.  
  16. begin{table}[h]
  17. centering
  18. footnotesize
  19. caption{My caption}
  20. label{my-label}
  21. begin{tabular}{cccccc}
  22. toprule
  23. multicolumn{2}{c}{textbf{Time (si{min})}} &%
  24. multicolumn{2}{c}{textbf{Water + ch{CH3COOH} SI[inter-unit-product=~]{0,15}{%~v/v}}} &%
  25. multicolumn{2}{c}{textbf{Oil}} \
  26. midrule
  27. textbf{Point 1} & textbf{Point 2} &%
  28. textbf{Point 1} & textbf{Point 2} &%
  29. textbf{Point 1} & textbf{Point 2} \
  30. midrule
  31. 0,00 & 0,00 & 100 & 90 & 0 & 10 \
  32. 0,50 & 0,50 & 90 & 70 & 10 & 30 \
  33. 8,50 & 8,00 & 100 & 0 & 0 & 100 \
  34. 13,50 & 8,10 & 100 & 90 & 0 & 10 \
  35. bottomrule
  36. end{tabular}
  37. end{table}
  38.  
  39. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement