5a470cd1a5
This collection of tools includes: support for short commands starting with @, macros to sanitise the OT1 encoding of the cmtt fonts; a 'do after' command; improved footnote support; mathenv for various alignment in maths; list handling; mdwmath which adds some minor changes to LaTeX maths; a rewrite of LaTeX's tabular and array environments; verbatim handling; and syntax diagrams.
15 lines
406 B
Makefile
15 lines
406 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2012/04/18 19:31:47 minskim Exp $
|
|
|
|
DISTNAME= mdwtools
|
|
PKGNAME= tex-${DISTNAME}-1.05.4
|
|
TEXLIVE_REV= 15878
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Miscellaneous LaTeX tools by Mark Wooding
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
CONFLICTS= teTeX-texmf<3.0nb35
|
|
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|