31e4188715
This LaTeX package provides macros to typeset bra-ket notation, as well as set specifiers, with a single ("|") or a double ("||" or ("\|") vertical bar specifier in between two bracketed parts. Each macro comes in a fixed-size version and an expanding version. If the package finds itself operating under e-tex, it uses the extended primitive \middle for more reliable results.
13 lines
325 B
Makefile
13 lines
325 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/04/11 20:48:10 minskim Exp $
|
|
# TeX Live Revision 17127
|
|
|
|
DISTNAME= braket
|
|
PKGNAME= tex-${DISTNAME}-2009
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Dirac bra-ket and set notations for LaTeX
|
|
|
|
CONFLICTS+= tex-ltxmisc<2009
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|