From 9a3f5ea3fab90e811256cd2c294005f474c10dbc Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Mon, 21 Dec 2020 21:56:34 -0600 Subject: Center-align whole courses table --- Education.tex | 28 +++++++++++++++------------- 1 file 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 -- cgit v1.2.3