どこに入っているか確認し,5 へ.
2004年12月10日現在,最新は 1.72 の様子.
% tar zxvf ~/yatex1.72.tar.gz
で確認すると,~/yatex1.72 というディレクトリに
展開されている.
% ls yatex1.72
(setq load-path (cons "~/yatex1.72" load-path))
システムに入っている場合は,
普通はなにもしなくてもよいはず.
(autoload 'yatex-mode "yatex" "Yet Another LaTeX mode" t)
;; YaTeX-mode
(setq auto-mode-alist
(cons (cons "\\.tex$" 'yatex-mode) auto-mode-alist))
(setq dvi2-command "xdvi"
tex-command "platex"
dviprint-command-format "dvips %s | lpr"
YaTeX-kanji-code 3)
;; YaHtml-mode
(setq auto-mode-alist
(cons (cons "\\.html$" 'yahtml-mode) auto-mode-alist))
(autoload 'yahtml-mode "yahtml" "Yet Another HTML mode" t)
(setq yahtml-www-browser "netscape")
Email:
tohru[@] nls.ics.saitama-u.ac.jp.
Copyright (C) 2004-2006
Tohru Ikeguchi, Saitama University.