8d674fb669
Redefines \ddots and \vdots, and defines \iddots. The dots produced by \iddots slant in the opposite direction to \ddots. All the commands are designed to change size appropriately in scripts, as well as in response to LaTeX size changing commands. The commands may also be used in plain TeX.
13 lines
360 B
Makefile
13 lines
360 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/12/12 22:44:30 markd Exp $
|
|
|
|
DISTNAME= mathdots
|
|
PKGNAME= tex-${DISTNAME}-0.9
|
|
TEXLIVE_REV= 34301
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/mathdots
|
|
COMMENT= Commands to produce dots in math that respect font size
|
|
LICENSE= lppl-1.3c
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|