pkgsrc/print/tex-marginfix-doc/Makefile
markd 63378d1c1b tex-marginfix{,-doc}: Add version 1.2
Authors using LaTeX to typeset books with significant margin
material often run into the problem of long notes running off
the bottom of the page. A typical workaround is to insert
\vshift commands by hand, but this is a tedious process that is
invalidated when pagination changes. Another workaround is
memoir's \sidebar function, but this can be unsatisfying for
short textual notes, and standard marginpars cannot be mixed
with sidebars. This package implements a solution to make
marginpars "just work" by keeping a list of floating inserts
and arranging them intelligently in the output routine.
2022-04-18 03:20:55 +00:00

13 lines
350 B
Makefile

# $NetBSD: Makefile,v 1.1 2022/04/18 03:20:56 markd Exp $
DISTNAME= marginfix.doc
PKGNAME= tex-${DISTNAME:S/./-/}-1.2
TEXLIVE_REV= 55064
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/marginfix
COMMENT= Documentation for tex-marginfix
LICENSE= lppl-1.3c
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"