From 6e371df749819c2568786e88698c270894631674 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 23 Jun 2015 15:54:21 +0000 Subject: elocalloc git-svn-id: svn://tug.org/texlive/trunk@37644 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/latex/elocalloc/elocalloc.pdf | Bin 153024 -> 153039 bytes .../source/latex/elocalloc/elocalloc.dtx | 6 +++--- .../texmf-dist/tex/latex/elocalloc/elocalloc.sty | 4 ++-- 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 Binary files a/Master/texmf-dist/doc/latex/elocalloc/elocalloc.pdf and b/Master/texmf-dist/doc/latex/elocalloc/elocalloc.pdf 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 @@ % \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 -- cgit v1.2.3