Go to the first, previous, next, last section, table of contents.

E-3: Supercite を使って、引用符に名前などを含めるにはどうすればよいの

 ですか?      							
        								

以下の設定で動くはずです。この設定は ksakai@mtl.t.u-tokyo.ac.jp さん によります。何を使うかによっていらない行は省けるでしょう。また、一番 下の 3行はお好みによって変えるといいでしょう(これについての詳細は Supercite のドキュメントを見て下さい)。

        								
  ;;  sc        							
  (autoload 'sc-cite-original     "supercite" "Supercite 3.1" t)
  (autoload 'sc-submit-bug-report "supercite" "Supercite 3.1" t)
  (autoload 'sc-perform-overloads "sc-oloads" "Supercite 3.1" t)
  (setq mail-citation-hook 'sc-cite-original)        			
  (setq mail-yank-hooks 'sc-cite-original)    ; for all but MH-E
  (setq mh-yank-hooks 'sc-cite-original)      ; for MH-E (3.7以上)
  (setq news-reply-mode-hook 'sc-perform-overloads) ; for RNEWS,GNEWS,GNUS
  (setq mail-setup-hook 'sc-perform-overloads)      ; for RMAIL,PCMAIL,GNUS!
  (setq gnews-ready-hook 'sc-perform-overloads)     ; for GNEWS
  (setq sc-electric-references-p nil)
  (setq sc-preferred-header-style 1)
  (setq sc-citation-leader "")

Go to the first, previous, next, last section, table of contents.