Skip to content

Commit

Permalink
Add flexible document name to footer
Browse files Browse the repository at this point in the history
Add flexible document name to footer. User can specify in YAML header of Rmd file with footer_docname parameter.
  • Loading branch information
chrisumphlett authored Feb 15, 2019
1 parent 22d4ae5 commit b619f10
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion inst/rmarkdown/templates/awesomecv/resources/awesome-cv.tex
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,12 @@

% Print the footer with 3 arguments(<left>, <center>, <right>)
% Leave any of these blank if they are not needed
% 2019-02-14 Chris Umphlett - add flexibility to the document name in footer, rather than have it be static Curriculum Vitae
\makecvfooter
{$date$}
{$name$~~~·~~~Curriculum Vitae}
$if(email)$
{$name$~~~·~~~$footer_docname$}
$endif$
{\thepage}


Expand Down

0 comments on commit b619f10

Please sign in to comment.