From 7842ec74b43913a7a0a0f8aa74678da711ec500c Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Tue, 29 Sep 2020 00:25:06 -0500 Subject: Move academic honors to its own file --- Hallsby_Karl.tex | 14 +------------- Honors.tex | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 13 deletions(-) create mode 100644 Honors.tex diff --git a/Hallsby_Karl.tex b/Hallsby_Karl.tex index c5526df..a003467 100644 --- a/Hallsby_Karl.tex +++ b/Hallsby_Karl.tex @@ -52,19 +52,6 @@ \end{tabularx} \end{center} - - - -\section{Honors}\label{sec:Honors} -\begin{tabularx}{1.0\linewidth}{l - >{\raggedleft\arraybackslash}X} - % \toprule - \IIT{} --- Dean's List & 2017 --- 2019 \\ - \IIT{} --- Camras Scholarship & 2017 --- Present \\ - Batavia High School --- Highest Honor Roll ($>4.375$ GPA) & 2013 --- 2017 \\ - % \bottomrule -\end{tabularx} - \section{Other Activities}\label{sec:Other_Activities} \paragraph{Triangle Fraternity, Armour Chapter}\label{par:Triangle-Armour} Act as system administrator for the chapter’s fileserver and webpage. @@ -97,6 +84,7 @@ Member of Batavia High School’s highest rated orchestra, winning state awards. \input{./Experience} +\input{./Honors} \end{document} diff --git a/Honors.tex b/Honors.tex new file mode 100644 index 0000000..0151350 --- /dev/null +++ b/Honors.tex @@ -0,0 +1,14 @@ +\section{Honors}\label{sec:Honors} +\begin{tabularx}{1.0\linewidth}{l + >{\raggedleft\arraybackslash}X} + % \toprule + \IIT{} --- Dean's List & 2017 --- 2019 \\ + \IIT{} --- Camras Scholarship & 2017 --- Present \\ + % Batavia High School --- Highest Honor Roll ($>4.375$ GPA) & 2013 --- 2017 \\ + % \bottomrule +\end{tabularx} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "Hallsby_Karl" +%%% End: -- cgit v1.2.3