我喜欢 在不跟风的空间里 做自己
emacs-wiki安装
更全的介绍放在这里:
http://www.iamstone.net/publish/note/LaTex.html
emacs-wiki是建立在emacs的基础上的,所以得先安装emacs, windows 下就是NTemacs, 然后下在emacs-wiki,解压缩,(比如放在HOME文件夹下的emacs-wiki的目录下),在.emacs中添加以下几句:
(add-to-list ‘load-path “~/emacs-wiki”)
(require ‘emacs-wiki)
其中目录根据具体情况设置。
添加以下几句以支持中文编码:(UTF-8编码,或者GB2312)
(setq emacs-wiki-charset-default “UTF-8″)
(setq emacs-wiki-coding-default “UTF-8″)
时间比较紧,所以写的比较简单:)
| Print article | This entry was posted by stone on February 12, 2006 at 7:13 am, and is filed under 技术笔记. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
