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  2e798eebedcdb11aaa7497ada9dc4747535fc2b6 (commit)
      from  601e6a332b070286988facdc5a56eafd09960147 (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 2e798eebedcdb11aaa7497ada9dc4747535fc2b6
Author: Arash Esbati <[email protected]>
Date:   Wed Jul 1 17:10:59 2020 +0200

    Support \newblock macro
    
    * latex.el (LaTeX-common-initialization): Add entry for \newblock
    marco.
    Add "bibindent" to list of known lengths.
    (LaTeX-paragraph-commands-internal): Add "newblock".

diff --git a/latex.el b/latex.el
index db0af47..6ba4d84 100644
--- a/latex.el
+++ b/latex.el
@@ -4534,8 +4534,9 @@ value of NO-SUBSECTIONS."
 (defvar LaTeX-paragraph-commands-internal
   '("[" "]" ; display math
     "appendix" "begin" "caption" "chapter" "end" "include" "includeonly"
-    "label" "maketitle" "noindent" "par" "paragraph" "part" "section"
-    "subsection" "subsubsection" "tableofcontents" "newpage" "clearpage")
+    "label" "maketitle" "newblock" "noindent" "par" "paragraph" "part"
+    "section" "subsection" "subsubsection" "tableofcontents"
+    "newpage" "clearpage")
   "Internal list of LaTeX macros that should have their own line.")
 
 (defun LaTeX-paragraph-commands-regexp-make ()
@@ -6275,10 +6276,10 @@ function would return non-nil and `(match-string 1)' 
would return
                      "enumiv" "footnote" "mpfootnote")
 
   (LaTeX-add-lengths "arraycolsep" "arrayrulewidth" "baselineskip" 
"baselinestretch"
-                    "columnsep" "columnwidth" "doublerulesep" "evensidemargin"
-                    "linewidth" "oddsidemargin" "paperwidth" "paperheight"
-                    "parindent" "parskip" "tabcolsep" "textheight" "textwidth"
-                    "topmargin" "unitlength")
+                    "bibindent" "columnsep" "columnwidth" "doublerulesep"
+                    "evensidemargin" "linewidth" "oddsidemargin" "paperwidth"
+                    "paperheight" "parindent" "parskip" "tabcolsep"
+                    "textheight" "textwidth" "topmargin" "unitlength")
 
   (TeX-add-symbols
    '("addtocounter" TeX-arg-counter "Value")
@@ -6367,6 +6368,7 @@ function would return non-nil and `(match-string 1)' 
would return
    '("nocite" TeX-arg-cite)
    '("bibliographystyle" TeX-arg-bibstyle)
    '("bibliography" TeX-arg-bibliography)
+   '("newblock" (TeX-arg-literal " "))
    '("footnote"
      (TeX-arg-conditional TeX-arg-footnote-number-p ([ "Number" ]) nil)
      t)

-----------------------------------------------------------------------

Summary of changes:
 latex.el | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX

_______________________________________________
auctex-diffs mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to