tex-lastpage{,-doc}: update to 1.2n
lastpage should be compatible with package french again; documentation and example have been extended.
This commit is contained in:
parent
1af84d3aa1
commit
7ad6d3914b
6 changed files with 22 additions and 21 deletions
|
@ -1 +1 @@
|
|||
This is documentation for tex-lastpage.
|
||||
Documentation for tex-lastpage.
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.4 2019/12/06 20:21:49 markd Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2022/04/14 02:01:03 markd Exp $
|
||||
|
||||
DISTNAME= lastpage.doc
|
||||
PKGNAME= tex-${DISTNAME:S/./-/}-1.2m
|
||||
TEXLIVE_REV= 36680
|
||||
PKGNAME= tex-${DISTNAME:S/./-/}-1.2n
|
||||
TEXLIVE_REV= 60414
|
||||
|
||||
MAINTAINER= minskim@NetBSD.org
|
||||
HOMEPAGE= https://ctan.org/pkg/lastpage
|
||||
COMMENT= Documentation for tex-lastpage
|
||||
LICENSE= lppl-1.3c
|
||||
|
||||
TEXLIVE_UNVERSIONED= yes
|
||||
.include "../../print/texlive/package.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.6 2021/10/26 11:13:50 nia Exp $
|
||||
$NetBSD: distinfo,v 1.7 2022/04/14 02:01:03 markd Exp $
|
||||
|
||||
BLAKE2s (tex-lastpage-36680/lastpage.doc.tar.xz) = 410f52047ee7f35bb825d4205ed11ec080052da3f0afefb3662a42263ba963e2
|
||||
SHA512 (tex-lastpage-36680/lastpage.doc.tar.xz) = 74419af51ffc83cf9f337e333106b91790d9e709c0f4ba81182c7694d296925e60b9d0379eccbabce29c29371355da056048f17831936fcc5fc2551758224d92
|
||||
Size (tex-lastpage-36680/lastpage.doc.tar.xz) = 547120 bytes
|
||||
BLAKE2s (lastpage.doc.r60414.tar.xz) = 3a0d7c404d92a4f7be01cf78b8130984e84abf7483e94cef3698790a4ec34925
|
||||
SHA512 (lastpage.doc.r60414.tar.xz) = ac28e1fb9ae05bcb78e825356ba6be73b52c5f06926c446193be9af8ba7e8e7adee7c51284a797d9872e66137bf96cb2ef3dba41cc9624d25155a1ad069f5307
|
||||
Size (lastpage.doc.r60414.tar.xz) = 556040 bytes
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Reference the number of pages in your LaTeX document through the
|
||||
introduction of a new label which can be referenced like
|
||||
\pageref{LastPage} to give a reference to the last page of a document.
|
||||
It is particularly useful in the page footer that says: Page N of M.
|
||||
Reference the number of pages in your LaTeX document through
|
||||
the introduction of a new label which can be referenced like
|
||||
\pageref{LastPage} to give a reference to the last page of a
|
||||
document. It is particularly useful in the page footer that
|
||||
says: Page N of M.
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
# $NetBSD: Makefile,v 1.5 2019/12/06 20:21:49 markd Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2022/04/14 02:01:03 markd Exp $
|
||||
|
||||
DISTNAME= lastpage
|
||||
PKGNAME= tex-${DISTNAME}-1.2m
|
||||
TEXLIVE_REV= 36680
|
||||
PKGNAME= tex-${DISTNAME}-1.2n
|
||||
TEXLIVE_REV= 60414
|
||||
|
||||
MAINTAINER= minskim@NetBSD.org
|
||||
HOMEPAGE= https://ctan.org/pkg/lastpage
|
||||
COMMENT= Reference last page for Page N of M type footers
|
||||
LICENSE= lppl-1.3c
|
||||
|
||||
DEPENDS+= tex-latex-bin>=2009nb1:../../print/tex-latex-bin
|
||||
|
||||
TEXLIVE_UNVERSIONED= yes
|
||||
.include "../../print/texlive/package.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.6 2021/10/26 11:13:50 nia Exp $
|
||||
$NetBSD: distinfo,v 1.7 2022/04/14 02:01:03 markd Exp $
|
||||
|
||||
BLAKE2s (tex-lastpage-36680/lastpage.tar.xz) = 952e06ac015b510b51959b9d7dbe1d1f297a35b4621201f99c03e3e42e04e075
|
||||
SHA512 (tex-lastpage-36680/lastpage.tar.xz) = 377d8d570cbc2504c829560b7b0915217e988723fb4502c6602428ffdacfb75b0042ecb2af1735915dfb6a89703ffb8c2c3d65a92809a726401cd05739bf80b7
|
||||
Size (tex-lastpage-36680/lastpage.tar.xz) = 3528 bytes
|
||||
BLAKE2s (lastpage.r60414.tar.xz) = e0829e253d02f49f9a723a5e7241888b609e0bc3d2d7efc49eb86dd546cc2323
|
||||
SHA512 (lastpage.r60414.tar.xz) = 0184a80cc33e2b067c97bc9be2bed20881d841f2ae1213fa48ae5b67c16855217a166f4c35a1dcb16fac5cbf0aa807c5a5fc7ada7a5ccbf3af77777719b14711
|
||||
Size (lastpage.r60414.tar.xz) = 3512 bytes
|
||||
|
|
Loading…
Reference in a new issue