diff options
author | Karl Berry <karl@freefriends.org> | 2015-11-12 22:17:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-11-12 22:17:53 +0000 |
commit | ac460c934fae4a9f0fb4fcdd0d49cfce7f71c5a0 (patch) | |
tree | 907bd523c4fba1efd730cff0885a0cad81d5f7e5 /Master/texmf-dist/tex/latex/gradstudentresume | |
parent | 7afb014366b9e4980eba804bcdba1dd30d3a3e9e (diff) |
gradstudentresume (12nov15)
git-svn-id: svn://tug.org/texlive/trunk@38832 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/gradstudentresume')
-rw-r--r-- | Master/texmf-dist/tex/latex/gradstudentresume/gradstudentresume.cls | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/gradstudentresume/gradstudentresume.cls b/Master/texmf-dist/tex/latex/gradstudentresume/gradstudentresume.cls index 1332fc58fc5..2e3e5fc96a9 100644 --- a/Master/texmf-dist/tex/latex/gradstudentresume/gradstudentresume.cls +++ b/Master/texmf-dist/tex/latex/gradstudentresume/gradstudentresume.cls @@ -1,7 +1,7 @@ %%%%%%%%% gradstudentresume %%%%%%%%%%%%%%%%%%% %%%%%%%%%%%% Written By: Anagha Kumar %%%%%%%%%%%% -%%%%%% License: The LATEX Project Public License (lppl1.3) %%%%%% -%%%%%% Version: 2015/09/19 %%%%%%%%%%%%%%% +%%%%%% License: The LATEX Project Public License (lppl1.3) %%%%%% +%%%%%% Version: 2015/11/12 %%%%%%%%%%%%%%% \NeedsTeXFormat{LaTeX2e} @@ -17,19 +17,16 @@ %% I know latex has smallskip, medskip etc. but I think it is important to have fine control over your output and define your own skips \newcommand{\smallspace}{ \vspace{1mm} - } \newcommand{\medspace}{ \vspace{3mm} - } \newcommand{\largespace}{ \vspace{5mm} - } @@ -39,7 +36,6 @@ \Large{\sc{#1}} \\ \normalsize \textit{Address}: {#2} \\ \textit{Telephone}: {#3} \\ \textit{Email}: {#4} \end{center}} {\largespace - } % The parameters are name, address, telephone number, and email. @@ -50,11 +46,10 @@ \newcommand{\sectionrule}{\noindent\hfil\rule{\textwidth}{.6pt}\hfil \vspace{2mm} - } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\newcommand{\undergrad}[5]{\noindent{\textbf{{#1}}} \hfill{#2}\\ \textit{#3} \hfill{#4} \\ Graduation Honors: {#5}} +\newcommand{\undergrad}[5]{\noindent \textbf{#1}\hfill {#2} \\ \textit{#3}\hfill {#4} \\ {\def\honors{#5}\ifx\honors\empty\else Graduation Honors: {#5}}\fi} \newcommand{\grad}[6]{\noindent{\textbf{{#1}}} \hfill{#2}\\ \textit{#3} \hfill{#4} \\ Thesis: {#5} \\ Advisor: {#6}} \newcommand{\sectionheading}[1]{\noindent{\large{\sc{#1}}} \\ \sectionrule} @@ -83,7 +78,6 @@ {% use the presentation command as the argument \end{wrapped} \smallspace - } @@ -94,7 +88,6 @@ { \end{wrapped} \medspace - } |