diff options
author | minskim <minskim@pkgsrc.org> | 2011-01-22 23:24:16 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-01-22 23:24:16 +0000 |
commit | bc890a4d2a46451661dbabe02b85bc564567737c (patch) | |
tree | e5b43f4bc475243174c0c30c239f119a06749e97 /print/tex-memoir-doc/Makefile | |
parent | 4094d0353f111a7eaec79246ac89fcceb45ec464 (diff) | |
download | pkgsrc-bc890a4d2a46451661dbabe02b85bc564567737c.tar.gz |
Update tex-memoir to 3.6g.
Changes:
-- fixed a typo in the vplaces env
-- made \needspace work better with \section and friends
-- added \settypeoutlayoutunit such that users can choose in which
unit the layout list should be written to the log file.
-- removed the \footnoteA--C commands from the manual, they have
never existed
-- Added \OnehalfSpacing* and \DoubleSpacing* which will additionally
also make floats and page notes have the same spacing. Macros to
explicitly set these values have also been added
-- made it more clear who the maintainer is
Diffstat (limited to 'print/tex-memoir-doc/Makefile')
-rw-r--r-- | print/tex-memoir-doc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/tex-memoir-doc/Makefile b/print/tex-memoir-doc/Makefile index 3c034db5ec8..2773a83fa48 100644 --- a/print/tex-memoir-doc/Makefile +++ b/print/tex-memoir-doc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2010/09/19 23:17:17 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2011/01/22 23:24:16 minskim Exp $ DISTNAME= memoir.doc -PKGNAME= tex-${DISTNAME:S/./-/}-3.6fpl6.0g -TEXLIVE_REV= 19776 +PKGNAME= tex-${DISTNAME:S/./-/}-3.6g +TEXLIVE_REV= 19810 MAINTAINER= minskim@NetBSD.org COMMENT= Documentation for tex-memoir |