diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/totcount/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/totcount/README | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/totcount/README b/Master/texmf-dist/doc/latex/totcount/README new file mode 100644 index 00000000000..60d483a44c3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/totcount/README @@ -0,0 +1,51 @@ +=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= + +The TotCount package, version 1.0, 2009/04/14 + +Copyright (c) [2009] Vasileios Koutavas (Vasileios.Koutavas@cs.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 + 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 + +=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= |