diff --git a/ChangeLog b/ChangeLog index 0b2833f..1d3d249 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2018-09-27 Dirk Eddelbuettel + + * DESCRIPTION (Version, Date): Release 0.0.2 + + * README.md: Small edits + + * docs/binb_minimal.gif: Combine existing *minimal.pdf + 2018-09-26 Dirk Eddelbuettel * docs/Makefile: Auto-create gif files with correct specs diff --git a/DESCRIPTION b/DESCRIPTION index 6e6379d..45ec82a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: binb Type: Package Title: 'binb' is not 'Beamer' -Version: 0.0.1.1 -Date: 2018-09-22 +Version: 0.0.2 +Date: 2018-09-27 Author: Dirk Eddelbuettel and Ista Zahn Maintainer: Dirk Eddelbuettel Description: A collection of 'LaTeX' styles using 'Beamer' customization for diff --git a/README.md b/README.md index 06ef6cf..17e88b0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## binb [![Build Status](https://travis-ci.org/eddelbuettel/binb.svg)](https://travis-ci.org/eddelbuettel/binb) [![Package-License](http://img.shields.io/badge/license-GPL--2-brightgreen.svg?style=flat)](http://www.gnu.org/licenses/gpl-2.0.html) [![CRAN](http://www.r-pkg.org/badges/version/binb)](https://cran.r-project.org/package=binb) [![Downloads](http://cranlogs.r-pkg.org/badges/binb?color=brightgreen)](http://www.r-pkg.org/pkg/binb) -Binb is not Beamer: Stylish pdf Presentation from RMarkdown +Binb is not Beamer: Stylish pdf Presentations from RMarkdown ### Motivation @@ -43,8 +43,8 @@ output: binb::metropolis Hello, world! ```` -It creates a [three-page pdf file](https://eddelbuettel.github.io/binb/metropolis_minimal.pdf) which we converted into this -animated gif (which loses font crispness, sadly): +It creates a [three-page pdf file](https://eddelbuettel.github.io/binb/metropolis_minimal.pdf) which +we converted into this animated gif ![](https://eddelbuettel.github.io/binb/metropolis_minimal.gif) @@ -81,8 +81,8 @@ Another planet! ```` -This creates this [pdf file](https://eddelbuettel.github.io/binb/iqss_minimal.pdf) which we converted into this -animated gif (also losing font crispness): +This creates this [pdf file](https://eddelbuettel.github.io/binb/iqss_minimal.pdf) which we +converted into this animated gif: ![](https://eddelbuettel.github.io/binb/iqss_minimal.gif) @@ -142,8 +142,8 @@ ____ ``` -From this, one can creats this [pdf file](https://eddelbuettel.github.io/binb/presento_minimal.pdf) which -can be converted into this animated gif (again losing font crispness): +From this, one can creats this [pdf file](https://eddelbuettel.github.io/binb/presento_minimal.pdf) +which can be converted into this animated gif: ![](https://eddelbuettel.github.io/binb/presento_minimal.gif) diff --git a/docs/Makefile b/docs/Makefile index 1495264..ed13a53 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -5,7 +5,7 @@ ## ## Dirk Eddelbuettel, Sep 2018, GPL-2'ed -pdfs = `ls *pdf` +pdfs = $(shell ls *pdf) gifs = $(pdfs:.pdf=.gif) @@ -13,3 +13,8 @@ all: ${gifs} %.gif: %.pdf convert -density 127 -delay 200 $< $@ + +minimalpdfs = $(shell ls *minimal.pdf | grep -v binb_minimal.pdf) + +combo: + convert -density 127 -delay 100 ${minimalpdfs} binb_minimal.gif diff --git a/docs/binb_minimal.gif b/docs/binb_minimal.gif new file mode 100644 index 0000000..fcb8401 Binary files /dev/null and b/docs/binb_minimal.gif differ diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index b246e93..ae776ce 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -3,7 +3,7 @@ \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.2 (2018-xx-yy)}{ +\section{Changes in binb version 0.0.2 (2018-09-27)}{ \itemize{ \item Added support for 'Presento' theme by Ratul Saha (\ghpr{4}) \item Longer vignettes were added to the docs/ directory