Re: \label{???} のつけ方 (RefTeX)

名前: 大友
日時: 2001-10-03 22:43:32
IPアドレス: 61.206.96.*

>>2591 すみません。便乗して質問させてください。 RefTeXという便利な道具があるとは私も知りませんでした。 さっそくこれを読んで、RefTeXについての設定をしたのですが、 TeXファイルを読み込んだときに、 File mode specification error: (void-function reftex-modet) なるエラーメッセージがミニバッファに出てきて、C-c ( などのコマンドも受け付けません。 使用しているのはMeadow1.14で、reftex.elは C:\Meadow\1.14\lisp\textmodes にあります。 .emacs のTeXに関する設定は以下のとおりです。(三好さんの設定を参考にしました。) (cond ((locate-library "yatex") (autoload 'yatex-mode "yatex" "Yet Another LaTeX mode" t) (add-hook 'yatex-mode-hook '(lambda () (reftex-modet))) ;; 拡張子が .tex のファイルを開くときに yatex-mode にする (setq auto-mode-alist (cons '("\\.tex$" . yatex-mode) auto-mode-alist)) ;; 漢字コードの指定(1=sjis, 2=jis, 3=euc) (setq YaTeX-kanji-code 1) ;; 外部コマンドの指定(パスが通ってない場合は絶対パスで記述) (setq tex-command "platex") (setq dvi2-command "dviout") (setq bibtex-command "jbibtex") ;; yatex-mode 初期化時の設定 (add-hook 'yatex-mode-hook (function (lambda () ;; outline-minor-mode の設定(使用しない場合は不要) (outline-minor-mode t) ; outline-minor-mode を起動 (make-local-variable 'outline-regexp) (setq outline-regexp ; 見出しの正規表現 (concat "[ \t]*\\\\" "\\(appendix\\|documentstyle\\|part\\|chapter\\|" "section\\|subsection\\|subsubsection\\|" "paragraph\\|subparagraph\\)" "\\*?[ \t]*[[{]")) ;; font-lock 用の設定(使用しない場合は不要) (setq YaTeX-use-font-lock t)))))) この手の質問はMeadow掲示板などでやるべきかもしれませんが、ここで出てきた話題なので 質問もここですることにした次第です。 よろしくお願いします。

この書き込みへの返事:

お名前
題名 
メッセージ(タグは <a href="...">...</a> だけ使えます)