--- tex-jp.el 7 Jun 2006 20:26:51 -0000 5.91 +++ tex-jp.el 17 Jan 2007 01:32:02 -0000 5.92 @@ -52,13 +52,13 @@ ;; Changed to double quotes for Windows afflicted people. I don't ;; use the %(latex) and %(tex) shorthands here because I have not ;; clue whether Omega-related versions exist. --dak - '(("jTeX" "%(PDF)jtex %S%(PDFout) \"%(mode)\\input %t\"" + '(("jTeX" "%(PDF)jtex %`%S%(PDFout)%(mode)%' %t" TeX-run-TeX nil (plain-tex-mode) :help "Run NTT jTeX") - ("jLaTeX" "%(PDF)jlatex %S%(PDFout) \"%(mode)\\input{%t}\"" + ("jLaTeX" "%(PDF)jlatex %`%S%(PDFout)%(mode)%' %t" TeX-run-TeX nil (latex-mode) :help "Run NTT jLaTeX") - ("pTeX" "%(PDF)ptex %S%(PDFout) \"%(mode)\\input %t\"" + ("pTeX" "%(PDF)ptex %`%S%(PDFout)%(mode)%' %t" TeX-run-TeX nil (plain-tex-mode) :help "Run ASCII pTeX") - ("pLaTeX" "%(PDF)platex %S%(PDFout) \"%(mode)\\input{%t}\"" + ("pLaTeX" "%(PDF)platex %`%S%(PDFout)%(mode)%' %t" TeX-run-TeX nil (latex-mode) :help "Run ASCII pLaTeX") ("Mendex" "mendex %s" TeX-run-command nil t :help "Create index file with mendex") ("jBibTeX" "jbibtex %s" TeX-run-BibTeX nil t :help "Run jBibTeX"))