From: Martin Mares Date: Sat, 23 Feb 2019 15:59:31 +0000 (+0100) Subject: Texts for \algout and \alginbreak were swapped X-Git-Tag: v2.0~8 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=fbe92813a0039181ad149a3bd156cc76787f92a2;p=ucwmac.git Texts for \algout and \alginbreak were swapped --- diff --git a/ucw-algo.tex b/ucw-algo.tex index 32f3c30..54664c6 100644 --- a/ucw-algo.tex +++ b/ucw-algo.tex @@ -82,8 +82,8 @@ \optdef\algoitemgo{\ifx\addid\undefined\else\addid{item}{\the\itemcount}\fi} \def\algin{\par\nobreak{\it \localestr{alg:in}:\/} } -\def\algout{\par\nobreak\parindent=0pt{\it \localestr{alg:in}:\/} } -\def\alginbreak{\hfil\break\hphantom{\it \localestr{alg:out}:\/} } +\def\algout{\par\nobreak\parindent=0pt{\it \localestr{alg:out}:\/} } +\def\alginbreak{\hfil\break\hphantom{\it \localestr{alg:in}:\/} } \def\algalias#1{ (#1)} % Algorithm name in text or in a formula