Guest User

Untitled

a guest
Jun 25th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. documentclass[12pt,a4paper]{book}
  2.  
  3. %~~~~~~~~~~~~~~~ Fonts ~~~~~~~~~~~~~~~~~~~~
  4. usepackage{kpfonts}
  5.  
  6. %~~~~~~~~~~~~~~~ Tables ~~~~~~~~~~~~~~~~~~~~~
  7. usepackage{makecell,booktabs}
  8. usepackage{color, colortbl}
  9. definecolor{Gray}{gray}{0.9}
  10. usepackage{multirow}
  11.  
  12. %~~~~~~~~~~~~~~ Commands
  13. newcommand{pu}{$^{240}Pu$ }
  14.  
  15. begin{document}
  16.  
  17. begin{table}
  18. centering
  19. % table caption is above the table
  20. caption{This will be filled later!label{tab:filters}}
  21. % Give a unique label
  22. % For LaTeX tables use
  23. begin{tabular}{ccccccc}
  24. toprule
  25. hline
  26. rowcolor{Gray}
  27. makecell{Sample} & makecell{Reference\Number} & makecell{Activity\(MBq)} & makecell{Mass\(mg)} & multicolumn{2}{c}{makecell{Areal density\(mg/cm$^2$) ($times 10^{-4}$ atoms/b)}} & makecell{Atomic\abundances\(mol/mol)}\
  28. hline
  29. {} & {TP2010-011-01} & {6.016(23)} & {0.7163(28)} & {0.1017(4)} & {2.55(1)} &
  30. multirow{3}{*}{ makecell{$^{238}Pu$ : $7.33(29) cdot 10^{-4}$\
  31. $^{239}Pu$ : $1.44(18) cdot 10^{-4}$\
  32. $^{240}Pu$ : $0.998915(18) cdot 10^{-4}$\
  33. $^{241}Pu$ : $4.1(31) cdot 10^{-6}$\
  34. $^{242}Pu$ : $2.027(41) cdot 10^{-4}$\
  35. $^{244}Pu$ : $4.6(88) cdot 10^{-7}$}}\
  36. {pu} & {TP2010-011-03} & {6.793(26)} & {0.809(3)} & {0.1148(5)} & {2.88(1)} & {}\
  37. {} & {TP2010-011-04} & {6.410(25)} & {0.763(3)} & {0.1083(5)} & {2.72(1)} & {}\
  38. bottomrule
  39. hline
  40. end{tabular}
  41. end{table}
  42.  
  43. end{document}
Add Comment
Please, Sign In to add comment