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
|
<!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/eemeir.zip">
<TPM:Name>eemeir</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>2006/01/11 23:52:35</TPM:Date>
<TPM:Version></TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>Adjust the gender of words in a document.</TPM:Title>
<TPM:Description>
Defines macros for third-person singular pronouns (\E, \Em, \Eir,
\Eirs), which expand differently according to a masculine/feminine
switch. (If the switch is "masculine", they would expand to "he",
"him", "his" and "his"; if "feminine", they would expand to "she",
"her", "her" and "hers". Apart from the pronouns, one can define
"word pairs", such as mother/father, daughter/son, and so on.
Gender may be defined once per document, as an environment, or may
be flipped on the fly.
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author></TPM:Author>
<TPM:Size>24466</TPM:Size>
<TPM:License></TPM:License>
<TPM:Build/>
<TPM:RunFiles size="4378">
texmf-dist/tex/latex/eemeir/eemeir.sty
texmf-dist/tpm/eemeir.tpm
</TPM:RunFiles>
<TPM:SourceFiles size="20088">
texmf-dist/source/latex/eemeir/eemeir.dtx
texmf-dist/source/latex/eemeir/eemeir.ins
</TPM:SourceFiles>
<TPM:Provides>Package/eemeir</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|