download from
http://www.yatex.org/
and untar by
tar xvzf xxx.tar
move the folder to where the path is reachable.
in .emacs
-------------------------------------------------------------
(setq auto-mode-alist
(cons (cons "\\.tex$" 'yatex-mode) auto-mode-alist))
(autoload 'yatex-mode "yatex" "Yet Another LaTeX mode" t)
-------------------------------------------------------------
will do.
No comments:
Post a Comment