pkgsrc/print/tex-jlreq/Makefile
markd 7bafd61482 tex-jlreq{,-doc}: update to 2021.63004
- Added `warichu_opening` and `warichu_closing` to `\jlreqsetup`.
- Change a little bit penalties around block heading.
- Fixed a bug: `\selectfont` after `\DeclareFontShape` raised an error.
- Fixed a bug: `use_reverse_pagination` did not work.
- Fixed a bug: A second running head disappeared sometimes.
- Rewrote `\DeclarePageStyle`.
- Deleted `\@makefntext`, define `\@makefntext` directly.
2022-04-14 01:49:00 +00:00

16 lines
489 B
Makefile

# $NetBSD: Makefile,v 1.3 2022/04/14 01:49:00 markd Exp $
DISTNAME= jlreq
PKGNAME= tex-${DISTNAME}-2021.63004
TEXLIVE_REV= 63004
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/jlreq
COMMENT= Japanese document class based on requirements for Japanese text layout
LICENSE= 2-clause-bsd
DEPENDS+= tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"