From 2ef74d43ee72c4fe09b32f8c44e3a12841de13c9 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 5 May 2017 22:49:00 +0000 Subject: program (5may17) git-svn-id: svn://tug.org/texlive/trunk@44214 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/program/program.sty | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'Master/texmf-dist/tex/latex/program') diff --git a/Master/texmf-dist/tex/latex/program/program.sty b/Master/texmf-dist/tex/latex/program/program.sty index 10caef2ecad..829141ceaa9 100644 --- a/Master/texmf-dist/tex/latex/program/program.sty +++ b/Master/texmf-dist/tex/latex/program/program.sty @@ -1,4 +1,4 @@ -% program.sty, Version 3.3.11 +% program.sty, Version 3.3.14 % Version History: % 3.3.1: Fix name clash with new AmsTeX (\@prime) % 3.3.2: Minor spacing tweaks. Added \sfvariables for a different style. @@ -16,12 +16,14 @@ % Added \boldsubm (uses \boldsymbol instead of text \bf) % 3.3.11: Changed the default style to \sfvariables, old style is \bfvariables % 3.3.12: Fixed the interaction with \index and \makeindex (which uses |) +% 3.3.13: Updated web site +% 3.3.14: Changed \chardef to \mathchardef to allow more dimen registers % % % A LaTeX2e style file for typesetting algorithms. % Copyright 1991, 2007 Martin Ward -% Martin.Ward@durham.ac.uk, martin@gkc.org.uk -% http://www.cse.dmu.ac.uk/~mward/ +% martin@gkc.org.uk, Martin.Ward@smltd.com +% http://www.gkc.org.uk/ % % This program is free software; you can redistribute it and/or modify % it under the terms of the GNU General Public License as published by @@ -81,7 +83,7 @@ % Set up a larger array of tabs since programs set lots of tabs. % This section can be extended if more tabs are needed: \newdimen\@gtempa -\chardef\@firsttab=\the\allocationnumber +\mathchardef\@firsttab=\the\allocationnumber \newdimen\@gtempa\newdimen\@gtempa\newdimen\@gtempa\newdimen\@gtempa \newdimen\@gtempa\newdimen\@gtempa\newdimen\@gtempa\newdimen\@gtempa \newdimen\@gtempa\newdimen\@gtempa\newdimen\@gtempa\newdimen\@gtempa @@ -95,7 +97,7 @@ \newdimen\@gtempa\newdimen\@gtempa\newdimen\@gtempa\newdimen\@gtempa \newdimen\@gtempa\newdimen\@gtempa\newdimen\@gtempa\newdimen\@gtempa \newdimen\@gtempa -\chardef\@maxtab=\the\allocationnumber +\mathchardef\@maxtab=\the\allocationnumber % NB: can't use \pushtabns and \poptabs to reduce the need for tabs % since \@curtab, \@curtabmar and \@nxttabmar are global variables -- cgit v1.2.3