[HOME]
[VineLinux]
[J-Docs]
[Cygwin]
[Freesofts]
[GMT]
[Meadow/Elisp]
[pLaTeX/DVIOUT]
[History of This Page]
[Meadow1.14.2pre3]
[c-sig 3.8]
[Xcite 1.42]
[Mu-cite 8.1]
[野鳥 1.69.2]
[APEL 10.3]
[SKK/11.6.0]
[FILM 1.14.3]
[SEMI 1.14.3]
[Wanderlust 2.8.0]
[Bitmap-MULE 8.4]
[X-Face 1.3.6.13]
[BBDB 2.32]
Creation Date: 2001-10-02
野鳥 1.69.2
TeX の入力を支援してくれる elisp ツールです. 特に \end{ まで打つと対応
する環境で閉じてくれるのは感動. 毎回怒られつつ(文句を言いながら閉じて
くれるのです), やめられません, これだけは.
インストール方法
- tarball を展開して make を実行.
make EMACS=meadow95 EMACSDIR=c:/cyg/usr/local install
- .emacs に以下の行を追加.
(setq auto-mode-alist
(cons (cons "\\.tex$" 'yatex-mode) auto-mode-alist))
(autoload 'yatex-mode "yatex" "Yet Another LaTeX mode" t)
(setq tex-command "platex")
(setq makeindex-command "makeindex")
-