blob: 2377d1e8fb2c2ddfd7e73a128b99001037128a3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
<!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/courseoutline.zip">
<TPM:Name>courseoutline</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>2003/09/20 22:11:00</TPM:Date>
<TPM:Version></TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>Prepare university course outlines</TPM:Title>
<TPM:Description>
Courseoutline is a class designed to minimise markup in a tedious
task that needs to be repeated often.
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author></TPM:Author>
<TPM:Size>17302</TPM:Size>
<TPM:Build/>
<TPM:RunFiles size="11190">
texmf-dist/tex/latex/courseoutline/courseoutline.cls
texmf-dist/tpm/courseoutline.tpm
</TPM:RunFiles>
<TPM:DocFiles size="6112">
texmf-dist/doc/latex/courseoutline/Outline.tex
</TPM:DocFiles>
<TPM:Provides>Package/courseoutline</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|