[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-commit] GNU AUCTeX branch, master, updated. 4ad82777c0d31d8121a2
From: |
Ikumi Keita |
Subject: |
[AUCTeX-commit] GNU AUCTeX branch, master, updated. 4ad82777c0d31d8121a20b19b1577e893ffd86fe |
Date: |
Mon, 31 Jan 2022 07:04:35 -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 4ad82777c0d31d8121a20b19b1577e893ffd86fe (commit)
via 3cd7a352d3445684015196371070895231e0bf39 (commit)
from f99edced632140a8f406398d9b5ae73f7d97c4ce (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 4ad82777c0d31d8121a20b19b1577e893ffd86fe
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Date: Mon Jan 31 21:01:06 2022 +0900
Add new test for indent
* tests/latex/latex-test.el (LaTeX-indent-tabular): Add cookie to
recognize \usepackage.
* tests/latex/tabular-in.tex:
* tests/latex/tabular-out.tex:
Add \usepackage to deal with align and aligned environments.
Add new test involving aligned environment.
commit 3cd7a352d3445684015196371070895231e0bf39
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Date: Mon Jan 31 20:12:30 2022 +0900
Add support for indent for environments with alignment
* latex.el (LaTeX-indent-environment-list): Move align, align* and
equation* environment to amsmath.el.
* style/amsmath.el ("amsmath"): Add amsmath environments with
alignment to local value of `LaTeX-indent-environment-list'.
Add smallmatrix environment to `LaTeX-item-list'.
* style/mathtools.el ("mathtools"): Add mathtools environments with
alignment to local value of `LaTeX-indent-environment-list'.
Add FIXME comment to `LaTeX-item-list' for spreadlines environment.
Update copyright year.
TODO: Add support for empheq environment as well. It would be
necessary to implement a new function which looks into the argument of
empheq environment and indents approapriately.
-----------------------------------------------------------------------
Summary of changes:
latex.el | 5 +----
style/amsmath.el | 27 ++++++++++++++++++++++++++-
style/mathtools.el | 28 +++++++++++++++++++++++++++-
tests/latex/latex-test.el | 2 ++
tests/latex/tabular-in.tex | 14 ++++++++++++++
tests/latex/tabular-out.tex | 14 ++++++++++++++
6 files changed, 84 insertions(+), 6 deletions(-)
hooks/post-receive
--
GNU AUCTeX
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-commit] GNU AUCTeX branch, master, updated. 4ad82777c0d31d8121a20b19b1577e893ffd86fe,
Ikumi Keita <=