mirror of
https://github.com/eddelbuettel/binb
synced 2024-12-21 12:09:58 +01:00
preparing release 0.0.6
This commit is contained in:
parent
dd6aa30573
commit
3c2786e991
@ -1,3 +1,12 @@
|
||||
2020-06-10 Dirk Eddelbuettel <edd@debian.org>
|
||||
|
||||
* DESCRIPTION (Version, Date): Release 0.0.6
|
||||
|
||||
2020-06-08 Joseph Stachelek <stachel2@msu.edu>
|
||||
|
||||
* R/binb.R: Update natbib default from 'none' to 'default' to please
|
||||
current rmarkdown package
|
||||
|
||||
2020-04-08 Dirk Eddelbuettel <edd@debian.org>
|
||||
|
||||
* README.md: Add 'last commit' badge
|
||||
|
@ -1,8 +1,8 @@
|
||||
Package: binb
|
||||
Type: Package
|
||||
Title: 'binb' is not 'Beamer'
|
||||
Version: 0.0.5
|
||||
Date: 2019-11-02
|
||||
Version: 0.0.6
|
||||
Date: 2020-06-10
|
||||
Author: Dirk Eddelbuettel, Ista Zahn and Rob Hyndman
|
||||
Maintainer: Dirk Eddelbuettel <edd@debian.org>
|
||||
Description: A collection of 'LaTeX' styles using 'Beamer' customization for
|
||||
@ -18,4 +18,4 @@ Imports: rmarkdown, knitr
|
||||
VignetteBuilder: knitr
|
||||
License: GPL (>= 2)
|
||||
Encoding: UTF-8
|
||||
RoxygenNote: 6.1.1
|
||||
RoxygenNote: 6.0.1
|
||||
|
10
inst/NEWS.Rd
10
inst/NEWS.Rd
@ -3,6 +3,16 @@
|
||||
\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.6 (2020-06-10)}{
|
||||
\itemize{
|
||||
\item Support for YAML option \code{titlegraphic} was added in
|
||||
Metropolis (Andras Scraka in \ghpr{23}).
|
||||
\item The README.md file received another badge (Dirk).
|
||||
\item The \code{natbib} default value was updated to accomodate
|
||||
\pkg{rmarkdown} (Joseph Stachelek in \ghpr{26}).
|
||||
}
|
||||
}
|
||||
|
||||
\section{Changes in binb version 0.0.5 (2019-11-02)}{
|
||||
\itemize{
|
||||
\item The Monash theme was updated with new titlepage and font
|
||||
|
@ -8,36 +8,32 @@
|
||||
\title{Binb is not Beamer - PDF Presentation Themes}
|
||||
\usage{
|
||||
metropolis(toc = FALSE, slide_level = 2, incremental = FALSE,
|
||||
fig_width = 10, fig_height = 7, fig_crop = TRUE,
|
||||
fig_caption = TRUE, dev = "pdf", df_print = "default",
|
||||
fonttheme = "default", highlight = "tango", keep_tex = FALSE,
|
||||
latex_engine = "xelatex", citation_package = c("none", "natbib",
|
||||
"biblatex"), includes = NULL, md_extensions = NULL,
|
||||
pandoc_args = NULL)
|
||||
fig_width = 10, fig_height = 7, fig_crop = TRUE, fig_caption = TRUE,
|
||||
dev = "pdf", df_print = "default", fonttheme = "default",
|
||||
highlight = "tango", keep_tex = FALSE, latex_engine = "xelatex",
|
||||
citation_package = c("default", "natbib", "biblatex"), includes = NULL,
|
||||
md_extensions = NULL, pandoc_args = NULL)
|
||||
|
||||
iqss(toc = FALSE, slide_level = 3, incremental = FALSE,
|
||||
fig_width = 10, fig_height = 7, fig_crop = TRUE,
|
||||
fig_caption = TRUE, dev = "pdf", df_print = "default",
|
||||
fonttheme = "default", highlight = "haddock", keep_tex = FALSE,
|
||||
latex_engine = "xelatex", citation_package = c("none", "natbib",
|
||||
"biblatex"), includes = NULL, md_extensions = NULL,
|
||||
pandoc_args = NULL)
|
||||
iqss(toc = FALSE, slide_level = 3, incremental = FALSE, fig_width = 10,
|
||||
fig_height = 7, fig_crop = TRUE, fig_caption = TRUE, dev = "pdf",
|
||||
df_print = "default", fonttheme = "default", highlight = "haddock",
|
||||
keep_tex = FALSE, latex_engine = "xelatex",
|
||||
citation_package = c("default", "natbib", "biblatex"), includes = NULL,
|
||||
md_extensions = NULL, pandoc_args = NULL)
|
||||
|
||||
monash(toc = FALSE, slide_level = 2, incremental = FALSE,
|
||||
fig_width = 8, fig_height = 5, fig_crop = TRUE,
|
||||
fig_caption = TRUE, dev = "pdf", df_print = "default",
|
||||
fonttheme = "default", colortheme = "monashwhite",
|
||||
monash(toc = FALSE, slide_level = 2, incremental = FALSE, fig_width = 8,
|
||||
fig_height = 5, fig_crop = TRUE, fig_caption = TRUE, dev = "pdf",
|
||||
df_print = "default", fonttheme = "default", colortheme = "monashwhite",
|
||||
highlight = "tango", keep_tex = FALSE, latex_engine = "pdflatex",
|
||||
citation_package = c("none", "natbib", "biblatex"), includes = NULL,
|
||||
citation_package = c("default", "natbib", "biblatex"), includes = NULL,
|
||||
md_extensions = NULL, pandoc_args = NULL)
|
||||
|
||||
presento(toc = FALSE, slide_level = 2, incremental = FALSE,
|
||||
fig_width = 10, fig_height = 7, fig_crop = TRUE,
|
||||
fig_caption = TRUE, dev = "pdf", df_print = "default",
|
||||
fonttheme = "default", highlight = "haddock", keep_tex = FALSE,
|
||||
latex_engine = "xelatex", citation_package = c("none", "natbib",
|
||||
"biblatex"), includes = NULL, md_extensions = NULL,
|
||||
pandoc_args = NULL)
|
||||
fig_width = 10, fig_height = 7, fig_crop = TRUE, fig_caption = TRUE,
|
||||
dev = "pdf", df_print = "default", fonttheme = "default",
|
||||
highlight = "haddock", keep_tex = FALSE, latex_engine = "xelatex",
|
||||
citation_package = c("default", "natbib", "biblatex"), includes = NULL,
|
||||
md_extensions = NULL, pandoc_args = NULL)
|
||||
}
|
||||
\arguments{
|
||||
\item{toc}{A logical variable defaulting to \code{FALSE}.}
|
||||
@ -68,7 +64,7 @@ presento(toc = FALSE, slide_level = 2, incremental = FALSE,
|
||||
\item{latex_engine}{A character variable defaulting to \dQuote{xelatex}.}
|
||||
|
||||
\item{citation_package}{An optional character variable with possible value
|
||||
\dQuote{none}, \dQuote{natbib} (the default), or \dQuote{biblatex}.}
|
||||
\dQuote{default}, \dQuote{natbib} (the default), or \dQuote{biblatex}.}
|
||||
|
||||
\item{includes}{An optional character variable defaulting to \code{NULL}.}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user