summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/counttexruns/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/counttexruns/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/counttexruns/README')
-rw-r--r--macros/latex/contrib/counttexruns/README37
1 files changed, 37 insertions, 0 deletions
diff --git a/macros/latex/contrib/counttexruns/README b/macros/latex/contrib/counttexruns/README
new file mode 100644
index 0000000000..8f6745463b
--- /dev/null
+++ b/macros/latex/contrib/counttexruns/README
@@ -0,0 +1,37 @@
+LaTeX package 'counttexruns'
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Copyright (C) 2012 by Robin Schneider <ypid23@aol.de>
+
+This work may be distributed and/or modified under the
+conditions of the LaTeX Project Public License, either version 1.3
+of this license or (at your option) any later version.
+The latest version of this license is in
+ http://www.latex-project.org/lppl.txt
+and version 1.3 or later is part of all distributions of LaTeX
+version 2005/12/01 or later.
+
+CTAN: http://www.ctan.org/pkg/counttexruns
+Code repository: https://github.com/ypid/latex-packages/counttexruns
+
+
+ DESCRIPTION
+The counttexruns package counts how often a LaTeX document is compiled.
+
+From a statistical perspective you maybe want to know how often you compiled a
+document. This is exactly the task I wrote this package for. For a few years I
+used a bash script and -shell-escape to do this but I decided to write this
+small package to do the trick a little nicer.
+
+To print the count you can use the macro \thecounttexruns.
+
+
+ GENERATING THE FILES
+You can generate the counttexruns.sty file with: pdflatex counttexruns.ins
+
+The documentation can be generated with:
+pdflatex counttexruns.dtx
+makeindex -s gglo.ist -o counttexruns.gls counttexruns.glo
+makeindex -s gind counttexruns
+pdflatex counttexruns.dtx
+thumbpdf counttexruns
+pdflatex counttexruns.dtx