diff yatex.el @ 506:feef2aa1f50f dev

Bibtex-command accepts %k like "pbibtex -kanji=%k".
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 02 Jan 2018 23:35:07 +0900
parents d675f6d06481
children f5cf5888847d
line wrap: on
line diff
--- a/yatex.el	Tue Jan 02 23:28:35 2018 +0900
+++ b/yatex.el	Tue Jan 02 23:35:07 2018 +0900
@@ -1,6 +1,6 @@
 ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
 ;;; (c)1991-2017 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Tue Jan  2 19:26:15 2018 on firestorm
+;;; Last modified Tue Jan  2 23:11:09 2018 on firestorm
 ;;; $Id$
 ;;; The latest version of this software is always available at;
 ;;; https://www.yatex.org/
@@ -60,7 +60,7 @@
 %k -> One of Kanji code mnemonic: euc, jis, sjis, utf8
 ")
 
-(defvar bibtex-command (if YaTeX-japan "jbibtex" "bibtex")
+(defvar bibtex-command (if YaTeX-japan "pbibtex -kanji=%k" "bibtex")
   "*Default command of BibTeX.
 Overridden with `%#BIBTEX CommandLine...' in the buffer.")
 

yatex.org