emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] 39/299: * texmathp.el (texmathp-tex-commands-default): Add \short


From: Stefan Monnier
Subject: [elpa] 39/299: * texmathp.el (texmathp-tex-commands-default): Add \shortintertext.
Date: Sun, 02 Nov 2014 03:10:07 +0000

monnier pushed a commit to branch externals/auctex
in repository elpa.

commit 6a85100e8e844d6acf9e5a57de185972d4c356f7
Author: Tassilo Horn <address@hidden>
Date:   Mon Jan 21 11:57:10 2013 +0000

    * texmathp.el (texmathp-tex-commands-default): Add \shortintertext.
---
 ChangeLog   |    4 ++++
 texmathp.el |    5 ++++-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6c7c959..787e99b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-01-21  Ivan Andrus  <address@hidden>
+
+       * texmathp.el (texmathp-tex-commands-default): Add \shortintertext.
+
 2013-01-19  Mads Jensen  <address@hidden>
 
        * style/placeins.el: New style.
diff --git a/texmathp.el b/texmathp.el
index b7bb7f4..350406b 100644
--- a/texmathp.el
+++ b/texmathp.el
@@ -139,7 +139,10 @@
     ("alignat"       env-on)      ("alignat*"      env-on)
     ("xalignat"      env-on)      ("xalignat*"     env-on)
     ("xxalignat"     env-on)      ("\\boxed"       arg-on)
-    ("\\text"        arg-off)     ("\\intertext"   arg-off))
+    ("\\text"        arg-off)     ("\\intertext"   arg-off)
+
+    ;; mathtools
+    ("\\shortintertext"   arg-off))
   "The default entries for `texmathp-tex-commands', which see.")
 
 (defun texmathp-compile ()



reply via email to

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