changeset 388:ad62fb00a393 dev

Update command names
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 07 Jan 2015 09:09:15 +0900
parents 04ee01ddb7ab
children 3a235b173835
files yatexprc.el
diffstat 1 files changed, 10 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/yatexprc.el	Tue Jan 06 23:22:15 2015 +0900
+++ b/yatexprc.el	Wed Jan 07 09:09:15 2015 +0900
@@ -1,7 +1,7 @@
 ;;; yatexprc.el --- YaTeX process handler
 ;;; 
 ;;; (c)1993-2015 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Tue Jan  6 08:56:01 2015 on firestorm
+;;; Last modified Wed Jan  7 09:06:54 2015 on firestorm
 ;;; $Id$
 
 ;;; Code:
@@ -9,10 +9,10 @@
 (require 'yatexlib)
 
 (defvar YaTeX-typeset-process nil
-  "Process identifier for jlatex")
+  "Process identifier for latex")
 
 (defvar YaTeX-typeset-buffer "*YaTeX-typesetting*"
-  "Process buffer for jlatex")
+  "Process buffer for latex")
 
 (defvar YaTeX-typeset-buffer-syntax nil
   "*Syntax table for typesetting buffer")
@@ -59,7 +59,7 @@
 (defvar YaTeX-typeset-consumption nil)
 (make-variable-buffer-local 'YaTeX-typeset-consumption)
 (defun YaTeX-typeset (command buffer &optional prcname modename ppcmd)
-  "Execute jlatex (or other) to LaTeX typeset."
+  "Execute latex command (or other) to LaTeX typeset."
   (interactive)
   (save-excursion
     (let ((p (point)) (window (selected-window)) execdir (cb (current-buffer))
@@ -1209,9 +1209,9 @@
 	(widen))))
 
 (defvar YaTeX-dvi2-command-ext-alist
- '(("[agx]dvi\\|dviout" . ".dvi")
+ '(("[agxk]dvi\\|dviout" . ".dvi")
    ("ghostview\\|gv" . ".ps")
-   ("acroread\\|xpdf\\|pdfopen\\|Preview\\|TeXShop\\|Skim\\|evince\\|mupdf\\|zathura\\|okular" . ".pdf")))
+   ("acroread\\|[xk]pdf\\|pdfopen\\|Preview\\|TeXShop\\|Skim\\|evince\\|mupdf\\|zathura\\|okular" . ".pdf")))
 
 (defun YaTeX-get-preview-file-name (&optional preview-command)
   "Get file name to preview by inquiring YaTeX-get-latex-command"
@@ -1238,12 +1238,12 @@
 strings are assumed to be the latex-command and arguments.  The
 default value of latex-command is:
 	tex-command FileName
-and if you write \"%#!jlatex\" in the beginning of certain line.
-	\"jlatex \" FileName
+and if you write \"%#!platex\" in the beginning of certain line.
+	\"platex \" FileName
 will be the latex-command,
-and you write \"%#!jlatex main.tex\" on some line and argument SWITCH
+and you write \"%#!platex main.tex\" on some line and argument SWITCH
 is non-nil, then
-	\"jlatex main.tex\"
+	\"platex main.tex\"
 
 will be given to the shell."
   (let (parent tparent magic)

yatex.org