summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/regstats
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-01-03 00:12:57 +0000
committerKarl Berry <karl@freefriends.org>2012-01-03 00:12:57 +0000
commitcbf65851c8af3ba21e626490b1f76b35dc74c434 (patch)
treeb6fd2a089dc7cfc937312e79a7e6ce6d3f616868 /Master/texmf-dist/doc/latex/regstats
parent224a648436551066fb5b3e68c2029d6ab179d0f9 (diff)
regstats (2jan12)
git-svn-id: svn://tug.org/texlive/trunk@25002 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/regstats')
-rw-r--r--Master/texmf-dist/doc/latex/regstats/README86
-rw-r--r--Master/texmf-dist/doc/latex/regstats/regstats-example.log172
-rw-r--r--Master/texmf-dist/doc/latex/regstats/regstats-example.pdfbin68469 -> 66827 bytes
-rw-r--r--Master/texmf-dist/doc/latex/regstats/regstats-example.tex46
-rw-r--r--Master/texmf-dist/doc/latex/regstats/regstats.pdfbin320162 -> 327193 bytes
5 files changed, 167 insertions, 137 deletions
diff --git a/Master/texmf-dist/doc/latex/regstats/README b/Master/texmf-dist/doc/latex/regstats/README
index aeed9c3b4ee..448055d631d 100644
--- a/Master/texmf-dist/doc/latex/regstats/README
+++ b/Master/texmf-dist/doc/latex/regstats/README
@@ -1,4 +1,4 @@
-README for regstats package, 2011/08/23, v1.0f
+README for regstats package, 2012/01/01, v1.0g
TABLE OF CONTENTS
@@ -9,7 +9,7 @@ TABLE OF CONTENTS
3 Installation
4 Additional Packages
5 Package Compatibility
-6 Authors/Maintainers
+6 Author/Maintainer
7 Bug Reports
8 Known Problems
@@ -26,9 +26,11 @@ is used and looked at \the\allocationnumber, and this is compared to the
number determined by reading the \count. The result for each register is
compared to the maximum available number of the respective register
(comparison independent of usage of option proof).
-With option |left| additionally the number of remaining registers of each
-type is given, and with option |timer| the time needed for the compilation
-run.
+With option "left" additionally the number of remaining registers of each
+type is given, and with option "timer" the time needed for the compilation
+run (when either pdf(la)tex or lua(la)tex with
+\directlua{starttime = os.clock()}
+before \documentclass is used).
This material is subject to the LaTeX Project Public License
(LPPL). See http://www.ctan.org/tex-archive/help/Catalogue/
licenses.lppl.html for the details of that license.
@@ -40,8 +42,16 @@ licenses.lppl.html for the details of that license.
`regstats' is available on CTAN:
CTAN:macros/latex/contrib/regstats/
-Also a ZIP file is provided that contains the files, already
-sorted in a TDS tree (should become available on CTAN soon):
+Running
+tex regstats.dtx
+generates the files
+regstats.ins, regstats.drv, regstats.sty,
+and regstats-example.tex.
+
+Also a ZIP file is provided that contains these files,
+the manual (regstats.pdf), the compiled example
+(regstats-example.pdf), its log-file (regstats-example.log),
+and this README, already sorted in a TDS tree:
CTAN:install/macros/latex/contrib/regstats.tds.zip
`CTAN:' means one of the `Comprehensive TeX Archive Network'
@@ -60,9 +70,9 @@ corresponds to
Installation with ZIP file in TDS format
----------------------------------------
-The ZIP file `regstats.tds.zip' contains the files sorted
-in a TDS tree. Thus you can directly unpack the ZIP file
-inside a TDS tree.
+The ZIP file `regstats.tds.zip' contains the files
+sorted in a TDS tree. Thus you can directly unpack the
+ZIP file inside a TDS tree.
(See CTAN:tds.zip for an explanation of TDS.)
Example:
cd /...somewhere.../texmf
@@ -74,30 +84,47 @@ Example:
Manual installation
-------------------
-a) Download the regstats files from CTAN or the TUG server.
+a) Download the regstats files from CTAN.
If necessary, unpack them.
b) Generate the package and driver files:
- tex regstats.ins
+ tex regstats.dtx
c) Install the file `*.sty' in your TDS tree:
cp *.sty TDS:tex/latex/regstats/
Replace `TDS:' by the prefix of your TDS tree
(texmf directory).
-d) Copy the documentation files to
+d) Create the documentation (if necessary), e.g.
+ pdflatex regstats.dtx
+ makeindex -s gind.ist regstats.idx
+ pdflatex regstats.dtx
+ makeindex -s gind.ist regstats.idx
+ pdflatex regstats.dtx
+e) Update the databases if necessary, e.g. for teTeX:
+ mktexlsr .../texmf
+f) Create the regstats-example.pdf (if necessary), e.g.
+ pdflatex regstats-example.tex
+ pdflatex regstats-example.tex
+ or remove the "%% " before "\directlua{starttime = os.clock()}"
+ in the regstats-example.tex and use
+ lualatex regstats-example.tex
+ lualatex regstats-example.tex
+ lualatex regstats-example.tex
+g) Copy the documentation files to
"TDS:doc/latex/regstats/":
README, regstats.pdf, regstats-example.tex,
regstats-example.log, regstats-example.pdf.
-e) Update the databases if necessary, e.g. for teTeX:
- mktexlsr .../texmf
4 ADDITIONAL PACKAGES
=====================
regstats loads other packages:
-* kvoptions, CTAN:macros/latex/contrib/oberdiek/kvoptions.dtx
-* atveryend, CTAN:macros/latex/contrib/oberdiek/atveryend.dtx
-with option timer:
-* intcalc, CTAN:macros/latex/contrib/oberdiek/intcalc.dtx
+* kvoptions, http://ctan.org/pkg/kvoptions
+* atveryend, http://ctan.org/pkg/atveryend
+* ltxcmds, http://ctan.org/pkg/ltxcmds
+with option timer additionally:
+* intcalc, http://ctan.org/pkg/intcalc
+* ifluatex, http://ctan.org/pkg/ifluatex
+* ifpdf, http://ctan.org/pkg/ifpdf
which again load other packages
(see the result of the \listfiles command in the log-file
of the example).
@@ -107,11 +134,13 @@ which again load other packages
=======================
regstats should be loaded very last (but can be loaded earlier).
+The timer option does not work with e.g. XeTeX, only with
+(pdf)(la)tex or (lua)(la)tex. (Otherwise just do not use the option.)
6 AUTHOR/MAINTAINER
=====================
-* Hans-Martin Münch
+* H.-Martin Münch
7 BUG REPORTS
@@ -120,15 +149,15 @@ regstats should be loaded very last (but can be loaded earlier).
A bug report should contain:
* Comprehensive problem description. This includes error or
warning messages.
- * \errorcontextlines=\maxdimen can be added in the
- TeX code to get more information in TeX error messages.
+* \errorcontextlines=\maxdimen can be added in the
+ TeX code to get more information in TeX error messages.
* Minimal test file that shows the problem, but does not
contain any unnecessary packages and code.
* Used drivers/programs.
* Version information about used packages and programs.
- * If you are using LaTeX, then add "\listfiles". Then
- a list of version information is printed at the end
- of the LaTeX run.
+* If you are using LaTeX, then add "\listfiles". Then
+ a list of version information is printed at the end
+ of the LaTeX run.
* Please no other files than the minimal test file.
The other files .log, .dvi, .ps, .pdf are seldom
necessary, so send them only on request.
@@ -137,14 +166,11 @@ A bug report should contain:
Bug address
-----------
Bug reports can be send to the maintainer:
- Hans-Martin Münch
+ H.-Martin Münch
<Martin [dot] Muench [at] Uni-Bonn [dot] de>
8 KNOWN PROBLEMS
=================
-Regstats uses the atveryend package, which is not compatible
-with the seminar class nor the slidesec package.
-"\let\AtVeryVeryEnd\AtEndAfterFileList" in the preamble
-*could* help. Feedback is welcome.
+* as yet: none. \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/regstats/regstats-example.log b/Master/texmf-dist/doc/latex/regstats/regstats-example.log
index a2100af3ee5..1a325c51087 100644
--- a/Master/texmf-dist/doc/latex/regstats/regstats-example.log
+++ b/Master/texmf-dist/doc/latex/regstats/regstats-example.log
@@ -1,4 +1,4 @@
-This is pdfTeX, Version 3.1415926-2.3-1.40.12 (Web2C 2011) (format=pdflatex 2011.8.22) 23 AUG 2011 12:34
+This is pdfTeX, Version 3.1415926-2.3-1.40.12 (Web2C 2011) (format=pdflatex 2011.11.11) 1 JAN 2012 13:39
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
@@ -34,7 +34,7 @@ File: size10.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
\bibindent=\dimen102
)
(s:/TeXlive2011/texmf-dist/tex/latex/hyperref/hyperref.sty
-Package: hyperref 2011/08/19 v6.82h Hypertext links for LaTeX
+Package: hyperref 2011/12/04 v6.82m Hypertext links for LaTeX
(./hobsub-hyperref.sty
Package: hobsub-hyperref 2011/07/28 v1.8 Bundle oberdiek, subset hyperref (HO)
@@ -94,39 +94,42 @@ Package: kvoptions 2010/12/23 v3.10 Keyval support for LaTeX options (HO)
\Hy@pagecounter=\count88
(s:/TeXlive2011/texmf-dist/tex/latex/hyperref/pd1enc.def
-File: pd1enc.def 2011/08/19 v6.82h Hyperref: PDFDocEncoding definition (HO)
+File: pd1enc.def 2011/12/04 v6.82m Hyperref: PDFDocEncoding definition (HO)
)
\Hy@SavedSpaceFactor=\count89
(s:/TeXlive2011/texmf-dist/tex/latex/latexconfig/hyperref.cfg
File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
)
-Package hyperref Info: Hyper figures OFF on input line 4053.
-Package hyperref Info: Link nesting OFF on input line 4058.
-Package hyperref Info: Hyper index ON on input line 4061.
-Package hyperref Info: Plain pages OFF on input line 4068.
-Package hyperref Info: Backreferencing OFF on input line 4073.
+Package hyperref Info: Option `plainpages' set `false' on input line 3925.
+Package hyperref Info: Option `pdfpagelabels' set `true' on input line 3925.
+Package hyperref Info: Option `hyperindex' set `false' on input line 3925.
+Package hyperref Info: Hyper figures OFF on input line 4046.
+Package hyperref Info: Link nesting OFF on input line 4051.
+Package hyperref Info: Hyper index OFF on input line 4056.
+Package hyperref Info: Plain pages OFF on input line 4061.
+Package hyperref Info: Backreferencing OFF on input line 4066.
Package hyperref Info: Implicit mode ON; LaTeX internals redefined.
-Package hyperref Info: Bookmarks ON on input line 4291.
+Package hyperref Info: Bookmarks ON on input line 4284.
\c@Hy@tempcnt=\count90
(s:/TeXlive2011/texmf-dist/tex/latex/url/url.sty
\Urlmuskip=\muskip10
Package: url 2006/04/12 v3.3 Verb mode for urls, etc.
)
-LaTeX Info: Redefining \url on input line 4644.
+LaTeX Info: Redefining \url on input line 4637.
\Fld@menulength=\count91
\Field@Width=\dimen104
\Fld@charsize=\dimen105
-Package hyperref Info: Hyper figures OFF on input line 5730.
-Package hyperref Info: Link nesting OFF on input line 5735.
-Package hyperref Info: Hyper index ON on input line 5738.
-Package hyperref Info: backreferencing OFF on input line 5745.
-Package hyperref Info: Link coloring OFF on input line 5750.
-Package hyperref Info: Link coloring with OCG OFF on input line 5755.
-Package hyperref Info: PDF/A mode OFF on input line 5760.
-LaTeX Info: Redefining \ref on input line 5800.
-LaTeX Info: Redefining \pageref on input line 5804.
+Package hyperref Info: Hyper figures OFF on input line 5757.
+Package hyperref Info: Link nesting OFF on input line 5762.
+Package hyperref Info: Hyper index OFF on input line 5767.
+Package hyperref Info: backreferencing OFF on input line 5772.
+Package hyperref Info: Link coloring OFF on input line 5777.
+Package hyperref Info: Link coloring with OCG OFF on input line 5782.
+Package hyperref Info: PDF/A mode OFF on input line 5787.
+LaTeX Info: Redefining \ref on input line 5827.
+LaTeX Info: Redefining \pageref on input line 5831.
\Hy@abspage=\count92
\c@Item=\count93
\c@Hfootnote=\count94
@@ -135,7 +138,7 @@ LaTeX Info: Redefining \pageref on input line 5804.
Package hyperref Message: Driver (autodetected): hpdftex.
(s:/TeXlive2011/texmf-dist/tex/latex/hyperref/hpdftex.def
-File: hpdftex.def 2011/08/19 v6.82h Hyperref driver for pdfTeX
+File: hpdftex.def 2011/12/04 v6.82m Hyperref driver for pdfTeX
\Fld@listcount=\count95
\c@bookmark@seq@number=\count96
@@ -146,42 +149,33 @@ Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2
)
\Hy@SectionHShift=\skip43
)
-Package hyperref Info: Option `plainpages' set `false' on input line 59.
-
-
-Package hyperref Warning: Option `pdfpagelabels' has already been used,
-(hyperref) setting the option has no effect on input line 59.
-
-
-Package hyperref Warning: Option `hyperindex' has already been used,
-(hyperref) setting the option has no effect on input line 59.
-
(./regstats.sty
-Package: regstats 2011/08/23 v1.0f Counting used registers (HMM)
-Package regstats Info: This package will use one counter itself!
-(regstats) (And other packages used by this package
-(regstats) probably use additional resources,
-(regstats) if those packages are not used anyway.)
-(regstats) on input line 78.
+Package: regstats 2012/01/01 v1.0g Counting used registers (HMM)
+Package regstats Info: This package will not use registers itself,
+(regstats) but packages used by this package
+(regstats) (and packages loaded by those packages)
+(regstats) use additional resources,
+(regstats) if those packages are not used anyway.
+(regstats) on input line 83.
) (./regstats-example.aux)
\openout1 = `regstats-example.aux'.
-LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 63.
-LaTeX Font Info: ... okay on input line 63.
-LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 63.
-LaTeX Font Info: ... okay on input line 63.
-LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 63.
-LaTeX Font Info: ... okay on input line 63.
-LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 63.
-LaTeX Font Info: ... okay on input line 63.
-LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 63.
-LaTeX Font Info: ... okay on input line 63.
-LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 63.
-LaTeX Font Info: ... okay on input line 63.
-LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 63.
-LaTeX Font Info: ... okay on input line 63.
+LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 75.
+LaTeX Font Info: ... okay on input line 75.
+LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 75.
+LaTeX Font Info: ... okay on input line 75.
+LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 75.
+LaTeX Font Info: ... okay on input line 75.
+LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 75.
+LaTeX Font Info: ... okay on input line 75.
+LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 75.
+LaTeX Font Info: ... okay on input line 75.
+LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 75.
+LaTeX Font Info: ... okay on input line 75.
+LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 75.
+LaTeX Font Info: ... okay on input line 75.
\AtBeginShipoutBox=\box26
-Package hyperref Info: Link coloring OFF on input line 63.
+Package hyperref Info: Link coloring OFF on input line 75.
(s:/TeXlive2011/texmf-dist/tex/latex/hyperref/nameref.sty
Package: nameref 2010/04/30 v2.40 Cross-referencing by name of section
@@ -191,63 +185,53 @@ Package: gettitlestring 2010/12/03 v1.4 Cleanup title references (HO)
)
\c@section@level=\count97
)
-LaTeX Info: Redefining \ref on input line 63.
-LaTeX Info: Redefining \pageref on input line 63.
-LaTeX Info: Redefining \nameref on input line 63.
+LaTeX Info: Redefining \ref on input line 75.
+LaTeX Info: Redefining \pageref on input line 75.
+LaTeX Info: Redefining \nameref on input line 75.
(./regstats-example.out) (./regstats-example.out)
\@outlinefile=\write3
\openout3 = `regstats-example.out'.
-
-Package regstats Warning: Could not find e-TeX.
-(regstats) That can mean that e-TeX was disabled or
-(regstats) that your distribution of TeX does not contain e-TeX
-(regstats) or that you forgot to say \usepackage{etex}
-(regstats) in the preamble of regstats-example.tex.
-(regstats) Some packages will not work without e-TeX,
-(regstats) but should give according messages.
-(regstats) on input line 63.
-
-
-Underfull \hbox (badness 10000) in paragraph at lines 67--73
+Underfull \hbox (badness 10000) in paragraph at lines 79--85
[]
LaTeX Font Info: External font `cmex10' loaded for size
-(Font) <7> on input line 74.
+(Font) <7> on input line 86.
LaTeX Font Info: External font `cmex10' loaded for size
-(Font) <5> on input line 74.
+(Font) <5> on input line 86.
-Underfull \hbox (badness 10000) in paragraph at lines 74--80
+Underfull \hbox (badness 10000) in paragraph at lines 86--90
[]
-Underfull \hbox (badness 10000) in paragraph at lines 81--82
+Underfull \hbox (badness 10000) in paragraph at lines 91--92
[]
-Underfull \hbox (badness 10000) in paragraph at lines 83--86
+Underfull \hbox (badness 10000) in paragraph at lines 93--96
[]
-Package atveryend Info: Executing hook `BeforeClearDocument' on input line 93.
+Package atveryend Info: Executing hook `BeforeClearDocument' on input line 103.
+
[1
{s:/TeXlive2011/texmf-var/fonts/map/pdftex/updmap/pdftex.map}]
-Package atveryend Info: Executing hook `AfterLastShipout' on input line 93.
+Package atveryend Info: Executing hook `AfterLastShipout' on input line 103.
(./regstats-example.aux)
-Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 93.
+Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 103.
*File List*
article.cls 2007/10/19 v1.4h Standard LaTeX document class
size10.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
-hyperref.sty 2011/08/19 v6.82h Hypertext links for LaTeX
+hyperref.sty 2011/12/04 v6.82m Hypertext links for LaTeX
hobsub-hyperref.sty 2011/07/28 v1.8 Bundle oberdiek, subset hyperref (HO)
hobsub-generic.sty 2011/07/28 v1.8 Bundle oberdiek, subset generic (HO)
hobsub.sty 2011/07/28 v1.8 Construct package bundles (HO)
@@ -275,27 +259,37 @@ refcount.sty 2011/06/22 v3.3 Data extraction from label references (HO)
keyval.sty 1999/03/16 v1.13 key=value parser (DPC)
ifxetex.sty 2010/09/12 v0.6 Provides ifxetex conditional
kvoptions.sty 2010/12/23 v3.10 Keyval support for LaTeX options (HO)
- pd1enc.def 2011/08/19 v6.82h Hyperref: PDFDocEncoding definition (HO)
+ pd1enc.def 2011/12/04 v6.82m Hyperref: PDFDocEncoding definition (HO)
hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
url.sty 2006/04/12 v3.3 Verb mode for urls, etc.
- hpdftex.def 2011/08/19 v6.82h Hyperref driver for pdfTeX
+ hpdftex.def 2011/12/04 v6.82m Hyperref driver for pdfTeX
rerunfilecheck.sty 2011/04/15 v1.7 Rerun checks for auxiliary files (HO)
-regstats.sty 2011/08/23 v1.0f Counting used registers (HMM)
+regstats.sty 2012/01/01 v1.0g Counting used registers (HMM)
nameref.sty 2010/04/30 v2.40 Cross-referencing by name of section
gettitlestring.sty 2010/12/03 v1.4 Cleanup title references (HO)
regstats-example.out
regstats-example.out
***********
-Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 93.
+Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 103.
Package rerunfilecheck Info: File `regstats-example.out' has not changed.
(rerunfilecheck) Checksum: D41D8CD98F00B204E9800998ECF8427E;0.
-Package atveryend Info: Executing hook `AtVeryVeryEnd' on input line 93.
-\c@regstatscount=\count98
+Package atveryend Info: Executing hook `AtVeryVeryEnd' on input line 103.
+
+Package regstats Warning: Could not find the e-TeX-package.
+(regstats) That can mean that e-TeX was disabled or
+(regstats) that your distribution of TeX does not contain e-TeX
+(regstats) or that you simply forgot to say \usepackage{etex}
+(regstats) in the preamble of regstats-example.tex.
+(regstats) The number of available counter, dimen, skip,
+(regstats) muskip, box, and toks registers as well as the
+(regstats) number of insertions would be larger when using
+(regstats) the e-TeX-package. on input line 103.
+
Here is how much of TeX's registers you used
(numbers of available registers are estimated!):
- 98 counter registers out of 233, left: 135
+ 97 counter registers out of 233, left: 136
105 dimen registers out of 233, left: 128
43 skip registers out of 233, left: 190
10 muskip registers out of 255, left: 245
@@ -308,23 +302,23 @@ Here is how much of TeX's registers you used
0 insertions out of 101, left: 101
Time elapsed for the last compiler run:
-about 0:00 (m:ss; 25559/65536 s).
+about 0:00 (m:ss; 26607/65536 s).
)
Here is how much of TeX's memory you used:
- 4149 strings out of 493629
- 62139 string characters out of 3147109
- 142956 words of memory out of 3000000
- 7480 multiletter control sequences out of 15000+200000
+ 4107 strings out of 493629
+ 61316 string characters out of 3147108
+ 141906 words of memory out of 3000000
+ 7438 multiletter control sequences out of 15000+200000
4718 words of font info for 18 fonts, out of 3000000 for 9000
831 hyphenation exceptions out of 8191
- 29i,4n,23p,218b,313s stack positions out of 5000i,500n,10000p,200000b,50000s
+ 29i,4n,23p,212b,314s stack positions out of 5000i,500n,10000p,200000b,50000s
<s:/TeXlive2011/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx12.pfb><s:/TeXl
ive2011/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb><s:/TeXlive2011/te
xmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb><s:/TeXlive2011/texmf-dist/fo
nts/type1/public/amsfonts/cm/cmr7.pfb><s:/TeXlive2011/texmf-dist/fonts/type1/pu
blic/amsfonts/cm/cmss10.pfb><s:/TeXlive2011/texmf-dist/fonts/type1/public/amsfo
nts/cm/cmtt10.pfb>
-Output written on regstats-example.pdf (1 page, 68469 bytes).
+Output written on regstats-example.pdf (1 page, 66827 bytes).
PDF statistics:
38 PDF objects out of 1000 (max. 8388607)
28 compressed objects within 1 object stream
diff --git a/Master/texmf-dist/doc/latex/regstats/regstats-example.pdf b/Master/texmf-dist/doc/latex/regstats/regstats-example.pdf
index 4421c1e83f3..a1902192236 100644
--- a/Master/texmf-dist/doc/latex/regstats/regstats-example.pdf
+++ b/Master/texmf-dist/doc/latex/regstats/regstats-example.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/regstats/regstats-example.tex b/Master/texmf-dist/doc/latex/regstats/regstats-example.tex
index abf80e0de3d..cc26f04ef90 100644
--- a/Master/texmf-dist/doc/latex/regstats/regstats-example.tex
+++ b/Master/texmf-dist/doc/latex/regstats/regstats-example.tex
@@ -9,12 +9,12 @@
%% This is a generated file.
%%
%% Project: regstats
-%% Version: 2011/08/23 v1.0f
+%% Version: 2012/01/01 v1.0g
%%
-%% Copyright (C) 2011 by
+%% Copyright (C) 2011 - 2012 by
%% H.-Martin M"unch <Martin dot Muench at Uni-Bonn dot de>
%%
-%% The usual disclaimer applys:
+%% The usual disclaimer applies:
%% If it doesn't work right that's your problem.
%% (Nevertheless, send an e-mail to the maintainer
%% when you find an error in this package.)
@@ -33,50 +33,60 @@
%%
%% The Current Maintainer of this work is H.-Martin Muench.
%%
-%% This work consists of the main source file regstats.dtx
-%% and the derived files
-%% regstats.sty, regstats.pdf, regstats.ins, regstats.drv,
-%% regstats-example.tex.
+%% This work consists of the main source file regstats.dtx,
+%% the README, and the derived files
+%% regstats.sty, regstats.pdf,
+%% regstats.ins, regstats.drv,
+%% regstats-example.tex, regstats-example.pdf,
+%% regstats-example.log.
%%
+%% When compiling with lua(la)tex (and wanting to use option timer=true,
+%% the following line must be uncommented (i.e. remove the "%% ").
+%% \directlua{starttime = os.clock()}
\documentclass[british]{article}[2007/10/19]% v1.4h
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% \usepackage{etex}[1998/03/26]% v2.0
%% Uncomment the preceding line, if you want to use the eTeX-package
%% (which requires eTeX, of course).
-\usepackage{hyperref}[2011/08/19]% v6.82h
-\hypersetup{extension=pdf,%
+\usepackage[%
+ extension=pdf,%
plainpages=false,%
pdfpagelabels=true,%
hyperindex=false,%
pdflang={en},%
pdftitle={regstats package example},%
- pdfauthor={Hans-Martin Muench},%
+ pdfauthor={H.-Martin Muench},%
pdfsubject={Example for the regstats package},%
pdfkeywords={LaTeX, registers, read, write, language, box, dimen,%
- count, toks, muskip, skip, counter, regstats, Hans-Martin Muench},%
- pdfview=Fit,pdfstartview=Fit,%
+ count, toks, muskip, skip, counter, regstats, H.-Martin Muench},%
+ pdfview=Fit,%
+ pdfstartview=Fit,%
pdfpagelayout=SinglePage%
-}
-\usepackage[proof=false,left=true,timer=true]{regstats}[2011/08/23]% v1.0f
+]{hyperref}[2011/12/04]% v6.82m
+\usepackage[proof=false,left=true,timer=true]{regstats}[2012/01/01]%
+%% v1.0g
\gdef\unit#1{\mathord{\thinspace\mathrm{#1}}}%
+\makeatletter
+\@ifundefined{eTeX}{\gdef\eTeX{$\m@th \varepsilon $-\TeX }}{%
+%% else \relax
+}
+\makeatother
\listfiles
\begin{document}
\pagenumbering{arabic}
\section*{Example for regstats}
This example demonstrates the use of package\newline
-\textsf{regstats}, v1.0f as of 2011/08/23 (HMM).\newline
+\textsf{regstats}, v1.0g as of 2012/01/01 (HMM).\newline
The used options were \texttt{proof=false,left=true,timer=true}.\newline
\texttt{proof=false} is the default, but neither \texttt{left=true}
nor \texttt{timer=true} are defaults (\texttt{left=false,timer=false}
would be the defaults).\newline
-If $\varepsilon$-\TeX\ is available with your \LaTeX -distribution
+If \eTeX{} is available with your \LaTeX{}-distribution
and you want to use it, uncomment the\newline
\verb|%% \usepackage{etex}[1998/03/26]% v2.0|\newline
line in the preamble of this document.\newline
-(Also \verb|\eTeX| instead of \verb|$\varepsilon$-\TeX|
-would be available with it).\newline
For more details please see the documentation!\newline
diff --git a/Master/texmf-dist/doc/latex/regstats/regstats.pdf b/Master/texmf-dist/doc/latex/regstats/regstats.pdf
index 1becf600ec5..996c3866d78 100644
--- a/Master/texmf-dist/doc/latex/regstats/regstats.pdf
+++ b/Master/texmf-dist/doc/latex/regstats/regstats.pdf
Binary files differ