名前: J 日時: 2010-01-17 01:45:32 IPアドレス: 118.236.167.*
>>54368 若雲さん、アドバイスありがとうございます。 .emacsのyatex該当部分ですが ;; 野鳥 (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\site-lisp\yatex1.73") load-path)) ;;; 一行が 80 字以上になった時には自動改行を無効化 (setq fill-column 80) (setq text-mode-hook 'turn-on-auto-fill) ;;gatherなどを数式モードで (setq YaTeX-use-AMS-LaTeX t) ;; 野鳥自動改行を無効 (add-hook 'yatex-mode-hook'(lambda ()(setq auto-fill-function nil))) ;; bibtex (add-hook 'yatex-mode-hook #'(lambda () (reftex-mode 1) (define-key reftex-mode-map (concat YaTeX-prefix ">") 'YaTeX-comment-region) (define-key reftex-mode-map (concat YaTeX-prefix "<") 'YaTeX-uncomment-region))) ;;dviout (setq dvi2-command "C:/tex/dviout/dviout") ; dviからpdfを作成する%sはファイル名 (setq dviprint-command-format "dvipdfmx %s") おそらくこれで該当する部分は全部だと思います。
この書き込みへの返事: