diff options
author | Karl Berry <karl@freefriends.org> | 2006-12-24 19:48:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-12-24 19:48:29 +0000 |
commit | 6b635da635c9b4279ca3d2a2226c33942e02e2ac (patch) | |
tree | e7f7cee254a79c153bcd5437cc478cb4eb51cc04 /Master/texmf/tpm | |
parent | e36b438b66ece13cee24f58e49e2e5aff2696312 (diff) |
minimal scheme -- no latex
git-svn-id: svn://tug.org/texlive/trunk@2888 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/tpm')
-rw-r--r-- | Master/texmf/tpm/scheme-minimal.tpm | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Master/texmf/tpm/scheme-minimal.tpm b/Master/texmf/tpm/scheme-minimal.tpm new file mode 100644 index 00000000000..22a62003ab5 --- /dev/null +++ b/Master/texmf/tpm/scheme-minimal.tpm @@ -0,0 +1,26 @@ +<!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/TLCore/scheme-minimal.zip"> + <TPM:Name>scheme-minimal</TPM:Name> + <TPM:Type>TLCore</TPM:Type> + <TPM:Date>1970/01/01 00:00:00</TPM:Date> + <TPM:Version></TPM:Version> + <TPM:Title>TeX Live minimal scheme</TPM:Title> + <TPM:Description> +This is the minimal TeX Live scheme, with support for only plain TeX. +(No LaTeX macros.) + </TPM:Description> + <TPM:Author></TPM:Author> + <TPM:Size>1144</TPM:Size> + <TPM:License></TPM:License> + <TPM:Build> + <TPM:RunPatterns>texmf/tpm/scheme-minimal.tpm</TPM:RunPatterns> + </TPM:Build> + <TPM:RunFiles size="1144">texmf/tpm/scheme-minimal.tpm</TPM:RunFiles> + <TPM:Requires> + <TPM:TLCore name="collection-basic"/> + </TPM:Requires> + <TPM:Provides>TLCore/scheme-minimal</TPM:Provides> + </rdf:Description> +</rdf:RDF> + |