blob: 632934e67d6f92be417effc63b5444f1f47f92a8 (
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
29
30
31
32
|
<!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/pageno.zip">
<TPM:Name>pageno</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>2006/01/11 23:55:51</TPM:Date>
<TPM:Version></TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>Page number-only page styles.</TPM:Title>
<TPM:Description>
A LaTeX package that can re-define the plain page style
under the control of options, so you can have page numbers:
at the top or bottom of the page; in the inside corner,
outside corner, or in the middle. It was inspired by Axel
Sommerfeldt's rplain package.
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author>unknown</TPM:Author>
<TPM:Size>17028</TPM:Size>
<TPM:Build/>
<TPM:RunFiles size="5382">
texmf-dist/tex/latex/pageno/pageno.sty
texmf-dist/tpm/pageno.tpm
</TPM:RunFiles>
<TPM:SourceFiles size="11646">
texmf-dist/source/latex/pageno/pageno.dtx
texmf-dist/source/latex/pageno/pageno.ins
</TPM:SourceFiles>
<TPM:Provides>Package/pageno</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|