diff --git a/ChangeLog b/ChangeLog index 523fe52..bb055f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,30 @@ 2019-06-20 Joseph Stachelek - * inst/rmarkdown/templates/presento/resources/template.tex: Correctly - pull date from Rmd rather than hardcode today + * inst/rmarkdown/templates/presento/resources/template.tex: Correctly + pull date from Rmd rather than hardcode today + +2019-05-03 Johan Larson + + * inst/rmarkdown/templates/iqss/resources/templates.tex: Support + beameroptions, use pgfpages if present + * inst/rmarkdown/templates/metropolis/resources/templates.tex: Idem + * inst/rmarkdown/templates/monash/resources/templates.tex: Idem + + * vignettes/metropolisDemo.Rmd: Use beamperoption to show notes + * vignettes/metropolisDemo.pdf: Idem 2019-03-26 Dirk Eddelbuettel * README.md: Add dependencies badge +2019-02-24 Rob Hyndman + + * inst/rmarkdown/templates/monash/resources/template.tex: Header + includes moved to later in file, outline header can be changed, a + tightoc option was added + * inst/monashDemo/monashDemo.Rmd: Added + * inst/monashDemo/monashDemo.pdf: Idem + 2018-11-21 Rob Hyndman * inst/rmarkdown/templates/monash/: Improved colortheme handling for @@ -41,7 +59,7 @@ 2018-10-02 Ista Zahn - * inst/iqssDemo/beamerfontthemeiqss.sty: Fall back to default font + * inst/iqssDemo/beamerfontthemeiqss.sty: Fall back to default font if Libertinus is unavailable * inst/rmarkdown/templates/iqss/skeleton/beamerfontthemeiqss.sty: diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index 77ca14d..3ce9dfe 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -5,8 +5,15 @@ \section{Changes in binb version 0.0.4 (2018-xx-yy)}{ \itemize{ - \item The Monash theme now had improved color theme handling (Rob + \item The Monash theme now has improved color theme handling (Rob Hyndman in \ghpr{15}) + \item The Monash them has a demo, a new \code{tighttoc} option and + other small improvements (Rob Hyndman in \ghpr{16}). + \item A slide notes example was added to Metropolis, pgfpages can be + used if present, \code{beameroption} was added to three templates + (Johan Larson in \ghpr{17}). + \item The Presento them now use the date from the yaml header + (Joseph Stachelek in \ghpr{18}) } }