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

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

[elpa] 63/299: * style/scrbase.el ("scrbase"): Add \minisec macro to `La


From: Stefan Monnier
Subject: [elpa] 63/299: * style/scrbase.el ("scrbase"): Add \minisec macro to `LaTeX-paragraph-commands' locally.
Date: Sun, 02 Nov 2014 03:10:19 +0000

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

commit 27649f5e4f97f2d4177274261ec636b89122307a
Author: Tassilo Horn <address@hidden>
Date:   Mon Feb 25 10:30:40 2013 +0000

    * style/scrbase.el ("scrbase"): Add \minisec macro to
    `LaTeX-paragraph-commands' locally.
---
 ChangeLog        |    5 +++++
 style/scrbase.el |    2 ++
 2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index aad6b08..5e0f316 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-02-25  Tassilo Horn  <address@hidden>
+
+       * style/scrbase.el ("scrbase"): Add \minisec macro to
+       `LaTeX-paragraph-commands' locally.
+
 2013-02-23  Mos� Giordano  <address@hidden>
 
        * style/kpfonts.el: New style file.
diff --git a/style/scrbase.el b/style/scrbase.el
index 5a8b41f..e203bc9 100644
--- a/style/scrbase.el
+++ b/style/scrbase.el
@@ -134,6 +134,8 @@
                               '(("addpart" . nil)
                                 ("addsec" . nil)
                                 ("minisec" . nil))))
+    ;; Fill \minisec{...} like normal sectioning commands
+    (LaTeX-paragraph-commands-add-locally "minisec")
     ;; Fontification
     (when (and (featurep 'font-latex)
               (eq TeX-install-font-lock 'font-latex-setup))



reply via email to

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