diff options
-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 |