MeadowにYatex導入した

YatexMeadowにインストールしたのでメモメモ。

1.platexインストール
 ①サイトからダウンロード
http://www.c.csce.kyushu-u.ac.jp/~miwa/arc/texinst_nops_20060223.zip
 ②allinst.bat をダブルクリック
 ③Divioutの設定
  Resolution of font 600
フォントパスの設定「Guess」クリック
  gen、gsxをクリック
 ④インストール後DVidoutを起動し設定を変更する
  DisplayのStartを7にする。
  GraphicのGIFのプルダウンメニューをBMP(256)にする。
2.Yatexインストール
①C:\Meadow\lisp\yatex1.74に解凍
.emacsファイルに以下を張り付ける。

;; ;;野鳥
(setq auto-mode-alist
      (cons (cons "\\.tex$" 'yatex-mode) auto-mode-alist))
(autoload 'yatex-mode "yatex" "Yet Another LaTeX mode" t)
(setq load-path (cons (expand-file-name "~c:/Meadow/lisp/yatex") load-path))

キーバインド一覧

YaTeX 基本コマンド

M-x yatex
YaTeX起動
C-c t j
タイプセッタ起動(コンパイル)
C-c t p
プレビューア起動(初期設定では dviout)
C-c t l
プリントアウト用コマンド起動。dviファイルを指定してpdfに。

YaTeX 補完コマンド

C-c s
section型補完