A bundle of LaTeX packages by Martin Schroeder; the collection comprises: - count1to, make use of fixed TeX counters, - everysel, set commands to execute every time a font is selected, - everyshi, set commands to execute whenever a page is shipped out, - multitoc, typeset the table of contents in multiple columns, - prelim2e, mark typeset pages as preliminary, and - ragged2e, typeset ragged text and allow hyphenation.
17 lines
543 B
Makefile
17 lines
543 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/07/10 00:15:02 minskim Exp $
|
|
# TeX Live Revision 7340
|
|
|
|
DISTNAME= ms
|
|
PKGNAME= tex-${DISTNAME}-2008.7340
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Various LaTeX packages by Martin Schroeder
|
|
|
|
CONFLICTS+= teTeX-texmf<=3.0nb17
|
|
DEPENDS+= tex-footmisc-[0-9]*:../../print/tex-footmisc
|
|
DEPENDS+= tex-koma-script-[0-9]*:../../print/tex-koma-script
|
|
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
|
|
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
|
|
|
|
.include "../../print/texlive/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|