aboutsummaryrefslogtreecommitdiff
path: root/ekdosis.el
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2021-09-01 10:52:24 +0200
committerRobert Alessi <alessi@robertalessi.net>2021-09-01 10:52:24 +0200
commit835cda5b1f35101d3094e067225cc7245f2fafca (patch)
treec8cff15d1f9c5b1e0980c57993e63b5fcecc2aca /ekdosis.el
parente329140ea4ab6404ea1d54781b32694baaabbd77 (diff)
downloadekdosis-835cda5b1f35101d3094e067225cc7245f2fafca.tar.gz
updated ekdosis.el
Diffstat (limited to 'ekdosis.el')
-rw-r--r--ekdosis.el12
1 files changed, 11 insertions, 1 deletions
diff --git a/ekdosis.el b/ekdosis.el
index 845c004..00037b2 100644
--- a/ekdosis.el
+++ b/ekdosis.el
@@ -105,6 +105,8 @@
105 ("post") 105 ("post")
106 ("prewit") 106 ("prewit")
107 ("postwit") 107 ("postwit")
108 ("subsep")
109 ("nosubsep")
108 ("type") 110 ("type")
109 ("nordg" ("true" "false"))) 111 ("nordg" ("true" "false")))
110 "Local options for rdg macro.") 112 "Local options for rdg macro.")
@@ -116,6 +118,7 @@
116 ("labele") 118 ("labele")
117 ("sep") 119 ("sep")
118 ("nosep") 120 ("nosep")
121 ("subsep")
119 ("num") 122 ("num")
120 ("nonum") 123 ("nonum")
121 ("pre") 124 ("pre")
@@ -138,7 +141,8 @@
138 ("delend") 141 ("delend")
139 ("sicbegin") 142 ("sicbegin")
140 ("sicend") 143 ("sicend")
141 ("gapmark")) 144 ("gapmark")
145 ("keepinapp"))
142 "List of local options for setcritsymbols macro.") 146 "List of local options for setcritsymbols macro.")
143 147
144(defvar LaTeX-ekdosis-sethooks-options 148(defvar LaTeX-ekdosis-sethooks-options
@@ -147,6 +151,7 @@
147 ("postrefnum") 151 ("postrefnum")
148 ("lemmastyle") 152 ("lemmastyle")
149 ("readingstyle") 153 ("readingstyle")
154 ("familysep")
150 ("initialrule") 155 ("initialrule")
151 ("noinitialrule") 156 ("noinitialrule")
152 ("keyparopts") 157 ("keyparopts")
@@ -164,6 +169,7 @@
164(defvar LaTeX-ekdosis-setapparatus-options 169(defvar LaTeX-ekdosis-setapparatus-options
165 '(("direction" ("LR" "RL")) 170 '(("direction" ("LR" "RL"))
166 ("sep") 171 ("sep")
172 ("subsep")
167 ("delim") 173 ("delim")
168 ("bhook") 174 ("bhook")
169 ("ehook") 175 ("ehook")
@@ -176,6 +182,7 @@
176(defvar LaTeX-ekdosis-declareapparatus-options 182(defvar LaTeX-ekdosis-declareapparatus-options
177 '(("direction" ("LR" "RL")) 183 '(("direction" ("LR" "RL"))
178 ("sep") 184 ("sep")
185 ("subsep")
179 ("delim") 186 ("delim")
180 ("bhook") 187 ("bhook")
181 ("ehook") 188 ("ehook")
@@ -329,6 +336,7 @@
329 '("SetLTRapp" 0) 336 '("SetLTRapp" 0)
330 '("SetRTLapp" 0) 337 '("SetRTLapp" 0)
331 '("SetSeparator" "separator" 0) 338 '("SetSeparator" "separator" 0)
339 '("SetSubseparator" "subseparator" 0)
332 '("SetBeginApparatus" "chars|commands" 0) 340 '("SetBeginApparatus" "chars|commands" 0)
333 '("SetEndApparatus" "chars" 0) 341 '("SetEndApparatus" "chars" 0)
334 '("SetUnitDelimiter" "delimiter" 0) 342 '("SetUnitDelimiter" "delimiter" 0)
@@ -338,6 +346,8 @@
338 '("SetApparatus" (TeX-arg-key-val LaTeX-ekdosis-setapparatus-options)) 346 '("SetApparatus" (TeX-arg-key-val LaTeX-ekdosis-setapparatus-options))
339 '("footnoteruletrue" 0) 347 '("footnoteruletrue" 0)
340 '("footnoterulefalse" 0) 348 '("footnoterulefalse" 0)
349 '("ekdsep" 0)
350 '("ekdsubsep" 0)
341 '("SetDefaultApparatus" "apparatus name" 0) 351 '("SetDefaultApparatus" "apparatus name" 0)
342 '("DeclareApparatus" "apparatus name" 352 '("DeclareApparatus" "apparatus name"
343 [ TeX-arg-key-val LaTeX-ekdosis-declareapparatus-options ] 0) 353 [ TeX-arg-key-val LaTeX-ekdosis-declareapparatus-options ] 0)