diff options
author | Karl Hallsby <karl@hallsby.com> | 2020-12-21 21:56:34 -0600 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2020-12-21 21:56:42 -0600 |
commit | 9a3f5ea3fab90e811256cd2c294005f474c10dbc (patch) | |
tree | 49afda1404d955dc96613722f3b1ffd372e57c40 | |
parent | ea49b6b3255effa5add8d5a5392d78dc49d14520 (diff) |
Center-align whole courses table
-rw-r--r-- | Education.tex | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/Education.tex b/Education.tex index 90ad85a..b2ca674 100644 --- a/Education.tex +++ b/Education.tex @@ -20,19 +20,21 @@ Expected 2022. % Can make Course Work a section instead, and put above Professional Experience % Professional/Course Work prove my skills/proficiencies tates above -\begin{tabular}[h!]{ccc}%{p{4cm}p{4cm}p{7cm}} - % \toprule - Digital System Design & DC/AC Circuit Analysis & Computer Architecture and Assembly \\ - % \midrule - Thermo-Fluid Dynamics & Probability and Statistics & Complex Variables and Matrix Algebra \\ - % \midrule - Secure System Design & Network Architecture & Concepts of Programming Languages \\ - % \midrule - Systems Programming & Functional Programming & Object-Oriented Programming \\ - % \midrule - Compilers & Operating Systems & Data Structures and Algorithms \\ - % \bottomrule -\end{tabular} +\begin{center} + \begin{tabular}[h!]{ccc}%{p{4cm}p{4cm}p{7cm}} + % \toprule + Digital System Design & DC/AC Circuit Analysis & Computer Architecture and Assembly \\ + % \midrule + Thermo-Fluid Dynamics & Probability and Statistics & Complex Variables and Matrix Algebra \\ + % \midrule + Secure System Design & Network Architecture & Concepts of Programming Languages \\ + % \midrule + Systems Programming & Functional Programming & Object-Oriented Programming \\ + % \midrule + Compilers & Operating Systems & Data Structures and Algorithms \\ + % \bottomrule + \end{tabular} +\end{center} %%% Local Variables: %%% mode: latex |