Guest User

Untitled

a guest
Jul 4th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.31 KB | None | 0 0
  1. \documentclass{article}
  2.  
  3. \usepackage{booktabs}
  4. \usepackage{amsmath}
  5. \usepackage[separate-uncertainty=true]{siunitx}
  6.  
  7. \begin{document}
  8.  
  9. \begin{table}[!htbp]
  10.  \centering
  11.     \caption{Comparison of the CCSHR estimators based on beta and logit-normal distributions}
  12.     \label{tab:addlabel}
  13.     \setlength{\tabcolsep}{.12cm}
  14.     \begin{tabular}{
  15.         @{}
  16.         l
  17.         @{\hspace*{0.25cm}}
  18.         S[table-format = 1.1(2)]
  19.         S[table-format = 2.1(2)]
  20.         S[table-format = 1.2(2)]
  21.         @{\hspace*{0.25cm}}
  22.         S[table-format = 1.1(2)]
  23.         S[table-format = 2.0(2)]
  24.         S[table-format = 1.2(2)]
  25.         @{}
  26.     }
  27.         \toprule
  28.       & \multicolumn{3}{c}{pH 1.4}
  29.       & \multicolumn{3}{c}{pH 2.2} \\
  30.         \cmidrule(l{0cm}r{0.25cm}){2-4}\cmidrule(r{-0.0cm}l{0cm}){5-7}
  31.         Molecule
  32.         & {$N_{\text{max}}$(\si{nm})}
  33.         & {$C_{\text{D}}'$(\si{\mu M})}
  34.         & {\textit{D}}
  35.         & {$A_{\text{max}}$(\si{\mu m})}
  36.         & {$D_{\text{D}}'$(\si{\mu m})}
  37.         & {\textit{A}} \\
  38.         AB & 2.0 +- 0.2 & 7.9 +- 0.6 & 4.7 +- 0.1 & 7.8 +- 0.3 & 26 +- 6 & 0.87 +- 0.09 \\
  39.         C & 9.2 +- 0.2 & 25.9 +- 1.4 & 2.07 +- 0.04 & 1.8 +- 0.3 & 70 +- 5 & 0.19 +- 0.06 \\
  40.         \bottomrule
  41.     \end{tabular}
  42. \end{table}
  43.  
  44. tex tex tex text tex tex tex t ex text text  tex tex tex text tex tex tex t ex text text tex tex tex text tex tex tex t ex text text tex tex tex text tex tex tex t ex text text
  45.  
  46. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment