auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 2f75f51bb8b76fb282f12


From: Arash Esbati
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 2f75f51bb8b76fb282f126b4517adfb555a239a5
Date: Wed, 30 Nov 2016 11:02:52 +0000 (UTC)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  2f75f51bb8b76fb282f126b4517adfb555a239a5 (commit)
      from  6ec185ed54ec16f06f14cd27c82483d43d6da06d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2f75f51bb8b76fb282f126b4517adfb555a239a5
Author: Arash Esbati <address@hidden>
Date:   Wed Nov 30 12:01:09 2016 +0100

    Add support for LaTeX core command \textsubscript
    
    * font-latex.el (font-latex-built-in-keyword-classes):
    * latex.el (LaTeX-common-initialization): Add entry for
    "textsubscript" which is in LaTeX core since 2015/01/01.

diff --git a/font-latex.el b/font-latex.el
index a7982c5..e932577 100644
--- a/font-latex.el
+++ b/font-latex.el
@@ -387,7 +387,7 @@ variable `font-latex-fontify-sectioning'." ',num)
     ("textual"
      (("item" "[") ("title" "{") ("author" "{") ("date" "{")
       ("thanks" "{") ("address" "{") ("caption" "[{")
-      ("textsuperscript" "{"))
+      ("textsuperscript" "{") ("textsubscript" "{"))
      'font-lock-type-face 2 command)
     ("bold-command"
      (("textbf" "{") ("textsc" "{") ("textup" "{") ("boldsymbol" "{")
diff --git a/latex.el b/latex.el
index 56cb491..19542b1 100644
--- a/latex.el
+++ b/latex.el
@@ -6284,6 +6284,7 @@ i.e. you do _not_ have to cater for this yourself by 
adding \\\\' or $."
      '("suppressfloats" [ TeX-arg-tb "Suppress floats position" ])
      '("ensuremath" "Math commands")
      '("textsuperscript" "Text")
+     '("textsubscript" "Text")
      '("textcircled" "Text")
      '("mathring" t)
 

-----------------------------------------------------------------------

Summary of changes:
 font-latex.el |    2 +-
 latex.el      |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

[Prev in Thread] Current Thread [Next in Thread]