1
0
mirror of https://github.com/eddelbuettel/binb synced 2024-09-08 00:56:21 +02:00

Release 0.0.7

This commit is contained in:
Dirk Eddelbuettel 2024-07-06 17:32:59 +02:00
parent 805d4c6a39
commit 07e05ae696
7 changed files with 31 additions and 8 deletions

View File

@ -1,3 +1,15 @@
2024-07-06 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version, Date): Release 0.0.7
* inst/rmarkdown/templates/metropolis/resources/template.tex:
Define `pandocunbounded` now needed by pandoc (>= 3.2.1)
* DESCRIPTION (Imports): Add `codetools` now needed too
* NAMESPACE: Also import `codetools`
* README.md: Update several URLs
2024-06-14 Dirk Eddelbuettel <edd@debian.org>
* .github/workflows/ci.yaml (jobs): Update to r-ci-setup action

View File

@ -1,8 +1,8 @@
Package: binb
Type: Package
Title: 'binb' is not 'Beamer'
Version: 0.0.6
Date: 2020-06-10
Version: 0.0.7
Date: 2024-07-06
Author: Dirk Eddelbuettel, Ista Zahn and Rob Hyndman
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Description: A collection of 'LaTeX' styles using 'Beamer' customization for
@ -14,7 +14,7 @@ Description: A collection of 'LaTeX' styles using 'Beamer' customization for
'Fira', and 'IQSS' requires 'Libertinus'.
URL: https://github.com/eddelbuettel/binb, https://dirk.eddelbuettel.com/code/binb.html
BugReports: https://github.com/eddelbuettel/binb/issues
Imports: rmarkdown, knitr
Imports: rmarkdown, knitr, codetools
VignetteBuilder: knitr
License: GPL (>= 2)
Encoding: UTF-8

View File

@ -1,3 +1,4 @@
export("metropolis", "iqss", "presento", "monash")
import("knitr")
import("rmarkdown")
import("codetools")

View File

@ -4,7 +4,7 @@
[![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)
[![Dependencies](https://tinyverse.netlify.app/badge/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)
[![Downloads](http://cranlogs.r-pkg.org/badges/binb?color=brightgreen)](https://www.r-pkg.org:443/pkg/binb)
[![Last Commit](https://img.shields.io/github/last-commit/eddelbuettel/binb)](https://github.com/eddelbuettel/binb)
### Motivation
@ -212,19 +212,19 @@ These themes use additional (free) fonts you may need to install:
- [Metropolis](https://github.com/matze/mtheme) wants [Fira Sans](https://github.com/mozilla/Fira)
but can proceed with alternate fonts;
- [IQSS Beamer Theme](https://github.com/IQSS/iqss-beamer-theme) wants
[Libertinus](https://github.com/libertinus-fonts/libertinus), see the
[Libertinus](https://github.com/alerque/libertinus), see the
[IQSS Beamer Theme](https://github.com/IQSS/iqss-beamer-theme) page for details.
- [Presento Theme](https://github.com/RatulSaha/presento) wants
[Montserrat](https://github.com/JulietaUla/Montserrat),
[Lato Light](http://www.latofonts.com/)
(also [here](https://github.com/google/fonts/tree/master/ofl/lato)),
[Noto Sans](https://www.google.com/get/noto),
[Noto Sans](https://fonts.google.com/noto),
[Algreya Sans](https://github.com/huertatipografica/Alegreya-Sans) as the small caps font and
[Inconsolata](https://github.com/google/fonts/tree/master/ofl/inconsolata) as a monospaced font.
- [Monash](https://github.com/robjhyndman/MonashEBSTemplates) wants [Carlito](https://fontlibrary.org/en/font/carlito) which some systems (such as Ubuntu)
provide.
If you use [Debian](https://www.debian.org) or [Ubuntu](https://www.ubuntu.com), you can
If you use [Debian](https://www.debian.org) or [Ubuntu](https://ubuntu.com/), you can
use the informal font packages I created for [Fira and Fira
Sans](https://github.com/eddelbuettel/pkg-fonts-fira),
[Libertinus](https://github.com/eddelbuettel/pkg-fonts-libertinus),

View File

@ -3,6 +3,14 @@
\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.7 (2024-07-06)}{
\itemize{
\item Several rounds of small updates to ge continuous integration setup.
\item An additional LaTeX command needed by \pkg{pandoc} (>= 3.2.1) has
been added.
}
}
\section{Changes in binb version 0.0.6 (2020-06-10)}{
\itemize{
\item Support for YAML option \code{titlegraphic} was added in

View File

@ -307,6 +307,8 @@ $if(titlegraphic)$
\titlegraphic{\hfill\includegraphics[height=1cm]{$titlegraphic$}}
$endif$
\providecommand{\pandocbounded}[1]{#1}
\begin{document}
% Hide progress bar and footline on titlepage

View File

@ -29,7 +29,7 @@ knitr::opts_chunk$set(cache=TRUE)
## Metropolis
The \themename theme is a Beamer theme with minimal visual noise inspired
by the [hsrm](https://github.com/hsrmbeamertheme/hsrmbeamertheme) Beamer
by the [hsrm](https://github.com/benjamin-weiss/hsrmbeamertheme) Beamer
Theme by Benjamin Weiss.
Enable the theme (in \LaTeX) by loading