pkgsrc/print/tex-beamertheme-focus/Makefile
markd 67fcc3ea69 tex-beamertheme-focus: update to 3.3.0
3.3.0:
Use Fira font also for math.

3.2.0
Fix frame numbering on frames when both `noframenumbering` and
`allowframebreaks` options are used.

3.0.0
Added [totalframenumbering={yes,no}] option to toggle showing the total
frame number.
2022-04-07 05:27:34 +00:00

16 lines
504 B
Makefile

# $NetBSD: Makefile,v 1.3 2022/04/07 05:27:34 markd Exp $
DISTNAME= beamertheme-focus
PKGNAME= tex-${DISTNAME}-3.3.0
TEXLIVE_REV= 62551
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/beamertheme-focus
COMMENT= Minimalist presentation theme for LaTeX Beamer
LICENSE= gnu-gpl-v3
DEPENDS+= tex-appendixnumberbeamer-[0-9]*:../../print/tex-appendixnumberbeamer
DEPENDS+= tex-beamer-[0-9]*:../../print/tex-beamer
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"