blob: c48da1843abbc48edf54e625f880dd54a0e707ae (
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
|
<!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/savesym.zip">
<TPM:Name>savesym</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>1970/01/01 00:00:00</TPM:Date>
<TPM:Version></TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>Redefine symbols where names conflict.</TPM:Title>
<TPM:Description>
There are a number of symbols (e.g., \Square) that are defined
by multiple packages. In order to typeset all the variants in a
document, we have to give the glyph a unique name. To do that,
we define \savesymbol{XXX}, which renames a symbol from \XXX to
\origXXX, and \restoresymbols{yyy}{XXX}, which renames \origXXX
back to \XXX and defines a new command, \yyyXXX, which
corresponds to the most recently loaded version of \XXX.
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author>Juergen Goebel</TPM:Author>
<TPM:Size>3174</TPM:Size>
<TPM:License></TPM:License>
<TPM:Build/>
<TPM:RunFiles size="3174">
texmf-dist/tex/latex/savesym/savesym.sty
texmf-dist/tpm/savesym.tpm
</TPM:RunFiles>
<TPM:Provides>Package/savesym</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|