blob: fdea99ea7ca542583bc43ac7c3503a09228e6e2c (
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
|
<!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/ntabbing.zip">
<TPM:Name>ntabbing</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>2006/01/21 00:25:32</TPM:Date>
<TPM:Version></TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>
Simple tabbing extension for automatic line numbering.
</TPM:Title>
<TPM:Description>
An extension of the tabbing environment that supports automatic
line numbering. The lines can be referenced using the standard
\label and \ref mechanism.
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author>Gideon Stupp</TPM:Author>
<TPM:Size>10094</TPM:Size>
<TPM:License></TPM:License>
<TPM:Build/>
<TPM:RunFiles size="3112">
texmf-dist/tex/latex/ntabbing/ntabbing.sty
texmf-dist/tpm/ntabbing.tpm
</TPM:RunFiles>
<TPM:DocFiles size="6982">
texmf-dist/doc/latex/ntabbing/ntabbing.dvi
texmf-dist/doc/latex/ntabbing/ntabbing.tex
</TPM:DocFiles>
<TPM:Provides>Package/ntabbing</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|