diff options
author | Karl Hallsby <karl@hallsby.com> | 2020-09-29 00:25:06 -0500 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2020-09-29 00:25:06 -0500 |
commit | 7842ec74b43913a7a0a0f8aa74678da711ec500c (patch) | |
tree | 399a0f7da14e5388d16500ece9acd2b116650e5e | |
parent | 46bf9d03710155958581b317a90b4cfb45f953f6 (diff) |
Move academic honors to its own file
-rw-r--r-- | Hallsby_Karl.tex | 14 | ||||
-rw-r--r-- | Honors.tex | 14 |
2 files changed, 15 insertions, 13 deletions
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: |