summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/totcount/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/totcount/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/totcount/README')
-rw-r--r--macros/latex/contrib/totcount/README51
1 files changed, 51 insertions, 0 deletions
diff --git a/macros/latex/contrib/totcount/README b/macros/latex/contrib/totcount/README
new file mode 100644
index 0000000000..6d5bd81556
--- /dev/null
+++ b/macros/latex/contrib/totcount/README
@@ -0,0 +1,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
+
+=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=