diff options
Diffstat (limited to 'Master/texmf-dist/tpm/exercise.tpm')
-rw-r--r-- | Master/texmf-dist/tpm/exercise.tpm | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/Master/texmf-dist/tpm/exercise.tpm b/Master/texmf-dist/tpm/exercise.tpm new file mode 100644 index 00000000000..a1c5116779f --- /dev/null +++ b/Master/texmf-dist/tpm/exercise.tpm @@ -0,0 +1,43 @@ +<!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/exercise.zip"> + <TPM:Name>exercise</TPM:Name> + <TPM:Type>Package</TPM:Type> + <TPM:Date>2004/09/16 09:12:13</TPM:Date> + <TPM:Version>1.0</TPM:Version> + <TPM:Creator>rahtz</TPM:Creator> + <TPM:Title> +A package to typeset exercises, problems, etc. and their answers + </TPM:Title> + <TPM:Description> +The package helps to typeset exercises or list of exercises +within any document. +Exercises, questions, sub-questions are automatically numbered. +It is possible to put answers in the same document, and display +them immediatly, later in the document or not at all. +The layout of exercise is fully customisable. It is then +possible to typeset long problems, short exercises, +questionnaires, etc. +Usage of the babel package is detected, but not fully supported +by now (only english and french are implemented). +[description copied from TeX Catalogue] + </TPM:Description> + <TPM:Author>unknown</TPM:Author> + <TPM:Size>297145</TPM:Size> + <TPM:Build/> + <TPM:RunFiles size="25261"> +texmf-dist/tex/latex/exercise/exercise.sty +texmf-dist/tpm/exercise.tpm + </TPM:RunFiles> + <TPM:DocFiles size="215880"> +texmf-dist/doc/latex/exercise/README +texmf-dist/doc/latex/exercise/exercise.pdf + </TPM:DocFiles> + <TPM:SourceFiles size="56004"> +texmf-dist/source/latex/exercise/exercise.dtx +texmf-dist/source/latex/exercise/exercise.ins + </TPM:SourceFiles> + <TPM:Provides>Package/exercise</TPM:Provides> + </rdf:Description> +</rdf:RDF> + |