yatex

diff yatex19.el @ 61:b9f753846b6b

Bug fix release
author yuuji
date Mon, 07 Apr 1997 20:07:48 +0000
parents 9e08ed569d80
children 36a48185b95a
line diff
     1.1 --- a/yatex19.el	Fri Jan 24 09:04:06 1997 +0000
     1.2 +++ b/yatex19.el	Mon Apr 07 20:07:48 1997 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  ;;; -*- Emacs-Lisp -*-
     1.5  ;;; YaTeX facilities for Emacs 19
     1.6  ;;; (c )1994-1997 by HIROSE Yuuji.[yuuji@ae.keio.ac.jp]
     1.7 -;;; Last modified Fri Jan 24 18:00:49 1997 on supra
     1.8 +;;; Last modified Fri Feb 14 13:52:54 1997 on supra
     1.9  ;;; $Id$
    1.10  
    1.11  ;;; とりあえず hilit19 を使っている時に色が付くようにして
    1.12 @@ -297,6 +297,14 @@
    1.13      (YaTeX-19-region-section-type
    1.14       "\\\\caption\\(\\[[^]]*\\]\\)?{" label)
    1.15  
    1.16 +    ;; things that do some sort of cross-reference
    1.17 +    (YaTeX-19-region-section-type
    1.18 +     "\\\\\\(\\(no\\)?cite\\|\\(page\\)?ref\\|label\\|index\\|glossary\\){"
    1.19 +     crossref)
    1.20 +
    1.21 +    ;; things that bring in external files
    1.22 +    ("\\\\\\(include\\|input\\|bibliography\\){" "}" include)
    1.23 +
    1.24      ;; formulas
    1.25      ("[^\\]\\\\("  "\\\\)" formula)                   ; \( \)
    1.26      ("[^\\]\\\\\\[" "\\\\\\]" formula)                ; \[ \]
    1.27 @@ -305,21 +313,13 @@
    1.28       formula)
    1.29      ("[^\\$]\\($\\($[^$]*\\$\\|[^$]*\\)\\$\\)" 1 formula); '$...$' or '$$...$$'
    1.30  
    1.31 -    ;; things that bring in external files
    1.32 -    ("\\\\\\(include\\|input\\|bibliography\\){" "}" include)
    1.33 -
    1.34 -    ;; "wysiwyg" emphasis -- these don't work with nested expressions
    1.35 +    ;; "wysiwyg" emphasis -- these don't work on nested expressions
    1.36      (YaTeX-19-region-large-type "{\\\\\\(em\\|it\\|sl\\)"  italic)
    1.37      (YaTeX-19-region-large-type "{\\\\bf" bold)
    1.38      ;;;(YaTeX-19-region-large-type "{\\\\tt" tt)
    1.39      ;;;("\\\\begin{verbatim" "\\\\end{verbatim" tt)
    1.40  
    1.41 -    ("``" "''" string)
    1.42 -
    1.43 -    ;; things that do some sort of cross-reference
    1.44 -    (YaTeX-19-region-section-type
    1.45 -     "\\\\\\(\\(no\\)?cite\\|\\(page\\)?ref\\|label\\|index\\|glossary\\){"
    1.46 -     crossref))
    1.47 +    ("``" "''" string))
    1.48  "*Hiliting pattern alist for LaTeX text.")
    1.49  
    1.50  ;;(defvar YaTeX-hilit-pattern-adjustment-default nil)