blob: 1ec6b88c2c161237d31c89895b29400cd37753f9 (
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
|
<!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/bez123.zip">
<TPM:Name>bez123</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>2006/01/11 23:51:12</TPM:Date>
<TPM:Version></TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>Support for Bezier curves.</TPM:Title>
<TPM:Description>
A package providing additional facilities for drawing linear,
cubic, and rational quadratic Bezier curves. The multiply
package provides a command for multiplication of a length
without numerical overflow.
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author>Peter R. Wilson</TPM:Author>
<TPM:Size>78904</TPM:Size>
<TPM:Build/>
<TPM:RunFiles size="13958">
texmf-dist/tex/latex/bez123/bez123.sty
texmf-dist/tex/latex/bez123/multiply.sty
texmf-dist/tpm/bez123.tpm
</TPM:RunFiles>
<TPM:SourceFiles size="64946">
texmf-dist/source/latex/bez123/README
texmf-dist/source/latex/bez123/bez123.dtx
texmf-dist/source/latex/bez123/bez123.ins
</TPM:SourceFiles>
<TPM:Provides>Package/bez123</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|