Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- \documentclass[convert={size=1080,outext=.png},border=5]{standalone}
- \usepackage{standalone,tikz,booktabs,mathtools,threeparttable,dcolumn,bold-extra,caption,siunitx,multirow,upgreek,fixltx2e,float,xfrac,graphicx,anyfontsize}
- \begin{document}
- {%\fontsize{42}{50}\selectfont
- \minipage{\linewidth}
- \newcolumntype{.}{D{.}{.}{-1}}
- \makeatletter
- \newcolumntype{B}[3]{>{\boldmath\DC@{#1}{#2}{#3}}c<{\DC@end}}
- \makeatother
- \begin{table}[H]
- \centering
- \begin{threeparttable}
- \begin{tabular}{ l . . . . . }
- \toprule
- Source & \multicolumn{1}{c}{SS} & \multicolumn{1}{c}{DOF} & \multicolumn{1}{c}{MS} & \multicolumn{1}{c}{F} & \multicolumn{1}{c}{\%SS} \\
- \toprule
- A & 15.84 & 1 & 15.84 & \multicolumn{1}{B{.}{.}{-1}} {17.89}\tnote{*} & \multicolumn{1}{B{.}{.}{-1}}{10.29}\tnote{\textdagger} \\
- B & 64.33 & 1 & 64.33 & \multicolumn{1}{B{.}{.}{-1}}{72.69} & \multicolumn{1}{B{.}{.}{-1}}{41.82} \\
- C & 22.43 & 1 & 22.43 & \multicolumn{1}{B{.}{.}{-1}}{25.34} & \multicolumn{1}{B{.}{.}{-1}}{14.58}\\
- D & 1.50 & 1 & 1.50 & 1.70 & 0.98 \\
- \addlinespace
- A$\times$B & 22.49 & 1 & 22.49 &\multicolumn{1}{B{.}{.}{-1}}{25.41} & \multicolumn{1}{B{.}{.}{-1}}{14.62}\\
- A$\times$C & 3.29 & 1 & 3.29 & 3.72 &2.14 \\
- A$\times$D & 3.44 & 1 & 3.44 & 3.88 & 2.23\\
- B$\times$C & 7.02 & 1& 7.02 & \multicolumn{1}{B{.}{.}{-1}}{7.93} & 4.56\\
- B$\times$D & 6.94 & 1 & 6.94 & \multicolumn{1}{B{.}{.}{-1}}{7.84} & 4.51\\
- C$\times$D & 2.13 & 1 & 2.13 & 2.41 & 1.38\\
- \addlinespace
- Error & 4.43 & 5 & 0.89 & & \\
- \addlinespace
- Total & 153.82 & 15 & & & \\
- \bottomrule
- \end{tabular}
- \begin{tablenotes}
- \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.
- \item [\textdagger] Bold entries denote \%SS values greater than 10\% of the total SS.
- \end{tablenotes}
- \end{threeparttable}
- \end{table}
- \endminipage
- }
- \end{document}
Advertisement
Add Comment
Please, Sign In to add comment