2013年6月19日 星期三

Latex 修改演算法顯示名稱

Latex 中要寫演算法,
我是使用
\usepackage{algorithm}
\usepackage{algorithmic}

但這樣預設title是Algorithm
想把它改成 Procedure 1

感謝這篇文章
http://blog.sina.com.cn/s/blog_5e16f1770100kp1s.html

使用
\usepackage{algorithm}
\usepackage{algorithmic}
加上這行:
\floatname{algorithm}{Procedure}
就可以了~!!



如果用
\usepackage{algorithm2e}
則修改
\renewcommand{\listalgorithmcfname}{List of Algorithms}
\renewcommand{\algorithmcfname}{Algorithm}
中文就是要放在中文環境裡,使用如下
\renewcommand{\algorithmcfname}{算法}

但我的Latex使用 algorithm2e 一直不會過....
就不幫大家測試了喔~



參考
http://blog.sina.com.cn/s/blog_5e16f1770100kp1s.html
http://tex.stackexchange.com/questions/41012/change-the-algorithm-enumeration-in-the-algorithm2e-package

LaTeX工作室

補充:
textmate 快捷鍵
http://www.haogongju.net/art/1760558



沒有留言:

Related Posts with Thumbnails