mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(LaTeX-mode): Change handling of escaped $.
This commit is contained in:
parent
b9aed9ca3e
commit
96013d6f5e
@ -1247,7 +1247,7 @@ number of backslashes."
|
||||
;; formulas
|
||||
("[^\\]\\\\(" "\\\\)" formula) ; \( \)
|
||||
("[^\\]\\\\\\[" "\\\\\\]" formula) ; \[ \]
|
||||
("[^\\$]\\($\\($[^$]*\\$\\|[^$]*\\)\\$\\)" 1 formula) ; '$...$' or '$$...$$'
|
||||
("[^\\$]\\(\\$\\(\\$[^$]*\\$\\|[^$]*\\)\\$\\)" 1 formula) ; '$...$' or '$$...$$'
|
||||
|
||||
;; things that bring in external files
|
||||
("\\\\\\(include\\|input\\|bibliography\\){" "}" include)
|
||||
|
Loading…
Reference in New Issue
Block a user