blob: f51c98729740dccfedec51fd49d87095e7146d54 (
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
45
46
47
48
49
50
51
52
53
|
LaTeX Package : fmtcount v 1.04
Last Modified : 29 July 2006
Author : Nicola Talbot
Files : fmtcount.dtx - documented source file
fmtcount.ins - installation script
The package fmtcount.sty provides commands
that display the value of a LaTeX counter in a variety
of formats (ordinal, text, hexadecimal, decimal,
octal, binary etc). This package was originally provided
with the datetime package, but is now distributed separately.
See the documentation for more details.
To extract the code do:
latex fmtcount.ins
This will create the files: fmtcount.sty (the LaTeX package),
fmtcount.perl (the LaTeX2HTML package)
and fc-*.def (the language definition files used by
fmtcount.sty). It will also create two sample files:
fc-samp.tex and fc-lang.tex. The first will work with
LaTeX2HTML, the other won't.
Move the .sty and .def files to somewhere LaTeX will find it
(e.g. texmf/tex/latex/fmtcount/) and remember to update the TeX
database.
Copy the fmtcount.perl file to somewhere where LaTeX2HTML will
find it (e.g. latex2html/styles/).
To extract the documentation do:
latex fmtcount.dtx
makeindex -s gglo.ist -t fmtcount.glg -o fmtcount.gls fmtcount.glo
latex fmtcount.dtx
latex fmtcount.dtx
Place the resulting file (fmtcount.dvi) into the documentation
directory (e.g. texmf/doc/latex/fmtcount/).
Read the file CHANGES for version changes.
This material is subject to the LaTeX Project Public License.
See http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html for
the details of that license.
http://theoval.cmp.uea.ac.uk/~nlct/
|