Skip to content

Commit

Permalink
Update template.tex to allow for rescaling on signature image via 'si…
Browse files Browse the repository at this point in the history
…gnature-scale'.
  • Loading branch information
wviechtb authored Dec 12, 2023
1 parent 00f5fdb commit cda5853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/rmarkdown/templates/pdf/resources/template.tex
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@

$if(signature)$
\usepackage{graphicx,grffile}
\signature{$if(signature-before)$\vspace*{$signature-before$}$endif$\includegraphics{$signature$}$if(author)$\\$if(signature-after)$\vspace*{$signature-after$}$endif$$for(author)$$author$$sep$\\$endfor$$endif$}
\signature{$if(signature-before)$\vspace*{$signature-before$}$endif$\includegraphics$if(signature-scale)$[scale=$signature-scale$]$endif${$signature$}$if(author)$\\$if(signature-after)$\vspace*{$signature-after$}$endif$$for(author)$$author$$sep$\\$endfor$$endif$}
$else$
$if(author)$
\signature{$for(author)$$author$$sep$\\$endfor$}
Expand Down

0 comments on commit cda5853

Please sign in to comment.