7e33a4a5a6
Modified for enabling structured affiliation coding. Authors can now code their department and organization, address-line, city, postcode and country in separate tags so that during typesetting stages these will be properly converted to their equivalent XML tags. The order of these tags can also be changed. For example, if the postcode should come before city, simply place the postcode before the city code.
20 lines
673 B
Makefile
20 lines
673 B
Makefile
# $NetBSD: Makefile,v 1.8 2021/02/15 00:18:04 markd Exp $
|
|
|
|
DISTNAME= elsarticle
|
|
PKGNAME= tex-${DISTNAME}-3.3
|
|
TEXLIVE_REV= 56999
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://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"
|