[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 794ecb01: Fontify \maketitle macro
From: |
Arash Esbati |
Subject: |
master 794ecb01: Fontify \maketitle macro |
Date: |
Sun, 29 May 2022 13:45:55 -0400 (EDT) |
branch: master
commit 794ecb01ab7924d31eae5f76964846e2a7a39f90
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>
Fontify \maketitle macro
* font-latex.el (font-latex-built-in-keyword-classes): Add an
entry for \maketitle macro.
---
font-latex.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/font-latex.el b/font-latex.el
index d5a7b39e..385be358 100644
--- a/font-latex.el
+++ b/font-latex.el
@@ -376,7 +376,8 @@ variable `font-latex-fontify-sectioning'." ',num)
("raggedbottom" "") ("flushbottom" "")
("TeX" "") ("LaTeX" "") ("LaTeXe" "")
("normalfont" "") ("normalshape" "")
- ("tableofcontents" "") ("listoffigures" "") ("listoftables" ""))
+ ("tableofcontents" "") ("listoffigures" "") ("listoftables" "")
+ ("maketitle" ""))
font-lock-function-name-face 2 command)
("sectioning-0"
(("part" "*[{"))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 794ecb01: Fontify \maketitle macro,
Arash Esbati <=