yatex

changeset 508:f5cf5888847d dev

Update default value of bibtex-command
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 03 Jan 2018 23:53:56 +0900
parents 8ca2e7ce2392
children 3796f4f7c81d
files yatex.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/yatex.el	Wed Jan 03 23:14:53 2018 +0900
     1.2 +++ b/yatex.el	Wed Jan 03 23:53:56 2018 +0900
     1.3 @@ -62,7 +62,8 @@
     1.4  
     1.5  (defvar bibtex-command (if YaTeX-japan "pbibtex -kanji=%k" "bibtex")
     1.6    "*Default command of BibTeX.
     1.7 -Overridden with `%#BIBTEX CommandLine...' in the buffer.")
     1.8 +Overridden with `%#BIBTEX CommandLine...' in the buffer.
     1.9 +Pettern `%k' in a string will be replaced with Kanji-code mnemonic of ptex.")
    1.10  
    1.11  (defvar dvi2-command		;previewer command for your site
    1.12    (cond (YaTeX-dos	"dviout -wait=0")