diff options
author | markd <markd@pkgsrc.org> | 2015-08-02 13:10:05 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2015-08-02 13:10:05 +0000 |
commit | 428783df68eb1337d262c16d07a4f1ecc8e5d08e (patch) | |
tree | 09477457af9c8400bb0aca60e0b81081e21c43de /print | |
parent | 813ae0169a0d13c39aea04bfdddbfe7cf42980fb (diff) | |
download | pkgsrc-428783df68eb1337d262c16d07a4f1ecc8e5d08e.tar.gz |
Update tex-koma-script to 3.18
- Section command styles 'chapter' and 'part' allow to define new section
commands with these styles or to redefine existing section commands using
these styles
- New implementation of \chapter and \part defined using
\DeclareSecionCommand. Caveat: This could break hacks that patch
KOMA-Script's internal commands!
- New implementation of \addpart and \addchap
- several new layer attributes for scrlayer
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-koma-script/Makefile | 7 | ||||
-rw-r--r-- | print/tex-koma-script/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/print/tex-koma-script/Makefile b/print/tex-koma-script/Makefile index 0062512767f..bb0662f490e 100644 --- a/print/tex-koma-script/Makefile +++ b/print/tex-koma-script/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.9 2015/06/14 12:50:03 markd Exp $ +# $NetBSD: Makefile,v 1.10 2015/08/02 13:10:05 markd Exp $ DISTNAME= koma-script -PKGNAME= tex-${DISTNAME}-3.17a -TEXLIVE_REV= 37384 +PKGNAME= tex-${DISTNAME}-3.18 +TEXLIVE_REV= 37734 MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://ctan.org/pkg/koma-script COMMENT= Bundle of versatile classes and packages LICENSE= lppl-1.3c diff --git a/print/tex-koma-script/distinfo b/print/tex-koma-script/distinfo index 0779626df8f..63368d8c0bb 100644 --- a/print/tex-koma-script/distinfo +++ b/print/tex-koma-script/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2015/06/14 12:50:03 markd Exp $ +$NetBSD: distinfo,v 1.10 2015/08/02 13:10:05 markd Exp $ -SHA1 (tex-koma-script-37384/koma-script.tar.xz) = 24451a196e2f0315a3653693be1518fe3f93dafa -RMD160 (tex-koma-script-37384/koma-script.tar.xz) = 6a9b2a717daa9da4a8662a38866200f51daa499b -Size (tex-koma-script-37384/koma-script.tar.xz) = 11375584 bytes +SHA1 (tex-koma-script-37734/koma-script.tar.xz) = 6e7dfd1faacdfc88e1f9fba0d3c1894d2ec722c0 +RMD160 (tex-koma-script-37734/koma-script.tar.xz) = c98fee41297c910fc85146e1d677562f9cf64017 +Size (tex-koma-script-37734/koma-script.tar.xz) = 11517836 bytes |