blob: 343800fb56f8b5076af2aa09eef4606675d0e7c0 (
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
34
35
36
37
38
39
40
41
42
43
44
|
<!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/modroman.zip">
<TPM:Name>modroman</TPM:Name>
<TPM:Type>Package</TPM:Type>
<TPM:Date>2006/01/11 23:55:13</TPM:Date>
<TPM:Version></TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>Write numbers in lower case roman numerals.</TPM:Title>
<TPM:Description>
This package provides only two macros viz. \modromannumeral
which writes the number given as argument in lower case roman
numeral with a `j' instead of a `i' as the final letter of
numbers greater than 1 and \modroman{MyCounter} which write the
value of a counter in the same way. You have to use the first as
the TeX primitive \romannumeral and the second as LaTeX command
\roman. The default option is `vpourv' with which 5 is
`translated' by `v' and option `upourv' whith which the same 5
is given as `u'.
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author>Yvon Henel</TPM:Author>
<TPM:Size>206827</TPM:Size>
<TPM:License></TPM:License>
<TPM:Build/>
<TPM:RunFiles size="3789">
texmf-dist/tex/latex/modroman/modroman.sty
texmf-dist/tpm/modroman.tpm
</TPM:RunFiles>
<TPM:DocFiles size="183220">
texmf-dist/doc/latex/modroman/LISEZMOI.txt
texmf-dist/doc/latex/modroman/README
texmf-dist/doc/latex/modroman/modroman.pdf
texmf-dist/doc/latex/modroman/modroman.tpm
</TPM:DocFiles>
<TPM:SourceFiles size="19818">
texmf-dist/source/latex/modroman/Makefile
texmf-dist/source/latex/modroman/modroman.dtx
texmf-dist/source/latex/modroman/modroman.ins
</TPM:SourceFiles>
<TPM:Provides>Package/modroman</TPM:Provides>
</rdf:Description>
</rdf:RDF>
|