blob: 9f498ef58be7bc9ed00b11b82a01c172d6691008 (
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
|
<!DOCTYPE rdf:RDF SYSTEM "../../Tools/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/ps4pdf.zip">
<TPM:Name>ps4pdf</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>2005/02/14 09:50:36</TPM:Date>
<TPM:Version>0.6a</TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>
Use Postscript commands inside a pdfLaTeX document.
</TPM:Title>
<TPM:Description>
This LaTeX package provides a new way to use Postscript commands
(e.g., PSTricks graphics,
PSfrag replacements, EPS graphics) inside a
pdfLaTeX processed document. You need
recent versions of the LaTeX packages
preview,
ifpdf,
ifvtex and a new LaTeX base
installation. All Postscript related commands, including
`\usepackage', must be a parameter of the 'PSforPDF' macro. For
details see the test file 'ps4pdf-test.tex'. The PDF document is
generated via dvips and ps2pdf.
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author>Rolf Niepraschk</TPM:Author>
<TPM:Size>307891</TPM:Size>
<TPM:Build/>
<TPM:RunFiles size="12128">
texmf-dist/tex/latex/ps4pdf/ps4pdf.sty
texmf-dist/tpm/ps4pdf.tpm
</TPM:RunFiles>
<TPM:DocFiles size="294621">
texmf-dist/doc/latex/ps4pdf/4-10-8.inl
texmf-dist/doc/latex/ps4pdf/README
texmf-dist/doc/latex/ps4pdf/create-eps
texmf-dist/doc/latex/ps4pdf/penguin.eps
texmf-dist/doc/latex/ps4pdf/ps4pdf
texmf-dist/doc/latex/ps4pdf/ps4pdf-test.tex
</TPM:DocFiles>
<TPM:SourceFiles size="1142">texmf-dist/source/latex/ps4pdf/Makefile</TPM:SourceFiles>
<TPM:Requires>
<TPM:Package name="preview"/>
</TPM:Requires>
<TPM:Provides>Package/ps4pdf</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|