[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex 80bcd0a 46/48: Update style/lettrine.el to packa
From: |
Tassilo Horn |
Subject: |
[elpa] externals/auctex 80bcd0a 46/48: Update style/lettrine.el to package version 2.1 |
Date: |
Sun, 16 Sep 2018 01:47:28 -0400 (EDT) |
branch: externals/auctex
commit 80bcd0a76bd603916c5d8ac4fa3e7134790ae5d5
Author: Arash Esbati <address@hidden>
Commit: Arash Esbati <address@hidden>
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))
- [elpa] externals/auctex cff843b 17/48: Remove obsolete option related to Japanese TeX, (continued)
- [elpa] externals/auctex cff843b 17/48: Remove obsolete option related to Japanese TeX, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex a59c754 35/48: Adjust test for known emacs bug, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 0d5c1c0 41/48: ; Fix last commit and push missing Makefile.in., Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 45747b9 42/48: Add \eqref to RefTeX's reference styles, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex a8ea127 29/48: Accept non-ascii file name in accord with change in TL 2018, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 48325a7 20/48: Update URLs further, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 8d30dc1 37/48: Add new style/marginnote.el, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 5df288d 44/48: ; Remove unwanted spaces., Tassilo Horn, 2018/09/16
- [elpa] externals/auctex a7cde09 47/48: Update style/lettrine.el to package version 2.21, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 31ee142 38/48: Fix regression of `TeX-view', Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 80bcd0a 46/48: Update style/lettrine.el to package version 2.1,
Tassilo Horn <=
- [elpa] externals/auctex 168a4a1 19/48: Update URLs, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex c3cf39e 34/48: Make preamble caching robust to LuaLaTeX and (u)pLaTeX, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 03ba1fa 43/48: Add new style/ocg-p.el and style/ocgx.el, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex f761ab4 48/48: Merge branch 'master' into externals/auctex, Tassilo Horn, 2018/09/16