blob: 6d5bd81556a65ec0b50c20fea1133f2ee6c6bd18 (
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
|
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
The TotCount package, version 1.2, 2009/07/09
Copyright (c) [2009] Vasileios Koutavas (Vasileios.Koutavas@scss.tcd.ie)
This program may be re-distributed and/or modified under the terms of the
LaTeX Project Public License version 1.3c, or any later version.
The latest version of this license is in
CTAN:macros/latex/base/lppl.txt
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
The TotCount package computes and displays the last value of counters
inside a document. With this package one may count the total number of
elements (e.g. sections, pages, citations, etc.) in a LaTeX document by
simply using standard LaTeX counters.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
FILES:
- README This file
- totcount.ins Installation file
- totcount.dtx Source file
- totcount.pdf Documentation
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
INSTALLATION:
1. To get the package file run
latex totcount.ins
then copy the totcount.sty in a directory accessible by (pdf)latex
and re-hash the latex tree.
2. To compile the documentation run
pdflatex totcount.drv
makeindex -s gind.ist totcount.idx
makeindex -s gglo.ist -o totcount.gls totcount.glo
pdflatex totcount.drv
3. To run the example run
pdflatex totcount-ex.tex
pdflatex totcount-ex.tex
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|