pkgsrc/print/tex-thmtools-doc/Makefile
markd e32cf2b811 tex-thmtools{,-doc}: update to 72
72:
Notable changes are

\declaretheorem:
- Extended command syntax to be \declaretheorem[<option list>]{<thmname
list>}[<option list>].
- Made key usage "number=unless unique" compatible with and aware of key
  "numberwithin".

\listoftheorems:
- Provided new option "swapnumber" to typeset theorem number after title.
- Made compatible with ams classes.
- Added documentation of its known keys

69:
- Improved compatibility with cleveref (for its extended syntax of \label)
- Refined user manual
- Updated license and maintenance status

This is the first update from its new maintainer.
2021-02-20 11:00:46 +00:00

13 lines
346 B
Makefile

# $NetBSD: Makefile,v 1.5 2021/02/20 11:00:46 markd Exp $
DISTNAME= thmtools.doc
PKGNAME= tex-${DISTNAME:S/./-/}-72
TEXLIVE_REV= 56070
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/thmtools
COMMENT= Documentation for tex-thmtools
LICENSE= lppl-1.3c
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"