1
0
mirror of https://github.com/eddelbuettel/binb synced 2024-12-22 04:29:59 +01:00

presento read data instead of hard-code today

This commit is contained in:
jsta 2019-06-20 16:28:57 -04:00
parent 99621f827a
commit d6d63bca4e

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}