Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print tex-appendixnumberbeamer{,-doc}: Add version 1.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5cdf5eab7f2e
branches:  trunk
changeset: 435808:5cdf5eab7f2e
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Jul 16 01:00:41 2020 +0000

description:
tex-appendixnumberbeamer{,-doc}: Add version 1.2

This package fixes the frame numbering in beamer when using an
appendix such that the slides from the appendix are not counted
in the total frame number of the main part of the document. The
total frame number counter is reset to 0 when entering the
appendix. The standard usage is to include
\usepackage{appendixnumberbeamer} in the preamble and then
declare the beginning of the appendix as usual using the
\appendix command.

diffstat:

 print/tex-appendixnumberbeamer-doc/DESCR    |   1 +
 print/tex-appendixnumberbeamer-doc/Makefile |  13 +++++++++++++
 print/tex-appendixnumberbeamer-doc/PLIST    |   3 +++
 print/tex-appendixnumberbeamer-doc/distinfo |   6 ++++++
 print/tex-appendixnumberbeamer/DESCR        |   8 ++++++++
 print/tex-appendixnumberbeamer/Makefile     |  15 +++++++++++++++
 print/tex-appendixnumberbeamer/PLIST        |   2 ++
 print/tex-appendixnumberbeamer/distinfo     |   6 ++++++
 8 files changed, 54 insertions(+), 0 deletions(-)

diffs (86 lines):

diff -r a33f5a18f15a -r 5cdf5eab7f2e print/tex-appendixnumberbeamer-doc/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-appendixnumberbeamer-doc/DESCR  Thu Jul 16 01:00:41 2020 +0000
@@ -0,0 +1,1 @@
+Documentation for tex-appendixnumberbeamer.
diff -r a33f5a18f15a -r 5cdf5eab7f2e print/tex-appendixnumberbeamer-doc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-appendixnumberbeamer-doc/Makefile       Thu Jul 16 01:00:41 2020 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2020/07/16 01:00:41 markd Exp $
+
+DISTNAME=      appendixnumberbeamer.doc
+PKGNAME=       tex-${DISTNAME:S/./-/}-1.2
+TEXLIVE_REV=   46317
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/appendixnumberbeamer
+COMMENT=       Documentation for tex-appendixnumberbeamer
+LICENSE=       gnu-gpl-v3
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a33f5a18f15a -r 5cdf5eab7f2e print/tex-appendixnumberbeamer-doc/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-appendixnumberbeamer-doc/PLIST  Thu Jul 16 01:00:41 2020 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2020/07/16 01:00:41 markd Exp $
+share/texmf-dist/doc/latex/appendixnumberbeamer/README.md
+share/texmf-dist/doc/latex/appendixnumberbeamer/VERSION
diff -r a33f5a18f15a -r 5cdf5eab7f2e print/tex-appendixnumberbeamer-doc/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-appendixnumberbeamer-doc/distinfo       Thu Jul 16 01:00:41 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/07/16 01:00:41 markd Exp $
+
+SHA1 (appendixnumberbeamer.doc.r46317.tar.xz) = 21fc40411aef005caed82f13f3501bf4d5b96817
+RMD160 (appendixnumberbeamer.doc.r46317.tar.xz) = 630e677102462805569bc3701f88d55e28b26bb3
+SHA512 (appendixnumberbeamer.doc.r46317.tar.xz) = 58b32eacfbcd8e024a4cf3dcea0c1d057010dd454c1e54b6752b970a3fa1a9e10eb15d8cee9dbb9ae032aaa8b6c070079b112f5a91b1c9617df40877a4a3454b
+Size (appendixnumberbeamer.doc.r46317.tar.xz) = 676 bytes
diff -r a33f5a18f15a -r 5cdf5eab7f2e print/tex-appendixnumberbeamer/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-appendixnumberbeamer/DESCR      Thu Jul 16 01:00:41 2020 +0000
@@ -0,0 +1,8 @@
+This package fixes the frame numbering in beamer when using an
+appendix such that the slides from the appendix are not counted
+in the total frame number of the main part of the document. The
+total frame number counter is reset to 0 when entering the
+appendix. The standard usage is to include
+\usepackage{appendixnumberbeamer} in the preamble and then
+declare the beginning of the appendix as usual using the
+\appendix command.
diff -r a33f5a18f15a -r 5cdf5eab7f2e print/tex-appendixnumberbeamer/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-appendixnumberbeamer/Makefile   Thu Jul 16 01:00:41 2020 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2020/07/16 01:00:41 markd Exp $
+
+DISTNAME=      appendixnumberbeamer
+PKGNAME=       tex-${DISTNAME}-1.2
+TEXLIVE_REV=   46317
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ctan.org/pkg/appendixnumberbeamer
+COMMENT=       Manage frame numbering in appendixes in beamer
+LICENSE=       gnu-gpl-v3
+
+DEPENDS+=      tex-beamer-[0-9]*:../../print/tex-beamer
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a33f5a18f15a -r 5cdf5eab7f2e print/tex-appendixnumberbeamer/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-appendixnumberbeamer/PLIST      Thu Jul 16 01:00:41 2020 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2020/07/16 01:00:41 markd Exp $
+share/texmf-dist/tex/latex/appendixnumberbeamer/appendixnumberbeamer.sty
diff -r a33f5a18f15a -r 5cdf5eab7f2e print/tex-appendixnumberbeamer/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-appendixnumberbeamer/distinfo   Thu Jul 16 01:00:41 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/07/16 01:00:41 markd Exp $
+
+SHA1 (appendixnumberbeamer.r46317.tar.xz) = 289205134b7bc063f801f9b6c23d092b4d17d622
+RMD160 (appendixnumberbeamer.r46317.tar.xz) = 517c2813f1f945f42be62e5a26c235dca88122df
+SHA512 (appendixnumberbeamer.r46317.tar.xz) = d5f4573a0f6c31be7e910512d86ee0443e713abea11e71694b58f1d1d65f4249f967aa5b873941e1d8b7686d408f411aad1a76009a3bbcb528693ae14dc60e63
+Size (appendixnumberbeamer.r46317.tar.xz) = 1596 bytes



Home | Main Index | Thread Index | Old Index