yatex

changeset 286:bf201e406e3f dev

First line header changed. Abolish `rev.' line. Using YaTeX-revision-number line instead.
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 01 Sep 2012 08:00:58 +0900
parents 032d08cdcca2
children 5921f28ef77c
files makefile yahtml.el yatex.el
diffstat 3 files changed, 14 insertions(+), 10 deletions(-) [+]
line diff
     1.1 --- a/makefile	Wed Jul 11 12:28:38 2012 +0900
     1.2 +++ b/makefile	Sat Sep 01 08:00:58 2012 +0900
     1.3 @@ -75,7 +75,7 @@
     1.4  YAHTMLDIST = ${YAHTMLLISP} install 00readme makefile newpage.rb
     1.5  PACK	= `ls ${DISTRIB}`
     1.6  TMPDIR	= /tmp
     1.7 -VERSION = `head yatex.el|awk '/rev\./{print $$4}'`
     1.8 +VERSION = `head -20 yatex.el|awk -F'"' '/revision/{print $$2}'`
     1.9  PACKDIR	= ${TMPDIR}/yatex${VERSION}
    1.10  
    1.11  all:
     2.1 --- a/yahtml.el	Wed Jul 11 12:28:38 2012 +0900
     2.2 +++ b/yahtml.el	Sat Sep 01 08:00:58 2012 +0900
     2.3 @@ -1,11 +1,13 @@
     2.4 -;;; -*- Emacs-Lisp -*-
     2.5 +;;; yahtml.el --- Yet Another HTML mode -*- coding: sjis -*-
     2.6  ;;; (c) 1994-2012 by HIROSE Yuuji [yuuji(@)yatex.org]
     2.7 -;;; Last modified Thu May 10 11:06:39 2012 on firestorm
     2.8 +;;; Last modified Sat Sep  1 07:28:17 2012 on firestorm
     2.9  ;;; $Id$
    2.10  
    2.11  (defconst yahtml-revision-number "1.76"
    2.12    "Revision number of running yahtml.el")
    2.13  
    2.14 +;;; Commentary:
    2.15 +
    2.16  ;;;[Installation]
    2.17  ;;; 
    2.18  ;;; First, you have to install YaTeX and make sure it works fine.  Then
    2.19 @@ -176,6 +178,7 @@
    2.20  ;;;		(というかほとんどやってもらった ^^;)
    2.21  ;;; 
    2.22  
    2.23 +;;; Code:
    2.24  
    2.25  (require 'yatexlib)
    2.26  ;;; --- customizable variable starts here ---
    2.27 @@ -2943,7 +2946,8 @@
    2.28  			       (skip-chars-forward "^\"")(point)))))
    2.29  		(if (file-exists-p f)
    2.30  		    (setq alist
    2.31 -			  (append alist (yahtml-css-collect-classes-file f)))))
    2.32 +			  (append alist (yahtml-css-collect-classes-file
    2.33 +					 f initial)))))
    2.34  	    (setq e (point))
    2.35  	    (goto-char b)
    2.36  	    (while (re-search-forward	;ちょといい加減なREGEXP
     3.1 --- a/yatex.el	Wed Jul 11 12:28:38 2012 +0900
     3.2 +++ b/yatex.el	Sat Sep 01 08:00:58 2012 +0900
     3.3 @@ -1,15 +1,15 @@
     3.4 -;;; -*- Emacs-Lisp -*-
     3.5 -;;; Yet Another tex-mode for emacs - //野鳥//
     3.6 -;;; yatex.el rev. 1.76.2
     3.7 +;;; yatex.el --- Yet Another tex-mode for emacs //野鳥// -*- coding: sjis -*-
     3.8 +
     3.9  ;;; (c)1991-2012 by HIROSE Yuuji.[yuuji@yatex.org]
    3.10 -;;; Last modified Wed Jul 11 12:27:24 2012 on firestorm
    3.11 +;;; Last modified Sat Sep  1 07:37:53 2012 on firestorm
    3.12  ;;; $Id$
    3.13  ;;; The latest version of this software is always available at;
    3.14  ;;; http://www.yatex.org/
    3.15  
    3.16 +;;; Code:
    3.17  (require 'comment)
    3.18  (require 'yatexlib)
    3.19 -(defconst YaTeX-revision-number "1.76.2"
    3.20 +(defconst YaTeX-revision-number "1.76.3"
    3.21    "Revision number of running yatex.el")
    3.22  
    3.23  ;---------- Local variables ----------
    3.24 @@ -44,7 +44,7 @@
    3.25  ;;'main-file	: switch tmp-dic according to main-file directory.
    3.26  ;;'directory	: switch tmp-dic dir by dir."
    3.27  ;;)
    3.28 -(defvar YaTeX-use-LaTeX2e t "*Use LaTeX2e or not.  Nil meas latex 2.09")
    3.29 +(defvar YaTeX-use-LaTeX2e t "*Use LaTeX2e or not.  Nil means latex 2.09")
    3.30  
    3.31  (defvar tex-command
    3.32    (cond