blob: 7342a422709abe4a4658aeadd14108258ab0eaa2 (
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 "../../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/stack.zip">
<TPM:Name>stack</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>2002/01/29 21:43:32</TPM:Date>
<TPM:Version>1.0</TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>Tools to define and use stacks.</TPM:Title>
<TPM:Description>
The package provides a small set of commands to implement stacks
independently of TeX's own stack. As an example of how the stacks
might be used, the documentation offers a small "relinput" package
that implements the backbone of the
import package.
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author></TPM:Author>
<TPM:Size>17232</TPM:Size>
<TPM:Build/>
<TPM:RunFiles size="6236">
texmf-dist/tex/latex/stack/relinput.sty
texmf-dist/tex/latex/stack/stack.sty
texmf-dist/tpm/stack.tpm
</TPM:RunFiles>
<TPM:SourceFiles size="10996">
texmf-dist/source/latex/stack/stack.dtx
texmf-dist/source/latex/stack/stack.ins
</TPM:SourceFiles>
<TPM:Provides>Package/stack</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|