Merge pull request #18 from jsta/master

presento read from date field instead of hard-code \today
This commit is contained in:
Dirk Eddelbuettel 2019-06-20 16:02:56 -05:00 committed by GitHub
commit dbccf8f5b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2019-06-20 Joseph Stachelek <stachel2@msu.edu>
* inst/rmarkdown/templates/presento/resources/template.tex: Correctly
pull date from Rmd rather than hardcode today
2019-03-26 Dirk Eddelbuettel <edd@debian.org>
* README.md: Add dependencies badge

View File

@ -28,7 +28,7 @@ $endif$
\else
\usepackage{fontspec}
\fi
% DEdd Commented-out for binb use as it conflicts with presento font scaling
% DEdd Commented-out for binb use as it conflicts with presento font scaling
%\defaultfontfeatures{Ligatures=TeX,Scale=MatchLowercase}
$for(fontfamilies)$
\newfontfamily{$fontfamilies.name$}[$fontfamilies.options$]{$fontfamilies.font$}
@ -249,7 +249,7 @@ $if(author)$
$if(address)$ \\\setnote{$address$} $endif$
}
$endif$
\newcommand{\myDetails}{\setnote{\today}}
\newcommand{\myDetails}{\setnote{$date$}}
%sty file
%\usepackage{config/presento}