Skip to content

Commit

Permalink
Merge pull request #2 from shihyuan/patch-1
Browse files Browse the repository at this point in the history
Stop a space in the rSubsection for tighter right-alignment
  • Loading branch information
treyhunner committed Mar 11, 2016
2 parents 53959ff + f9872ed commit ceccc52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resume.cls
Expand Up @@ -98,10 +98,10 @@
%% Employer (bold) Dates (regular) %%
%% Title (emphasis) Location (emphasis) %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
{\bf #1} \hfill { #2}
{\bf #1} \hfill { #2}% Stop a space
\ifthenelse{\equal{#3}{}}{}{
\\
{\em #3} \hfill {\em #4}
{\em #3} \hfill {\em #4}% Stop a space
}\smallskip
% \cdot used for bullets, items non-indented
\begin{list}{$\cdot$}{\leftmargin=0em}
Expand Down

0 comments on commit ceccc52

Please sign in to comment.