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  80bcd0a76bd603916c5d8ac4fa3e7134790ae5d5 (commit)
      from  1fef01cc2d4599e70e256f70f2816875ae37cda8 (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 80bcd0a76bd603916c5d8ac4fa3e7134790ae5d5
Author: Arash Esbati <ar...@gnu.org>
Date:   Sat Aug 25 12:23:17 2018 +0200

    Update style/lettrine.el to package version 2.1
    
    * style/lettrine.el (LaTeX-lettrine-key-val-options): Add new keys
    "Vone" and "refstring".
    ("lettrine"): Add new macros, minor rearrangements.

diff --git a/style/lettrine.el b/style/lettrine.el
index 21f1092..5f3de77 100644
--- a/style/lettrine.el
+++ b/style/lettrine.el
@@ -42,7 +42,9 @@
     ("image" ("true"))
     ("grid" ("true"))
     ("novskip")
-    ("realheight" ("true")))
+    ("realheight" ("true"))
+    ("Vone")
+    ("refstring"))
   "Key=value options for \\lettrine marco.")
 
 (TeX-add-style-hook
@@ -51,16 +53,17 @@
    (TeX-add-symbols
     '("lettrine" [ TeX-arg-key-val LaTeX-lettrine-key-val-options ]
       "Letter" "Text")
+    '("DefaultLoversize" 0)
+    '("DefaultLraise" 0)
+    '("DefaultLhang" 0)
     '("LettrineImageFalse" 0)
     '("LettrineOnGridfalse" 0)
     '("LettrineRealHeightfalse" 0)
-    ;; all of the below can be configured with \renewcommand
+    '("LettrineSelfReffalse" 0)
+    '("LettrineVonefalse" 0)
     '("LettrineFont" 0)
     '("LettrineFontHook" 0)
     '("LettrineTextFont" 0)
-    '("DefaultLhang" 0)
-    '("DefaultLoversize" 0)
-    '("DefaultLraise" 0)
     ;; above settings can also be input a file, and pointed to with
     ;; \renewcommand
     '("DefaultOptionsFile" TeX-arg-file-name))

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

Summary of changes:
 style/lettrine.el | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX

_______________________________________________
auctex-diffs mailing list
auctex-di...@gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to