summaryrefslogtreecommitdiff
path: root/Master
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
parent2bfc354ae2add4f91f93789cef0f5fdba9a91ad3 (diff)
program (5may17)
git-svn-id: svn://tug.org/texlive/trunk@44214 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/program/program-doc.pdfbin275484 -> 43768 bytes
-rw-r--r--Master/texmf-dist/doc/latex/program/program-doc.tex6
-rw-r--r--Master/texmf-dist/tex/latex/program/program.sty12
3 files changed, 10 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/program/program-doc.pdf b/Master/texmf-dist/doc/latex/program/program-doc.pdf
index 60703c627c8..939c8285db1 100644
--- a/Master/texmf-dist/doc/latex/program/program-doc.pdf
+++ b/Master/texmf-dist/doc/latex/program/program-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/program/program-doc.tex b/Master/texmf-dist/doc/latex/program/program-doc.tex
index 55f9cc52f89..a761b398258 100644
--- a/Master/texmf-dist/doc/latex/program/program-doc.tex
+++ b/Master/texmf-dist/doc/latex/program/program-doc.tex
@@ -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@durham.ac.uk}, \mail{martin@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@gkc.org.uk}, \mail{Martin.Ward@smltd.com}\newline\url{http://www.gkc.org.uk/}}}
+\date{May 5, 2017}
\begin{document}
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