Browse Source

updated yatex-vl.spec: updated vine-default-yatex.el

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3482 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 13 years ago
parent
commit
b3636ebf75
2 changed files with 12 additions and 6 deletions
  1. 5 5
      y/yatex/vine-default-yatex.el
  2. 7 1
      y/yatex/yatex-vl.spec

+ 5 - 5
y/yatex/vine-default-yatex.el

@@ -12,13 +12,12 @@
 
 (autoload 'yatex-mode "yatex" "Yet Another LaTeX mode" t)
 
-;; [推奨] \C-c t から \C-c \C-t へ変更 [yatex:04567]
-(setq YaTeX-inhibit-prefix-letter t)
+;; [推奨] \C-c から \C-c \C- へ変更 [yatex:04567]
+(unless (boundp 'YaTeX-inhibit-prefix-letter)
+    (setq YaTeX-inhibit-prefix-letter t))
 
 ;; YaTeX-mode
 ;; yatex-mode を起動させる設定
-;; (setq auto-mode-alist
-;;       (cons (cons "\\.tex$" 'yatex-mode) auto-mode-alist))
 (setq auto-mode-alist 
       (append 
        '(("\\.\\(tex\\|sty\\|cls\\|fd\\|ind\\|idx\\|ltx\\|clo\\|bbl\\)$" . 
@@ -32,7 +31,8 @@
       dvi2-command "pxdvi"  ;; xdvi
       tex-command "eplatex -kanji=utf8 -src-specials"
       dviprint-command-format "pdvips %s | lpr"  ;; dvips
-      makeindex-command "mendex"
+      makeindex-command "mendex -U"
+      bibtex-command "pbibtex -kanji=utf8"
       )
 
 ;;; TeX-master に関しては safe にする

+ 7 - 1
y/yatex/yatex-vl.spec

@@ -3,7 +3,7 @@
 
 Name:          yatex
 Version:       1.74
-Release:       6%{?_dist_release}
+Release:       7%{?_dist_release}
 License:       Distributable
 Source0:       http://www.yatex.org/yatex%{version}.tar.gz 
 #Source0:       http://www.yatex.org/yatex10203151806.tar.gz 
@@ -193,6 +193,12 @@ fi
 
 
 %changelog 
+* Sat Apr 16 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.74-7
+- updated vine-default-yatex.el
+  - check 'YaTeX-inhibit-prefix-letter
+  - used "pbibtex -kanji=utf8" as default bibtex-command
+  - used "mendex -U" as default makeindex-command
+
 * Wed Mar 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.74-6
 - updated vine-default-{yatex,yahtml}.el
   - revived auto-fill-mode on {yatex,yahtml}-mode