AUCTeX 11.86 发布

Emacs 上最好的 LaTeX 编辑模式之一 AUCTeX 于最近发布了新的 11.86 版本。该版本针对许多 LaTeX 包(如 tabularx、CJK、hyperref 等)提供了支持、增添了 PSTricks 支持、用于查看器的新框架、以及其他一些改进和缺陷修正。

AUCTeX

参阅 AUCTeX 发布公告可了解更多信息。AUCTeX 11.86 在其项目网站的下载页面可以找到。

Read More:

  • No related posts

4 Comments

  1. 1 Rothsdad Commented @ 2010-02-25 12:34Reply to this comment

    不错,非常好~

  2. 2 ybyygu Commented @ 2010-02-25 12:35Reply to this comment

    archlinux更新可真快, 马上跟进 :)

  3. 3 Jactry Commented @ 2010-02-25 19:55Reply to this comment

    不晓得,没用过

  4. 4 kylion Commented @ 2010-03-06 23:45Reply to this comment

    新版正向搜索和反向搜索的设置(不需要\usepackage[active]{srcltx}): (setq TeX-source-correlate-mode t) (setq TeX-source-correlate-start-server t) ;(setq TeX-source-correlate-method 'synctex ) (setq TeX-source-correlate-method 'source-specials) ;已经不能再使用了 (setq TeX-source-specials-mode t) ;已经不能再使用了 (setq TeX-source-specials-view-start-server t)