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 wrap: on
line diff
--- 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")

yatex.org