c82ecb28e9
This is version 2.603 of exam.cls. It removes an incompatibility with colortbl.sty that was created in version 2.6. Version 2.6 of the exam documentclass. Grading tables and point tables can now have multiple rows or multiple columns, there's a new option for two-sided documents to have points either always in the outer margin or always in the inner margin, and when filling space with lines or dotted lines those lines can be in color. There are also fixes for several obscure bugs.
16 lines
437 B
Makefile
16 lines
437 B
Makefile
# $NetBSD: Makefile,v 1.8 2018/05/06 02:47:15 markd Exp $
|
|
|
|
DISTNAME= exam
|
|
PKGNAME= tex-${DISTNAME}-2.603
|
|
TEXLIVE_REV= 46084
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/exam
|
|
COMMENT= Package for typesetting exam scripts
|
|
LICENSE= lppl-1.3c
|
|
|
|
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
|
|
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|