diff options
author | minskim <minskim> | 2010-04-11 20:54:16 +0000 |
---|---|---|
committer | minskim <minskim> | 2010-04-11 20:54:16 +0000 |
commit | 62daeff650ae6448326ba32d033169f682d0564e (patch) | |
tree | bafd59dfe06f474f6b757a7f3ad39d0d9d7e02a0 /print/tex-cancel | |
parent | c826b4abcc173a978441a84035cf51ac3d8e1cc7 (diff) | |
download | pkgsrc-62daeff650ae6448326ba32d033169f682d0564e.tar.gz |
Import tex-cancel-2.0 as print/tex-cancel.
This is a LaTeX package to draw diagonal lines ("cancelling" a term)
and arrows with limits (cancelling a term "to a value") through parts
of maths formulae.
Diffstat (limited to 'print/tex-cancel')
-rw-r--r-- | print/tex-cancel/DESCR | 3 | ||||
-rw-r--r-- | print/tex-cancel/Makefile | 13 | ||||
-rw-r--r-- | print/tex-cancel/PLIST | 2 | ||||
-rw-r--r-- | print/tex-cancel/distinfo | 5 |
4 files changed, 23 insertions, 0 deletions
diff --git a/print/tex-cancel/DESCR b/print/tex-cancel/DESCR new file mode 100644 index 00000000000..0a8e8b3ae05 --- /dev/null +++ b/print/tex-cancel/DESCR @@ -0,0 +1,3 @@ +This is a LaTeX package to draw diagonal lines ("cancelling" a term) +and arrows with limits (cancelling a term "to a value") through parts +of maths formulae. diff --git a/print/tex-cancel/Makefile b/print/tex-cancel/Makefile new file mode 100644 index 00000000000..fc354369fd3 --- /dev/null +++ b/print/tex-cancel/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/11 20:54:16 minskim Exp $ +# TeX Live Revision 17124 + +DISTNAME= cancel +PKGNAME= tex-${DISTNAME}-2.0 + +MAINTAINER= minskim@NetBSD.org +COMMENT= LaTeX package to place lines through maths formulae + +CONFLICTS+= tex-ltxmisc<2009 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-cancel/PLIST b/print/tex-cancel/PLIST new file mode 100644 index 00000000000..41937a057e9 --- /dev/null +++ b/print/tex-cancel/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/11 20:54:16 minskim Exp $ +share/texmf-dist/tex/latex/cancel/cancel.sty diff --git a/print/tex-cancel/distinfo b/print/tex-cancel/distinfo new file mode 100644 index 00000000000..37559dedd20 --- /dev/null +++ b/print/tex-cancel/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/04/11 20:54:16 minskim Exp $ + +SHA1 (tex-cancel-2.0/cancel.tar.xz) = 9cee8b77e71a5638973975ad543efe4846799ed1 +RMD160 (tex-cancel-2.0/cancel.tar.xz) = edb850abf5783cc21d972df1dcac440f25df6362 +Size (tex-cancel-2.0/cancel.tar.xz) = 2664 bytes |