Guenter Milde wrote:
> On 2009-06-06, Georg Baum wrote:
>> The attached patch changes that along the same lines as the AMS theorem
>> translations:
>
>> \providecommand{\algorithmname}{Algorithm}
>> \floatname{algorithm}{\protect\Algorithm}
>
>> where \algorithmname is redefined by babel if needed. OK to go in?
>
> Maybe I am missing something, but if \algorithmname is redefined by
> babel, how would \Algorithm realize this change?
It does not. The commenet where I copied this from was wrong, the correct
one reads
\providecommand{\algorithmname}{Algorithm}
\floatname{algorithm}{\protect\algorithmname}
The actual code was fortunately correct.
Thanks for the hint!
Georg