blob: b64e75e6349e35778b02a5a3e001a6d1d4ed8665 (
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/setspace.zip">
<TPM:Name>setspace</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>1970/01/01 00:00:00</TPM:Date>
<TPM:Version>6.7</TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>Set space between lines.</TPM:Title>
<TPM:Description>
Provides support for setting the spacing between lines in a
document. Package options include singlespacing, onehalfspacing,
and doublespacing. Alternatively the spacing can be changed as
required with the \singlespacing, \onehalfspacing, and
\doublespacing commands. Other size spacings also available.
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author>Geoffrey Tobin</TPM:Author>
<TPM:Size>23161</TPM:Size>
<TPM:License></TPM:License>
<TPM:Build/>
<TPM:RunFiles size="23161">
texmf-dist/tex/latex/setspace/setspace.sty
texmf-dist/tpm/setspace.tpm
</TPM:RunFiles>
<TPM:Provides>Package/setspace</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|