-- fixed typo in menual (table 7.2), \tocmark and similar does not take arguments, they have a static definition. -- fixed sporious space in \m at m@addamp -- made the font sizing macros robust (\normalsize, \small, ...) like with the standard classes (reported via private email) -- Addressed an issue where the combination of \DoubleSpacing and \paragraphfootnotes lead to an arithmetic overflow. Same fix has been applied to \paragraphfootstyle{...} where additionally a hardcoded 64 has been replaced by \footfudgefiddle. -- NB: Next memoir version will be labelled v3.7.19 (not v3.7s)
16 lines
456 B
Makefile
16 lines
456 B
Makefile
# $NetBSD: Makefile,v 1.20 2022/09/01 04:44:31 markd Exp $
|
|
|
|
DISTNAME= memoir
|
|
PKGNAME= tex-${DISTNAME}-3.7r
|
|
TEXLIVE_REV= 64001
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/memoir
|
|
COMMENT= Typeset fiction, non-fiction and mathematical books
|
|
LICENSE= lppl-1.3c
|
|
|
|
DEPENDS+= tex-iftex>=1.0d:../../print/tex-iftex
|
|
DEPENDS+= tex-oberdiek>=2009nb1:../../print/tex-oberdiek
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|