diff options
author | Norbert Preining <preining@logic.at> | 2008-07-29 15:01:28 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-07-29 15:01:28 +0000 |
commit | 434fd59b3889827c8bbc961cbb896ee914698cf9 (patch) | |
tree | a5beb79a2d6291c5800b37e3b0d117728d6cf649 /Master/texmf-dist/tpm | |
parent | 3cd37f60e5e92b2d2a9cf363e295d4bf75c01f07 (diff) |
add context-bnf
git-svn-id: svn://tug.org/texlive/trunk@9877 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tpm')
-rw-r--r-- | Master/texmf-dist/tpm/t-bnf.tpm | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-dist/tpm/t-bnf.tpm b/Master/texmf-dist/tpm/t-bnf.tpm new file mode 100644 index 00000000000..9b982d87393 --- /dev/null +++ b/Master/texmf-dist/tpm/t-bnf.tpm @@ -0,0 +1,31 @@ +<!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-bnf.zip"> + <TPM:Name>t-bnf</TPM:Name> + <TPM:Type>Package</TPM:Type> + <TPM:Date>2006/08/09 13:35:10</TPM:Date> + <TPM:Version>2006.08.09</TPM:Version> + <TPM:Creator>now</TPM:Creator> + <TPM:Title>ConTeXt BNF Grammars</TPM:Title> + <TPM:Description> + The t-bnf module provides a way to easily write BNF grammars in ConTeXt + documents. + </TPM:Description> + <TPM:Author>Nikolai Weibull</TPM:Author> + <TPM:Size>289490</TPM:Size> + <TPM:Build/> + <TPM:RunFiles size="7585"> +tex/context/third/bnf/t-bnf.tex +tpm/t-bnf.tpm + </TPM:RunFiles> + <TPM:DocFiles size="281905"> +doc/context/third/bnf/NEWS +doc/context/third/bnf/README +doc/context/third/bnf/t-bnf.pdf + </TPM:DocFiles> + <TPM:Requires> + <TPM:Package name="context"/> + </TPM:Requires> + <TPM:Provides>Package/t-bnf</TPM:Provides> + </rdf:Description> +</rdf:RDF> |