diff options
author | Karl Berry <karl@freefriends.org> | 2016-07-30 23:07:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-07-30 23:07:33 +0000 |
commit | 87de64a55b20671a3b63f28699b68a97c0f0d02c (patch) | |
tree | 66cf652f496d5f2ebe2a80c7ed23800069a88195 /Master/texmf-dist/tex/latex/base/latex.ltx | |
parent | ac3b718eba78b8184901dd441561b896a9fb93b3 (diff) |
latex (30jul16)
git-svn-id: svn://tug.org/texlive/trunk@41765 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/base/latex.ltx')
-rw-r--r-- | Master/texmf-dist/tex/latex/base/latex.ltx | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/base/latex.ltx b/Master/texmf-dist/tex/latex/base/latex.ltx index 94e70269ba3..d07e888c1a4 100644 --- a/Master/texmf-dist/tex/latex/base/latex.ltx +++ b/Master/texmf-dist/tex/latex/base/latex.ltx @@ -387,7 +387,7 @@ \count@#1\relax \ifnum\count@>\z@ \newinsert\reserved@a -\expandafter\chardef +\global\expandafter\chardef \csname bx@\the\allocationnumber\endcsname\allocationnumber \@cons\@freelist{\csname bx@\the\allocationnumber\endcsname}% \advance\count@\m@ne @@ -403,8 +403,8 @@ \ch@ck1\count@\dimen \ch@ck2\count@\skip \ch@ck4\count@\box -\e@alloc@chardef\float@count\count@ -\expandafter\e@alloc@chardef +\global\e@alloc@chardef\float@count\count@ +\global\expandafter\e@alloc@chardef \csname bx@\the\float@count\endcsname\float@count \@cons\@freelist{\csname bx@\the\float@count\endcsname}% \expandafter @@ -433,6 +433,7 @@ \fi \def\newinsert#1{% \@tempswafalse +\global\advance\insc@unt\m@ne \ifnum\count10<\insc@unt \ifnum\count11<\insc@unt \ifnum\count12<\insc@unt @@ -440,9 +441,9 @@ \@tempswatrue \fi\fi\fi\fi \if@tempswa -\global\advance\insc@unt\m@ne \allocationnumber\insc@unt \else +\global\advance\insc@unt\@ne \extrafloats\@ne \@next\@currbox\@freelist {\ifnum\@currbox<\e@insert@top @@ -704,7 +705,7 @@ \def\fmtname{LaTeX2e} \edef\fmtversion {2016/03/31} -\def\patch@level{2} +\def\patch@level{3} \iffalse \def\reserved@a#1/#2/#3\@nil{% \count@\year |