summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/computational-complexity/cc.dtx
diff options
context:
space:
mode:
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}