blob: efd9082adcb2e7e1cf6759914b74bed4bb44e680 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
<!DOCTYPE rdf:RDF SYSTEM "../../support/tpm.dtd">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:TPM="http://texlive.dante.de/">
<rdf:Description about="http://texlive.dante.de/texlive/Package/shapepar.zip">
<TPM:Name>shapepar</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>2006/11/25 04:26:32</TPM:Date>
<TPM:Version>2.0</TPM:Version>
<TPM:Creator>staszek</TPM:Creator>
<TPM:Title>
A macro to typeset paragraphs in specific shapes.
</TPM:Title>
<TPM:Description>
\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}, or 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.
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author>Donald Arseneau</TPM:Author>
<TPM:Size>281954</TPM:Size>
<TPM:License></TPM:License>
<TPM:Build/>
<TPM:RunFiles size="46227">
texmf-dist/tex/generic/shapepar/shapepar.sty
texmf-dist/tpm/shapepar.tpm
</TPM:RunFiles>
<TPM:DocFiles size="235727">
texmf-dist/doc/generic/shapepar/Canflagshape.def
texmf-dist/doc/generic/shapepar/README.shapepar
texmf-dist/doc/generic/shapepar/TeXshape.def
texmf-dist/doc/generic/shapepar/candleshape.def
texmf-dist/doc/generic/shapepar/dropshape.def
texmf-dist/doc/generic/shapepar/proshap.py
texmf-dist/doc/generic/shapepar/shapepar.ltx
texmf-dist/doc/generic/shapepar/shapepar.pdf
texmf-dist/doc/generic/shapepar/triangleshapes.def
</TPM:DocFiles>
<TPM:Provides>Package/shapepar</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|