From 835cda5b1f35101d3094e067225cc7245f2fafca Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Wed, 1 Sep 2021 10:52:24 +0200 Subject: updated ekdosis.el --- ekdosis.el | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'ekdosis.el') diff --git a/ekdosis.el b/ekdosis.el index 845c004..00037b2 100644 --- a/ekdosis.el +++ b/ekdosis.el @@ -105,6 +105,8 @@ ("post") ("prewit") ("postwit") + ("subsep") + ("nosubsep") ("type") ("nordg" ("true" "false"))) "Local options for rdg macro.") @@ -116,6 +118,7 @@ ("labele") ("sep") ("nosep") + ("subsep") ("num") ("nonum") ("pre") @@ -138,7 +141,8 @@ ("delend") ("sicbegin") ("sicend") - ("gapmark")) + ("gapmark") + ("keepinapp")) "List of local options for setcritsymbols macro.") (defvar LaTeX-ekdosis-sethooks-options @@ -147,6 +151,7 @@ ("postrefnum") ("lemmastyle") ("readingstyle") + ("familysep") ("initialrule") ("noinitialrule") ("keyparopts") @@ -164,6 +169,7 @@ (defvar LaTeX-ekdosis-setapparatus-options '(("direction" ("LR" "RL")) ("sep") + ("subsep") ("delim") ("bhook") ("ehook") @@ -176,6 +182,7 @@ (defvar LaTeX-ekdosis-declareapparatus-options '(("direction" ("LR" "RL")) ("sep") + ("subsep") ("delim") ("bhook") ("ehook") @@ -329,6 +336,7 @@ '("SetLTRapp" 0) '("SetRTLapp" 0) '("SetSeparator" "separator" 0) + '("SetSubseparator" "subseparator" 0) '("SetBeginApparatus" "chars|commands" 0) '("SetEndApparatus" "chars" 0) '("SetUnitDelimiter" "delimiter" 0) @@ -338,6 +346,8 @@ '("SetApparatus" (TeX-arg-key-val LaTeX-ekdosis-setapparatus-options)) '("footnoteruletrue" 0) '("footnoterulefalse" 0) + '("ekdsep" 0) + '("ekdsubsep" 0) '("SetDefaultApparatus" "apparatus name" 0) '("DeclareApparatus" "apparatus name" [ TeX-arg-key-val LaTeX-ekdosis-declareapparatus-options ] 0) -- cgit v1.2.3