原文地址:http://www.latexstudio.net/archives/7898.html
【问题描述】 使用 \usepackage{algorithm2e} 如何使得caption{}排版结果产生的“Agorithm”变为 “算法”? 【解决方案】 milksea 回复: 改这两个 \renewcommand{\listalgorithmcfname}{List of Algorithms} \renewcommand{\algorithmcfname}{Algorithm} 中文就是要放在中文环境里,使用如下 \renewcommand{\algorithmcfname}{算法}
另外若是使用 \usepackage{algorithm} \usepackage{algorithmic} 修改方法为: \floatname{algorithm}{Procedure}