Code: Select all
\documentclass[11pt]{article}
\usepackage{graphicx,latexsym,amsfonts,amssymb,amsmath,verbatim,theapa,lscape, multirow,
xcolor, booktabs, upgreek, caption}
\begin{document}
\begin{table}
\caption{ATC of Production at Max Cap. by Type}
\vspace{3pt} \noindent
\begin{tabular}{p{72pt}|p{31pt}|p{31pt}|p{40pt}|p{40pt}|p{49pt}|p{58pt}}
\hline
{\footnotesize Type}
&
{\footnotesize Min}
&
{\footnotesize Max}
&
{\footnotesize Total Cost}
&
{\footnotesize Unit Cost}
&
{\footnotesize ATC}
&
{\footnotesize Total}
\\
\cline{2-7}
{\footnotesize (Quantity)}
&
{\footnotesize Units}
&
{\footnotesize Units}
&
{\footnotesize \$}
&
{\footnotesize \$/Unit}
&
{\footnotesize \$/Unit}
&
{\footnotesize Units}
\\
\hline
{\footnotesize \begin{math}A\end{math} (2)}
&
{\footnotesize 0}
&
{\footnotesize 2}
&
{\footnotesize 0}
&
{\footnotesize 20}
&
{\footnotesize 20}
&
{\footnotesize 4}
\\
\hline
{\footnotesize \begin{math}I\end{math} (1)}
&
{\footnotesize 0}
&
{\footnotesize 2}
&
{\footnotesize 0}
&
{\footnotesize 255}
&
{\footnotesize 255}
&
{\footnotesize 2}
\\
\hline \multicolumn{6}{r|}{ {\footnotesize Total} } & {\footnotesize
6}
\\
\hline
\end{tabular}
\vspace{2pt}
\end{table}
\end{document}