summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-01-08 00:02:29 +0000
committerKarl Berry <karl@freefriends.org>2016-01-08 00:02:29 +0000
commitc6a9f41960195895fc4bd9efe7b17cd573dcaea8 (patch)
tree477701ebf77b5244176e70d781778f5abf3759c3
parent4e668f51370a93cc9dc26b1a11a949b50493b353 (diff)
etex-pkg (7jan16)
git-svn-id: svn://tug.org/texlive/trunk@39304 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/tex/latex/etex-pkg/etex.sty18
1 files changed, 16 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/etex-pkg/etex.sty b/Master/texmf-dist/tex/latex/etex-pkg/etex.sty
index 0288553c0ec..187af27f682 100644
--- a/Master/texmf-dist/tex/latex/etex-pkg/etex.sty
+++ b/Master/texmf-dist/tex/latex/etex-pkg/etex.sty
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-% Copyright 1997, 1998, 2008 2015 LaTeX Project and Peter Breitenlohner.
+% Copyright 1997, 1998, 2008 2015 2016 LaTeX Project and Peter Breitenlohner.
%
% This file (etex.sty) may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3 of
@@ -22,7 +22,8 @@
% [2015/03/02 v2.1 eTeX basic definition package (PEB,DPC)]
% [2015/07/06 v2.2 eTeX basic definition package (PEB,DPC)]
% [2015/07/08 v2.3 eTeX basic definition package (PEB,DPC)]
- [2015/09/02 v2.4 eTeX basic definition package (PEB,DPC)]
+% [2015/09/02 v2.4 eTeX basic definition package (PEB,DPC)]
+ [2016/01/07 v2.5 eTeX basic definition package (PEB,DPC)]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -112,6 +113,19 @@ etex.sty code will not be used.\MessageBreak
To force etex package to load, add\MessageBreak
\string\RequirePackage{etex}\MessageBreak
at the start of the document}
+
+% 2.5 define the global allocation to be the standard ones
+% as extended allocation is already in use. Helps with
+% compatibility with some packages that use these commands
+% after loading etex.
+\let \globcount \newcount
+\let \globdimen \newdimen
+\let \globskip \newskip
+\let \globmuskip\newmuskip
+\let \globtoks \newtoks
+\let \globmarks \newmarks
+% end of 2.5 change
+
\expandafter\endinput\fi
% End of 2.2 addition.