Import of pkgsrc-2015Q2
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
\shapepar is a macro to typeset paragraphs in a specific shape.
|
||||
The size is adjusted automatically so that the entire shape is
|
||||
filled with text. There may not be displayed maths or
|
||||
'\vadjust' material (no \vspace) in the argument of \shapepar.
|
||||
The macros work for both LaTeX and plain TeX. For LaTeX,
|
||||
specify \usepackage{shapepar}; for Plain, \input shapepar.sty.
|
||||
\shapepar works in terms of user-defined shapes, though the
|
||||
package does provide some predefined shapes: so you can form
|
||||
any paragraph into the form of a heart by putting
|
||||
\heartpar{sometext...} inside your document. The tedium of
|
||||
creating these polygon definitions may be alleviated by using
|
||||
the shapepatch extension to transfig which will convert xfig
|
||||
output to \shapepar polygon form.
|
||||
@@ -0,0 +1,13 @@
|
||||
# $NetBSD: Makefile,v 1.1 2015/05/16 10:30:18 markd Exp $
|
||||
|
||||
DISTNAME= shapepar
|
||||
PKGNAME= tex-${DISTNAME}-2.2
|
||||
TEXLIVE_REV= 30708
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://ctan.org/pkg/shapepar
|
||||
COMMENT= A macro to typeset paragraphs in specific shapes
|
||||
#LICENSE= other-free
|
||||
|
||||
.include "../../print/texlive/package.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
@@ -0,0 +1,7 @@
|
||||
@comment $NetBSD: PLIST,v 1.1 2015/05/16 10:30:18 markd Exp $
|
||||
share/texmf-dist/tex/generic/shapepar/Canflagshape.def
|
||||
share/texmf-dist/tex/generic/shapepar/TeXshape.def
|
||||
share/texmf-dist/tex/generic/shapepar/candleshape.def
|
||||
share/texmf-dist/tex/generic/shapepar/dropshape.def
|
||||
share/texmf-dist/tex/generic/shapepar/shapepar.sty
|
||||
share/texmf-dist/tex/generic/shapepar/triangleshapes.def
|
||||
@@ -0,0 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.1 2015/05/16 10:30:18 markd Exp $
|
||||
|
||||
SHA1 (tex-shapepar-30708/shapepar.tar.xz) = a2186ade3c99aca76ae87cd6df99d94ad308d560
|
||||
RMD160 (tex-shapepar-30708/shapepar.tar.xz) = 2a7c00262e02a1d36a91842248e21a7f473ed635
|
||||
Size (tex-shapepar-30708/shapepar.tar.xz) = 15960 bytes
|
||||
Reference in New Issue
Block a user