This question probably has a really simple answer. i am wondering why centering a table seems to push it off to the right of the page... example:
Code: Select all
\begin{center}
\begin{tabular*}{1.1\textwidth}{@{\extracolsep{\fill}} c | c | c | c }
\hline
INSTITUTION AND LOCATION & DEGREE & MM/YY & FIELD OF STUDY \\
U of I & B.A. & 05/07 & \begin{tabular}{@{\extracolsep{\fill}} l} Biochemistry \end{tabular} \\
University of Illinois at Chicago & Ph.D. & 08/11 & Bioengineering \\
\hline
\end{tabular*}
\end{center}