blob: a95063fe35d864d2e0236630c7a42be07763b4ba (
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 "../../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/Package/titlefoot.zip">
<TPM:Name>titlefoot</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>1970/01/01 00:00:00</TPM:Date>
<TPM:Version></TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>Add special material to footer of title page.</TPM:Title>
<TPM:Description>
Provides the capability of adding keywords (with a \keywords
command), a running title (\runningtitle), AMS subject
classifications (\amssubj), and an "author's footnote" as
footnotes to the title or first page of a document. Works with
any class for which the \thanks macro works (e.g., article).
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author>Brett Presnell</TPM:Author>
<TPM:Size>9626</TPM:Size>
<TPM:Build/>
<TPM:RunFiles size="9626">
texmf-dist/tex/latex/titlefoot/titlefoot.sty
texmf-dist/tpm/titlefoot.tpm
</TPM:RunFiles>
<TPM:Provides>Package/titlefoot</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|