diff --git a/ChangeLog b/ChangeLog index e265cea..18a952d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2019-10-09 David Selby + + * inst/rmarkdown/templates/presento/skeleton/presento.sty: Correctly + the exported theme name to 'Presento' + +2019-08-22 Rob Hyndman + + * inst/rmarkdown/templates/monash/skeleton/beamerfontthememonash.sty: + Support additonal titlepage options + * inst/rmarkdown/templates/monash/resources/template.tex: Idem + * inst/monashDemo/monashOptions.Rmd: New demo showing more options + * inst/monashDemo/monashOptions.pdf: Ditto + * inst/monashDemo/title16x9.png: Graphic used in new demo + +2019-08-21 Rob Hyndman + + * inst/rmarkdown/templates/monash/resources/template.tex: Allow + alternate title page + * inst/rmarkdown/templates/monash/skeleton/beamerfontthememonash.sty: + Use bera as fallback font if carlito is not available + 2019-06-23 Dirk Eddelbuettel * DESCRIPTION (Version, Date): Release 0.0.4 diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index 42014d5..9680013 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -3,17 +3,26 @@ \newcommand{\ghpr}{\href{https://github.com/eddelbuettel/binb/pull/#1}{##1}} \newcommand{\ghit}{\href{https://github.com/eddelbuettel/binb/issues/#1}{##1}} -\section{Changes in binb version 0.0.4 (2018-06-23)}{ +\section{Changes in binb version 0.0.5 (2019-xx-xx)}{ + \itemize{ + \item The Monash theme was updated with new titlepage and font + handling and an expanded demo (Rob in \ghpr{20}). + \item The presento theme is now correctly labeled as exported (David + Selby in \ghpr{22}). + } +} + +\section{Changes in binb version 0.0.4 (2019-06-23)}{ \itemize{ \item The Monash theme now has improved color theme handling (Rob - Hyndman in \ghpr{15}) + 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 Larsson in \ghpr{17}). \item The Presento them now use the date from the yaml header - (Joseph Stachelek in \ghpr{18}) + (Joseph Stachelek in \ghpr{18}). } }