mirror of
https://github.com/eddelbuettel/binb
synced 2025-07-04 04:16:45 +02:00
presento read data instead of hard-code today
This commit is contained in:
parent
99621f827a
commit
d6d63bca4e
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue