e48f6f497f
Version 4.0 is a significant rewrite of the package. Backward incompatible changes: - Eliminate adjustments of \headheight or \footskip, when the header or footer is too high. - All definitions of the header/footer fields are now local, no longer global. New features: - Package option compatV3 to keep the old behaviour, i.e. the changes mentioned above are not applied (not recommended). - Package option nocheck, to completely eliminate the check for header and footer heights (not recommended). - Package options headings and myheadings to redefine these page styles with fancyhdr. - New page style fancydefault. - New parameter \headruleskip. - New commands \fancyheadinit, \fancyfootinit, \fancyhfinit and \fancycenter. - \fancypagestyle has an optional parameter [⟨base-style⟩]. Extensive rewriting of the documentation. 4.0.1 Some documentation corrections.
15 lines
418 B
Makefile
15 lines
418 B
Makefile
# $NetBSD: Makefile,v 1.12 2021/02/13 04:38:40 markd Exp $
|
|
|
|
DISTNAME= fancyhdr
|
|
PKGNAME= tex-${DISTNAME}-4.0.1
|
|
TEXLIVE_REV= 57672
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/fancyhdr
|
|
COMMENT= Extensive control of page headers and footers in LaTeX2e
|
|
LICENSE= lppl-1.3c
|
|
|
|
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|