aboutsummaryrefslogtreecommitdiff
path: root/ekdosis.el
diff options
context:
space:
mode:
Diffstat (limited to 'ekdosis.el')
-rw-r--r--ekdosis.el11
1 files changed, 10 insertions, 1 deletions
diff --git a/ekdosis.el b/ekdosis.el
index 784c43a..933fe91 100644
--- a/ekdosis.el
+++ b/ekdosis.el
@@ -84,6 +84,7 @@
84 84
85(defvar LaTeX-ekdosis-lem-options 85(defvar LaTeX-ekdosis-lem-options
86 '(("wit") 86 '(("wit")
87 ("nowit" ("true" "false"))
87 ("source") 88 ("source")
88 ("resp") 89 ("resp")
89 ("alt") 90 ("alt")
@@ -185,7 +186,9 @@
185 ("rule") 186 ("rule")
186 ("norule") 187 ("norule")
187 ("lang") 188 ("lang")
188 ("notelang")) 189 ("notelang")
190 ("negative" ("true" "false"))
191 ("TEInegative" ("true" "false")))
189 "List of local options for setapparatus macro.") 192 "List of local options for setapparatus macro.")
190 193
191(defvar LaTeX-ekdosis-declareapparatus-options 194(defvar LaTeX-ekdosis-declareapparatus-options
@@ -199,6 +202,8 @@
199 ("norule") 202 ("norule")
200 ("lang") 203 ("lang")
201 ("notelang") 204 ("notelang")
205 ("negative" ("true" "false"))
206 ("TEInegative" ("true" "false"))
202 ("maxentries")) 207 ("maxentries"))
203 "List of local options for declareapparatus macro.") 208 "List of local options for declareapparatus macro.")
204 209
@@ -408,6 +413,10 @@
408 '("SetApparatusLanguage" "lang name" 0) 413 '("SetApparatusLanguage" "lang name" 0)
409 '("SetApparatusNoteLanguage" "lang name" 0) 414 '("SetApparatusNoteLanguage" "lang name" 0)
410 '("SetApparatus" (TeX-arg-key-val LaTeX-ekdosis-setapparatus-options)) 415 '("SetApparatus" (TeX-arg-key-val LaTeX-ekdosis-setapparatus-options))
416 '("SetNegativeApparatus" 0)
417 '("SetPositiveApparatus" 0)
418 '("SetTEINegativeApparatus" 0)
419 '("SetTEIPositiveApparatus" 0)
411 '("footnoteruletrue" 0) 420 '("footnoteruletrue" 0)
412 '("footnoterulefalse" 0) 421 '("footnoterulefalse" 0)
413 '("ekdsep" 0) 422 '("ekdsep" 0)