Skip to content

Commit

Permalink
Fixed awesome-cv docname usage breaking footer
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelloharawild committed Mar 14, 2019
1 parent 98f1374 commit 037a415
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions inst/rmarkdown/templates/awesomecv/resources/awesome-cv.tex
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,7 @@
% 2019-02-14 Chris Umphlett - add flexibility to the document name in footer, rather than have it be static Curriculum Vitae
\makecvfooter
{$date$}
$if(docname)$
{$name$~~~·~~~$docname$}
$endif$
{$name$~~~·~~~$if(docname)$$docname$$else$Curriculum Vitae$endif$}
{\thepage}


Expand Down

0 comments on commit 037a415

Please sign in to comment.