blob: ce8bb05dd7c233f49d7353ebd9af269fe990be8f (
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
|
<!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/warning.zip">
<TPM:Name>warning</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>2006/01/11 23:58:58</TPM:Date>
<TPM:Version>0.01</TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>Global warnings at the end of the logfile.</TPM:Title>
<TPM:Description>
This package provides a command that generates a list of warnings
that are printed out at the very end of the logfile.
This is useful for warning such as
"Rerun for this or that reason" or "This is draft, change this
before the final run".
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author>Harald Harders</TPM:Author>
<TPM:Size>4563</TPM:Size>
<TPM:Build/>
<TPM:RunFiles size="3643">
texmf-dist/tex/latex/warning/warning.sty
texmf-dist/tpm/warning.tpm
</TPM:RunFiles>
<TPM:SourceFiles size="920">texmf-dist/source/latex/warning/warning.xml</TPM:SourceFiles>
<TPM:Provides>Package/warning</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|