summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/elocalloc/elocalloc.pdfbin153024 -> 153039 bytes
-rw-r--r--Master/texmf-dist/source/latex/elocalloc/elocalloc.dtx6
-rw-r--r--Master/texmf-dist/tex/latex/elocalloc/elocalloc.sty4
3 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/elocalloc/elocalloc.pdf b/Master/texmf-dist/doc/latex/elocalloc/elocalloc.pdf
index 931d4df24af..f5747a07adb 100644
--- a/Master/texmf-dist/doc/latex/elocalloc/elocalloc.pdf
+++ b/Master/texmf-dist/doc/latex/elocalloc/elocalloc.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/elocalloc/elocalloc.dtx b/Master/texmf-dist/source/latex/elocalloc/elocalloc.dtx
index 0580a7fff8b..8d6991ded93 100644
--- a/Master/texmf-dist/source/latex/elocalloc/elocalloc.dtx
+++ b/Master/texmf-dist/source/latex/elocalloc/elocalloc.dtx
@@ -13,7 +13,7 @@
%<driver> \ProvidesFile{elocalloc.drv}
% \fi
% \ProvidesFile{elocalloc.dtx}
- [2015/05/09 v0.01 local allocation for LaTeX 2015+ (DPC)]
+ [2015/06/21 v0.02 local allocation for LaTeX 2015+ (DPC)]
%
% \iffalse
%<*driver>
@@ -96,12 +96,12 @@
% Note that this means that (unlike the \textsf{etex} package originals)
% locally allocating one register affects the top of the other registers
% that share the same top of range, but doing otherwise would mean storing
-% separate values ofr each type, and would make it harder to make
+% separate values for each type, and would make it harder to make
% |\extrafloats| work, should such an extension ever be needed.
% \begin{macrocode}
\def\eloc@lloc#1#2#3#4#5{%
\def\extrafloats##1{%
- \PackageWarning{elocalloc}{\string\extrafloats\space ignored}}
+ \PackageWarning{elocalloc}{\string\extrafloats\space ignored}}%
\e@ch@ck{#1}#2\z@#3%
\expandafter\e@alloc@chardef\expandafter#2%
\the\numexpr#2-1\relax
diff --git a/Master/texmf-dist/tex/latex/elocalloc/elocalloc.sty b/Master/texmf-dist/tex/latex/elocalloc/elocalloc.sty
index dd273773039..76428afca56 100644
--- a/Master/texmf-dist/tex/latex/elocalloc/elocalloc.sty
+++ b/Master/texmf-dist/tex/latex/elocalloc/elocalloc.sty
@@ -13,7 +13,7 @@
%% See README for details.
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{elocalloc}
- [2015/05/09 v0.01 local allocation for LaTeX 2015+ (DPC)]
+ [2015/06/21 v0.02 local allocation for LaTeX 2015+ (DPC)]
\ifx\e@alloc\@undefined
\RequirePackage{etex}
\expandafter\endinput
@@ -25,7 +25,7 @@
\fi
\def\eloc@lloc#1#2#3#4#5{%
\def\extrafloats##1{%
- \PackageWarning{elocalloc}{\string\extrafloats\space ignored}}
+ \PackageWarning{elocalloc}{\string\extrafloats\space ignored}}%
\e@ch@ck{#1}#2\z@#3%
\expandafter\e@alloc@chardef\expandafter#2%
\the\numexpr#2-1\relax