summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/program
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-05-05 22:49:00 +0000
committerKarl Berry <karl@freefriends.org>2017-05-05 22:49:00 +0000
commit2ef74d43ee72c4fe09b32f8c44e3a12841de13c9 (patch)
treef6b7777026e940a630865cd1fc2977ea87a655d7 /Master/texmf-dist/tex/latex/program
parent2bfc354ae2add4f91f93789cef0f5fdba9a91ad3 (diff)
program (5may17)
git-svn-id: svn://tug.org/texlive/trunk@44214 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/program')
-rw-r--r--Master/texmf-dist/tex/latex/program/program.sty12
1 files changed, 7 insertions, 5 deletions
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