auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 43e98f1e3c6497d884de6


From: Arash Esbati
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 43e98f1e3c6497d884de66f26d4ec7982d245ab2
Date: Sun, 18 Aug 2019 15:05:48 -0400 (EDT)

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  43e98f1e3c6497d884de66f26d4ec7982d245ab2 (commit)
      from  f477383b7365ae25c04f9932185a49de4773f3a4 (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 43e98f1e3c6497d884de66f26d4ec7982d245ab2
Author: Arash Esbati <address@hidden>
Date:   Sun Aug 18 21:05:05 2019 +0200

    Update style/titlesec.el to package version 2.11
    
    * style/titlesec.el ("titlesec"): Add \nostruts macro.
    (LaTeX-titlesec-package-options): Add `nostruts' option.

diff --git a/style/titlesec.el b/style/titlesec.el
index 519ce4e..e8922af 100644
--- a/style/titlesec.el
+++ b/style/titlesec.el
@@ -1,6 +1,6 @@
-;;; titlesec.el --- AUCTeX style for `titlesec.sty' (v2.10.0)
+;;; titlesec.el --- AUCTeX style for `titlesec.sty' (v2.11)
 
-;; Copyright (C) 2016, 2018 Free Software Foundation, Inc.
+;; Copyright (C) 2016--2019 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <address@hidden>
 ;; Maintainer: address@hidden
@@ -26,8 +26,8 @@
 
 ;;; Commentary:
 
-;; This file adds support for `titlesec.sty' (v2.10.0) from
-;; 2011/12/15.  `titlesec.sty' is part of TeXLive.
+;; This file adds support for `titlesec.sty' (v2.11) from
+;; 2019/07/16.  `titlesec.sty' is part of TeXLive.
 
 ;;; Code:
 
@@ -121,11 +121,11 @@ insert the argument in brackets."
     '("titleformat"
       (LaTeX-arg-titlesec-titlespec)
       [TeX-arg-eval completing-read
-                    (TeX-argument-prompt optional nil "Shape")
-                    LaTeX-titlesec-section-shape-list]
+                   (TeX-argument-prompt optional nil "Shape")
+                   LaTeX-titlesec-section-shape-list]
       (TeX-arg-conditional (y-or-n-p "With optional after-code? ")
                           (4 [nil])
-                        (4)))
+                          (4)))
 
     '("chaptertitlename" 0)
 
@@ -152,7 +152,8 @@ insert the argument in brackets."
     '("fillast"   0)
     '("filinner"  0)
     '("filouter"  0)
-    '("wordsep"          0)
+    '("wordsep"   0)
+    '("nostruts"  0)
 
     ;; 3.4. Rules
     '("titleline"
@@ -240,6 +241,7 @@ insert the argument in brackets."
     "rigidchapters" "rubberchapters"
     "bottomtitles"  "nobottomtitles" "nobottomtitles*"
     "aftersep"      "largestsep"     "pageatnewline"
+    "nostruts"
 
     ;; 3.4. Rules
     "calcwidth"

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

Summary of changes:
 style/titlesec.el | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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