# HG changeset patch # User HIROSE Yuuji # Date 1514991236 -32400 # Node ID f5cf5888847dc2f3e98a9d8d88e7dda03b37c94c # Parent 8ca2e7ce2392dc00104f34537ff2e92b11dd74de Update default value of bibtex-command diff -r 8ca2e7ce2392 -r f5cf5888847d yatex.el --- a/yatex.el Wed Jan 03 23:14:53 2018 +0900 +++ b/yatex.el Wed Jan 03 23:53:56 2018 +0900 @@ -62,7 +62,8 @@ (defvar bibtex-command (if YaTeX-japan "pbibtex -kanji=%k" "bibtex") "*Default command of BibTeX. -Overridden with `%#BIBTEX CommandLine...' in the buffer.") +Overridden with `%#BIBTEX CommandLine...' in the buffer. +Pettern `%k' in a string will be replaced with Kanji-code mnemonic of ptex.") (defvar dvi2-command ;previewer command for your site (cond (YaTeX-dos "dviout -wait=0")