texlive[44214] Master/texmf-dist: program (5may17)
commits+karl at tug.org
commits+karl at tug.org
Sat May 6 00:49:00 CEST 2017
Revision: 44214
http://tug.org/svn/texlive?view=revision&revision=44214
Author: karl
Date: 2017-05-06 00:49:00 +0200 (Sat, 06 May 2017)
Log Message:
-----------
program (5may17)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/program/program-doc.pdf
trunk/Master/texmf-dist/doc/latex/program/program-doc.tex
trunk/Master/texmf-dist/tex/latex/program/program.sty
Modified: trunk/Master/texmf-dist/doc/latex/program/program-doc.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/program/program-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/program/program-doc.tex 2017-05-05 22:48:49 UTC (rev 44213)
+++ trunk/Master/texmf-dist/doc/latex/program/program-doc.tex 2017-05-05 22:49:00 UTC (rev 44214)
@@ -22,9 +22,9 @@
\deffootnote{1em}{1em}{\textsuperscript{\thefootnotemark}}
\renewcommand*{\labelenumi}{(\theenumi)}
-\title{The \pkg{program} package\thanks{This manual corresponds to \pkg{program.sty}~v3.3.11, dated~November 13, 2008.}}
-\author{Martin Ward\thanks{\mail{Martin.Ward at durham.ac.uk}, \mail{martin at gkc.org.uk}\newline\url{http://www.cse.dmu.ac.uk/\~mward/}}}
-\date{November 13, 2008}
+\title{The \pkg{program} package\thanks{This manual corresponds to \pkg{program.sty}~v3.3.14, dated~May 5, 2017.}}
+\author{Martin Ward\thanks{\mail{martin at gkc.org.uk}, \mail{Martin.Ward at smltd.com}\newline\url{http://www.gkc.org.uk/}}}
+\date{May 5, 2017}
\begin{document}
Modified: trunk/Master/texmf-dist/tex/latex/program/program.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/program/program.sty 2017-05-05 22:48:49 UTC (rev 44213)
+++ trunk/Master/texmf-dist/tex/latex/program/program.sty 2017-05-05 22:49:00 UTC (rev 44214)
@@ -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 at durham.ac.uk, martin at gkc.org.uk
-% http://www.cse.dmu.ac.uk/~mward/
+% martin at gkc.org.uk, Martin.Ward at 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
More information about the tex-live-commits
mailing list