summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/computational-complexity/cc.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-03-01 23:23:07 +0000
committerKarl Berry <karl@freefriends.org>2016-03-01 23:23:07 +0000
commitb37042b5f1062ab261f6837b986d39354c33bc19 (patch)
treef184c31ffd11273a42b5964b3d2e978a31841763 /Master/texmf-dist/source/latex/computational-complexity/cc.dtx
parentcbcf6a60e6712a3261005700662dce26b4db275c (diff)
computational-complexity (1mar16)
git-svn-id: svn://tug.org/texlive/trunk@39903 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/computational-complexity/cc.dtx')
-rw-r--r--Master/texmf-dist/source/latex/computational-complexity/cc.dtx9
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/computational-complexity/cc.dtx b/Master/texmf-dist/source/latex/computational-complexity/cc.dtx
index e94c855934b..460220d7bba 100644
--- a/Master/texmf-dist/source/latex/computational-complexity/cc.dtx
+++ b/Master/texmf-dist/source/latex/computational-complexity/cc.dtx
@@ -2854,7 +2854,8 @@ multilingual,english]{cc}
\ifclass\expandafter\ProvidesClass\else\expandafter\ProvidesPackage\fi
{\ifclass cc\else cc-cls\fi}
[% CC MAIN DATE AND VERSION ON NEXT LINE
-2015/11/11 v2.25e
+2016/03/01 v2.25f
+%2015/11/11 v2.25f
%2015/02/23 v2.25e
%2014/07/08 v2.25d
computational complexity
@@ -7336,8 +7337,10 @@ computational complexity
% \begin{macrocode}
% \changes{v2.01}{2001/01/24}{Added \cs{algoprettify}. Michael
% N{\"{u}}sken, Paderborn}
-% \changes{v2.25f}{2015/11/11}{Allow \cs{raggedright} in argument 2. Michael
+% \changes{v2.25e}{2015/11/11}{Allow \cs{raggedright} in argument 2. Michael
% N{\"{u}}sken, Bonn}
+% \changes{v2.25g}{2016/03/01}{Repair spacing problem in narrow
+% version. Michael N{\"{u}}sken, Bonn}
\newcommand{\algoprettify}[3]{%
\setbox2\hbox{#1}%
\setbox4\hbox{#2}%
@@ -7347,7 +7350,7 @@ computational complexity
\unhbox0
\else
\dimen0=\linewidth \advance\dimen0 by -\wd2
- \unhbox2\parbox[t]{\dimen0}{#2\strut}\par\unhbox6
+ \unhbox2\parbox[t]{\dimen0}{#2\strut}\par\list@parshape\unhbox6
\fi
}
% \end{macrocode}