branch: externals/auctex
commit 80bcd0a76bd603916c5d8ac4fa3e7134790ae5d5
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>

    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.
---
 style/lettrine.el | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

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))

Reply via email to