blob: e775e2418352468d049a982e33d46c438302dfa8 (
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
33
34
35
36
37
38
|
<!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/lastpage.zip">
<TPM:Name>lastpage</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>2006/01/11 23:54:27</TPM:Date>
<TPM:Version>0.1b</TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>
Reference last page for Page N of M type footers.
</TPM:Title>
<TPM:Description>
Reference the number of pages in your LaTeX document through the
introduction of a new label which can be referenced like
\pageref{LastPage} to give a reference to the last page of a
document. It is particularly useful in the page footer that
says: Page N of M.
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author>Jeffrey Goldberg</TPM:Author>
<TPM:Size>16792</TPM:Size>
<TPM:Build/>
<TPM:RunFiles size="3447">
texmf-dist/tex/latex/lastpage/lastpage.sty
texmf-dist/tpm/lastpage.tpm
</TPM:RunFiles>
<TPM:DocFiles size="782">
texmf-dist/doc/latex/lastpage/README.lastpage
</TPM:DocFiles>
<TPM:SourceFiles size="12563">
texmf-dist/source/latex/lastpage/lastpage.drv
texmf-dist/source/latex/lastpage/lastpage.dtx
texmf-dist/source/latex/lastpage/lastpage.ins
</TPM:SourceFiles>
<TPM:Provides>Package/lastpage</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|