Major changes in version 2.6 since 2.5: - New package options 'notables' and 'nofigures' have been added. - New macros \efloattype, \efloatheading, \efloatpreamble, and \efloatpostamble have been added. - A percent sign (%) is now allowed at the end of \end{<environment>}, too. - Two bugs have been fixed regarding the usage of UTF-8 characters in floating environments.
15 lines
412 B
Makefile
15 lines
412 B
Makefile
# $NetBSD: Makefile,v 1.4 2018/05/06 02:37:15 markd Exp $
|
|
|
|
DISTNAME= endfloat
|
|
PKGNAME= tex-${DISTNAME}-2.6
|
|
TEXLIVE_REV= 47108
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/endfloat
|
|
COMMENT= Move floats to the end with markers where they belong
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|