Edit comments
This commit is contained in:
parent
9cb89449bd
commit
363e02cd0f
@ -2264,8 +2264,8 @@ configuration.
|
||||
#'engrave-faces-latex--protect-content-mathescape
|
||||
#'engrave-faces-latex--protect-content)
|
||||
content)))
|
||||
;; Wrap "words separated by blank characters" groups in LaTeX commands.
|
||||
;; Do not wrap newlines and other whitespace separating those groups.
|
||||
;; Wrap groups of "words joined by blank characters" in LaTeX commands.
|
||||
;; Do not wrap newlines and other whitespace between those groups.
|
||||
(let ((regexp (rx (or (group-n 1 (+ graph ) (* (+ blank) (+ graph)))
|
||||
(group-n 2 (+ (any "\n" space))))))
|
||||
(slug (when (and style
|
||||
|
Loading…
Reference in New Issue
Block a user