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.dtx | 4 ++-- ekdosis.el | 12 +++++++++++- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ekdosis.dtx b/ekdosis.dtx index 4d36bcd..0eb0002 100644 --- a/ekdosis.dtx +++ b/ekdosis.dtx @@ -1828,8 +1828,8 @@ yesterday. % \DescribeOption{type} |type|$=$\meta{type}\phts\label{ref:app-type} % \hfill\tcboxverb{Default: default}\\ % As will be described below in \vref{sec:multilayer-apparatus}, -% \pkg{ekdosis} initially sets one layer of notes\--- the |default| -% layer\---in the apparatus criticus. This layer is fit to receive +% \pkg{ekdosis} initially sets one layer of notes\===the |default| +% layer\===in the apparatus criticus. This layer is fit to receive % notes related to variant readings from witnesses and sources used by % the editor to establish the edition text. Additional layers can be % defined to receive other kinds of notes, such as references to texts 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