LaTeX技巧:算法标题 Algorithm如何重命名

    xiaoxiao2022-07-06  174

    原文地址: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}

    最新回复(0)