diff options
author | Hans Hagen <pragma@wxs.nl> | 2006-05-08 12:59:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2006-05-08 12:59:00 +0200 |
commit | 88eab06af697b8d0fd8ef6d7762eae4901b191d2 (patch) | |
tree | 5c89c6f759c1305287c55cfcc38ae0bf6e934796 /tpm | |
parent | 7310101ce7739889fd4681864978f2c71722bbd6 (diff) | |
download | context-88eab06af697b8d0fd8ef6d7762eae4901b191d2.tar.gz |
stable 2006.05.08 12:59
Diffstat (limited to 'tpm')
-rw-r--r-- | tpm/t-bib.tpm | 43 | ||||
-rw-r--r-- | tpm/u-texshow.tpm | 30 |
2 files changed, 73 insertions, 0 deletions
diff --git a/tpm/t-bib.tpm b/tpm/t-bib.tpm new file mode 100644 index 000000000..c0786ca90 --- /dev/null +++ b/tpm/t-bib.tpm @@ -0,0 +1,43 @@ +<!DOCTYPE rdf:RDF SYSTEM "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://dl.contextgarden.net/modules/t-bib.zip"> + <TPM:Name>t-bib</TPM:Name> + <TPM:Type>Package</TPM:Type> + <TPM:Date>2006/04/11 00:00:00</TPM:Date> + <TPM:Version>2006.04.11</TPM:Version> + <TPM:Creator>taco</TPM:Creator> + <TPM:Title>ConTeXt Bibliographies</TPM:Title> + <TPM:Description> +A bibliographic subsystem for ConTeXt + </TPM:Description> + <TPM:Author>Taco Hoekwater</TPM:Author> + <TPM:Size>520061</TPM:Size> + <TPM:Build/> + <TPM:RunFiles size="233285"> +tex/context/bib/bibl-ams.tex +tex/context/bib/bibl-apa-de.tex +tex/context/bib/bibl-apa-fr.tex +tex/context/bib/bibl-apa.tex +tex/context/bib/bibl-aps.tex +tex/context/bib/bibl-num-fr.tex +tex/context/bib/bibl-num.tex +tex/context/bib/bibl-ssa.tex +tex/context/bib/t-bib.tex +tex/context/interface/t-bib.xml +bibtex/bst/context/cont-ab.bst +bibtex/bst/context/cont-au.bst +bibtex/bst/context/cont-no.bst +bibtex/bst/context/cont-ti.bst +tpm/t-bib.tpm + </TPM:RunFiles> + <TPM:DocFiles size="286776"> +doc/context/bib/bibmod-doc.pdf +doc/context/bib/bibmod-doc.tex + </TPM:DocFiles> + <TPM:Requires> + <TPM:Package name="context"/> + </TPM:Requires> + <TPM:Provides>Package/t-bib</TPM:Provides> + </rdf:Description> +</rdf:RDF> + diff --git a/tpm/u-texshow.tpm b/tpm/u-texshow.tpm new file mode 100644 index 000000000..6e3bc1865 --- /dev/null +++ b/tpm/u-texshow.tpm @@ -0,0 +1,30 @@ +<!DOCTYPE rdf:RDF SYSTEM "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://dl.contextgarden.net/modules/u-texshow.zip"> + <TPM:Name>u-texshow</TPM:Name> + <TPM:Type>Package</TPM:Type> + <TPM:Date>2006/04/05 00:00:00</TPM:Date> + <TPM:Version>0.2 beta</TPM:Version> + <TPM:Creator>taco</TPM:Creator> + <TPM:Title>TeXShow / XML</TPM:Title> + <TPM:Description> +ConTeXt command and parameter reference + </TPM:Description> + <TPM:Author>Taco Hoekwater</TPM:Author> + <TPM:Size>35049</TPM:Size> + <TPM:Build/> + <TPM:RunFiles size="29401"> +scripts/context/perl/texshow.pl +tpm/u-texshow.tpm + </TPM:RunFiles> + <TPM:DocFiles size="5648"> +doc/scripts/context/perl/texshow.1 +doc/scripts/context/perl/texshow.html + </TPM:DocFiles> + <TPM:Requires> + <TPM:Package name="context"/> + </TPM:Requires> + <TPM:Provides>Package/u-texshow</TPM:Provides> + </rdf:Description> +</rdf:RDF> + |