changeset 502:36a64c86ba60

merged
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 10 Dec 2017 22:03:46 +0900
parents 965a6713da83 (current diff) db7a90bd4621 (diff)
children 1ea3d99132fb
files
diffstat 2 files changed, 21 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.md	Sun Dec 10 22:03:46 2017 +0900
@@ -0,0 +1,19 @@
+YaTeX is an intelligent, acquisitive and integrated package which reduces your
+efforts of composing LaTeX source on Emacs.
+
+YaTeX has its brothers on other distinguished Editors on DOS and Windows, Vz,
+Wz, Hidemaru, xyzzy. You can write your document with the same interface on any
+platform if you are using YaTeX family.
+
+And yahtml is the honest and bright YaTeX-compatible major-mode package for
+writing HTML. If you have noticed the power of YaTeX, you can drive yahtml over
+the HTML files quickly and steadily. And vice versa, of course.
+
+YaTeX(野鳥)は、Emacs で LaTeX ソースを書くときに生ずる手間を軽減してくれる、
+LaTeX 入力支援環境です。Emacs だけでなく、DOS や Windows で普及している Vz, Wz,
+Hidemaru, xyzzy エディタへの野鳥の移植版である雷鳥、白鳥、飛鳥、花鳥も仲間にい
+るので、どんな環境でも同じ操作体系で快適に LaTeX 文書を書くことができます。
+
+yahtmlは野鳥のユーザインタフェースを引き継いだHTML用のメジャーモードパッケージ
+です。LaTeX ソースの入力に野鳥が欠かせないと気づいたあなたは、おそらく yahtml
+にすぐなじみ同じように使いこなせることでしょう。もちろんその逆も。
--- a/yatexprc.el	Sun Dec 10 10:28:29 2017 +0900
+++ b/yatexprc.el	Sun Dec 10 22:03:46 2017 +0900
@@ -1,7 +1,7 @@
 ;;; yatexprc.el --- YaTeX process handler -*- coding: sjis -*-
 ;;; 
 ;;; (c)1993-2017 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Sun Sep 17 10:22:02 2017 on firestorm
+;;; Last modified Mon Oct 30 21:00:21 2017 on firestorm
 ;;; $Id$
 
 ;;; Code:
@@ -1308,7 +1308,7 @@
 	 (ext (if r (cdr r) "")))
     (and (null r)
 	 (eq (get 'dvi2-command 'format) 'pdf)
-	 (setq ext "pdf"))
+	 (setq ext ".pdf"))
     (concat
      (if (string= fname "")
 	 (setq fname (substring (file-name-nondirectory

yatex.org