[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. bf0330029614c7e099fa2
From: |
Ikumi Keita |
Subject: |
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. bf0330029614c7e099fa2978856ae1539168efe3 |
Date: |
Mon, 31 Jan 2022 12:18:53 -0500 (EST) |
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 bf0330029614c7e099fa2978856ae1539168efe3 (commit)
from 4ad82777c0d31d8121a20b19b1577e893ffd86fe (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 bf0330029614c7e099fa2978856ae1539168efe3
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Date: Tue Feb 1 02:14:50 2022 +0900
Add M-RET support for smallmatrix variants
* style/mathtools.el ("mathtools"): Add smallmatrix variant
environments to `LaTeX-item-list'.
diff --git a/style/mathtools.el b/style/mathtools.el
index d6b09881..4643df7e 100644
--- a/style/mathtools.el
+++ b/style/mathtools.el
@@ -446,6 +446,17 @@ Put line break macro on the last line. Next, insert an
ampersand."
("Bmatrix*" . LaTeX-item-equation)
("vmatrix*" . LaTeX-item-equation)
("Vmatrix*" . LaTeX-item-equation)
+ ("smallmatrix*" . LaTeX-item-equation)
+ ("psmallmatrix" . LaTeX-item-equation)
+ ("psmallmatrix*" . LaTeX-item-equation)
+ ("bsmallmatrix" . LaTeX-item-equation)
+ ("bsmallmatrix*" . LaTeX-item-equation)
+ ("Bsmallmatrix" . LaTeX-item-equation)
+ ("Bsmallmatrix*" . LaTeX-item-equation)
+ ("vsmallmatrix" . LaTeX-item-equation)
+ ("vsmallmatrix*" . LaTeX-item-equation)
+ ("Vsmallmatrix" . LaTeX-item-equation)
+ ("Vsmallmatrix*" . LaTeX-item-equation)
("dcases" . LaTeX-mathtools-item-cases)
("dcases*" . LaTeX-mathtools-item-cases)
("rcases" . LaTeX-mathtools-item-cases)
-----------------------------------------------------------------------
Summary of changes:
style/mathtools.el | 11 +++++++++++
1 file changed, 11 insertions(+)
hooks/post-receive
--
GNU AUCTeX
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-diffs] GNU AUCTeX branch, master, updated. bf0330029614c7e099fa2978856ae1539168efe3,
Ikumi Keita <=