comparison lisp/hilit19.el @ 7027:1b662238db6f

Don't treat $ as special if escaped.
author Karl Heuer <kwzh@gnu.org>
date Fri, 22 Apr 1994 21:53:27 +0000
parents 59663885e8c7
children cc7cd83ccf3f
comparison
equal deleted inserted replaced
7026:55f9a506180d 7027:1b662238db6f
1255 ("\\\\caption\\(\\[[^]]*\\]\\)?{" "}" label) 1255 ("\\\\caption\\(\\[[^]]*\\]\\)?{" "}" label)
1256 1256
1257 ;; formulas 1257 ;; formulas
1258 ("[^\\]\\\\(" "\\\\)" formula) ; \( \) 1258 ("[^\\]\\\\(" "\\\\)" formula) ; \( \)
1259 ("[^\\]\\\\\\[" "\\\\\\]" formula) ; \[ \] 1259 ("[^\\]\\\\\\[" "\\\\\\]" formula) ; \[ \]
1260 ("[^$]\\($\\($[^$]*\\$\\|[^$]*\\)\\$\\)" 1 formula) ; '$...$' or '$$...$$' 1260 ("[^\\$]\\($\\($[^$]*\\$\\|[^$]*\\)\\$\\)" 1 formula) ; '$...$' or '$$...$$'
1261 1261
1262 ;; things that bring in external files 1262 ;; things that bring in external files
1263 ("\\\\\\(include\\|input\\|bibliography\\){" "}" include) 1263 ("\\\\\\(include\\|input\\|bibliography\\){" "}" include)
1264 1264
1265 ;; "wysiwyg" emphasis -- these don't work with nested expressions 1265 ;; "wysiwyg" emphasis -- these don't work with nested expressions