diff options
Diffstat (limited to 'Master/texmf-dist/tpm/extract.tpm')
-rw-r--r-- | Master/texmf-dist/tpm/extract.tpm | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/Master/texmf-dist/tpm/extract.tpm b/Master/texmf-dist/tpm/extract.tpm new file mode 100644 index 00000000000..fe582008c79 --- /dev/null +++ b/Master/texmf-dist/tpm/extract.tpm @@ -0,0 +1,47 @@ +<!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/extract.zip"> + <TPM:Name>extract</TPM:Name> + <TPM:Type>Package</TPM:Type> + <TPM:Date>2005/02/12 22:09:26</TPM:Date> + <TPM:Version>1.0</TPM:Version> + <TPM:Creator>rahtz</TPM:Creator> + <TPM:Title> +Extract specific content from a source document and write that to +a target document + </TPM:Title> + <TPM:Description> +The package provides the means to extract specific +content from a source document and write that to +a target document. One could, for instance, use this +to extract all exercises from lecture notes and +generate an exercises book on the fly. +The package also provides an environment which writes +its body entirely to the target file. Another environment +will write to the target file, but will also execute the +body. This allows to share code (for instance, a preamble) +between the source document and the target file. +Finally, the package provides an interface to conditionally +extract content. With a single option in the \usepackage +command, one can specify exactly which commands (counted +from the start of the document) should be extracted and +which not. This might be useful for extracting specific +slides from a presentation and use them in a new file. +[description copied from TeX Catalogue] + </TPM:Description> + <TPM:Author>unknown</TPM:Author> + <TPM:Size>283039</TPM:Size> + <TPM:Build/> + <TPM:RunFiles size="17045"> +texmf-dist/tex/latex/extract/extract.sty +texmf-dist/tpm/extract.tpm + </TPM:RunFiles> + <TPM:DocFiles size="195683"> +texmf-dist/doc/latex/extract/README +texmf-dist/doc/latex/extract/extract.pdf + </TPM:DocFiles> + <TPM:SourceFiles size="70311">texmf-dist/source/latex/extract/extract.dtx</TPM:SourceFiles> + <TPM:Provides>Package/extract</TPM:Provides> + </rdf:Description> +</rdf:RDF> + |