614e8f379a
In this version 3.1 we have slightly modified the \tnotemark defnition to fix a "missing number" LaTeX error on the first LaTeX run (before the labels are written to the aux file). elsarticle.dtx is modified for this. Earlier, this was a problem with editors that break compilations on LaTeX errors (such as LyX).
20 lines
672 B
Makefile
20 lines
672 B
Makefile
# $NetBSD: Makefile,v 1.4 2019/01/30 09:38:18 markd Exp $
|
|
|
|
DISTNAME= elsarticle
|
|
PKGNAME= tex-${DISTNAME}-3.1
|
|
TEXLIVE_REV= 49714
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/elsarticle
|
|
COMMENT= Class for articles for submission to Elsevier journals
|
|
LICENSE= lppl-1.2
|
|
|
|
DEPENDS+= tex-geometry-[0-9]*:../../print/tex-geometry
|
|
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
|
|
DEPENDS+= tex-natbib-[0-9]*:../../print/tex-natbib
|
|
DEPENDS+= tex-psnfss-[0-9]*:../../fonts/tex-psnfss
|
|
DEPENDS+= tex-times-[0-9]*:../../fonts/tex-times
|
|
DEPENDS+= tex-txfonts-[0-9]*:../../fonts/tex-txfonts
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|