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

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

[elpa] 64/299: * latex.el (LaTeX-paragraph-commands-internal): Add \clea


From: Stefan Monnier
Subject: [elpa] 64/299: * latex.el (LaTeX-paragraph-commands-internal): Add \clearpage and \newpage.
Date: Sun, 02 Nov 2014 03:10:20 +0000

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

commit f84e848a3e0f8265b34494630aa76f9f51e3c6f6
Author: Tassilo Horn <address@hidden>
Date:   Mon Feb 25 11:24:50 2013 +0000

    * latex.el (LaTeX-paragraph-commands-internal): Add \clearpage and
    \newpage.
---
 ChangeLog |    3 +++
 latex.el  |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 5e0f316..b5cb733 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2013-02-25  Tassilo Horn  <address@hidden>
 
+       * latex.el (LaTeX-paragraph-commands-internal): Add \clearpage and
+       \newpage.
+
        * style/scrbase.el ("scrbase"): Add \minisec macro to
        `LaTeX-paragraph-commands' locally.
 
diff --git a/latex.el b/latex.el
index 753359f..724936b 100644
--- a/latex.el
+++ b/latex.el
@@ -3736,7 +3736,7 @@ value of NO-SUBSECTIONS."
   '("[" "]" ; display math
     "appendix" "begin" "caption" "chapter" "end" "include" "includeonly"
     "label" "maketitle" "noindent" "par" "paragraph" "part" "section"
-    "subsection" "subsubsection" "tableofcontents")
+    "subsection" "subsubsection" "tableofcontents" "newpage" "clearpage")
   "Internal list of LaTeX macros that should have their own line.")
 
 (defun LaTeX-paragraph-commands-regexp-make ()



reply via email to

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