Guest User

table-example

a guest
Oct 28th, 2015
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 2.30 KB | None | 0 0
  1. \documentclass[convert={size=1080,outext=.png},border=5]{standalone}
  2. \usepackage{standalone,tikz,booktabs,mathtools,threeparttable,dcolumn,bold-extra,caption,siunitx,multirow,upgreek,fixltx2e,float,xfrac,graphicx,anyfontsize}
  3. \begin{document}
  4.  
  5. {%\fontsize{42}{50}\selectfont
  6.  
  7. \minipage{\linewidth}
  8.  
  9. \newcolumntype{.}{D{.}{.}{-1}}
  10. \makeatletter
  11. \newcolumntype{B}[3]{>{\boldmath\DC@{#1}{#2}{#3}}c<{\DC@end}}
  12. \makeatother
  13.  
  14. \begin{table}[H]
  15. \centering
  16. \begin{threeparttable}
  17. \begin{tabular}{ l  .  .  .  .  . }
  18. \toprule
  19. Source & \multicolumn{1}{c}{SS} & \multicolumn{1}{c}{DOF} & \multicolumn{1}{c}{MS} & \multicolumn{1}{c}{F} & \multicolumn{1}{c}{\%SS} \\
  20. \toprule
  21. A & 15.84           & 1 & 15.84 & \multicolumn{1}{B{.}{.}{-1}}    {17.89}\tnote{*}  &  \multicolumn{1}{B{.}{.}{-1}}{10.29}\tnote{\textdagger}   \\
  22. B & 64.33           & 1 & 64.33 & \multicolumn{1}{B{.}{.}{-1}}{72.69}           &  \multicolumn{1}{B{.}{.}{-1}}{41.82}  \\
  23. C & 22.43           & 1 & 22.43  & \multicolumn{1}{B{.}{.}{-1}}{25.34}          &   \multicolumn{1}{B{.}{.}{-1}}{14.58}\\
  24. D & 1.50            & 1 & 1.50  & 1.70                                          & 0.98 \\
  25. \addlinespace
  26. A$\times$B & 22.49  & 1 &  22.49 &\multicolumn{1}{B{.}{.}{-1}}{25.41}           &  \multicolumn{1}{B{.}{.}{-1}}{14.62}\\
  27. A$\times$C & 3.29   & 1 & 3.29  & 3.72                                          &2.14 \\
  28. A$\times$D & 3.44   & 1 & 3.44  & 3.88                                          & 2.23\\
  29. B$\times$C & 7.02   & 1& 7.02   & \multicolumn{1}{B{.}{.}{-1}}{7.93}                & 4.56\\
  30. B$\times$D & 6.94   & 1 &  6.94  & \multicolumn{1}{B{.}{.}{-1}}{7.84}               & 4.51\\
  31. C$\times$D & 2.13   & 1 & 2.13  & 2.41                                          & 1.38\\
  32. \addlinespace
  33. Error & 4.43            & 5     & 0.89  &                                               & \\
  34. \addlinespace
  35. Total & 153.82      & 15 &      &                                               & \\
  36. \bottomrule
  37.    \end{tabular}
  38.    \begin{tablenotes}
  39. \item [*] Bold entries in the F ratio column designate values greater than an F\textsubscript{cr} of 6.61 at a  confidence limit of P = 95.
  40. \item [\textdagger] Bold entries denote \%SS values greater than 10\% of the total SS.
  41.    \end{tablenotes}
  42.    \end{threeparttable}
  43. \end{table}
  44. \endminipage
  45. }
  46. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment