mirror of
https://github.com/eddelbuettel/binb
synced 2024-12-22 04:29:59 +01:00
Merge pull request #18 from jsta/master
presento read from date field instead of hard-code \today
This commit is contained in:
commit
dbccf8f5b5
@ -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
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user