aboutsummaryrefslogtreecommitdiff
path: root/ekdosis.el
diff options
context:
space:
mode:
Diffstat (limited to 'ekdosis.el')
-rw-r--r--ekdosis.el12
1 files changed, 12 insertions, 0 deletions
diff --git a/ekdosis.el b/ekdosis.el
index 8f6d8ab..e9fb8a7 100644
--- a/ekdosis.el
+++ b/ekdosis.el
@@ -90,9 +90,12 @@
90 ("postwit") 90 ("postwit")
91 ("sep") 91 ("sep")
92 ("type") 92 ("type")
93 ("ilabel")
94 ("nodelim")
93 ("num") 95 ("num")
94 ("nonum") 96 ("nonum")
95 ("nolem" ("true" "false")) 97 ("nolem" ("true" "false"))
98 ("Nolem")
96 ("nosep" ("true" "false"))) 99 ("nosep" ("true" "false")))
97 "Local options for lem macro") 100 "Local options for lem macro")
98 101
@@ -261,6 +264,9 @@
261 '("[l]" ("linelabel")) 264 '("[l]" ("linelabel"))
262 t) 265 t)
263 (add-to-list (make-local-variable 'LaTeX-fold-macro-spec-list) 266 (add-to-list (make-local-variable 'LaTeX-fold-macro-spec-list)
267 '("[l]" ("ilabel"))
268 t)
269 (add-to-list (make-local-variable 'LaTeX-fold-macro-spec-list)
264 '("{{1}}" ("surplus")) 270 '("{{1}}" ("surplus"))
265 t) 271 t)
266 (add-to-list (make-local-variable 'LaTeX-fold-macro-spec-list) 272 (add-to-list (make-local-variable 'LaTeX-fold-macro-spec-list)
@@ -284,6 +290,9 @@
284 (add-to-list (make-local-variable 'LaTeX-fold-macro-spec-list) 290 (add-to-list (make-local-variable 'LaTeX-fold-macro-spec-list)
285 '("[t]" ("teidirect")) 291 '("[t]" ("teidirect"))
286 t) 292 t)
293 (add-to-list (make-local-variable 'LaTeX-fold-macro-spec-list)
294 '("[t]" ("teidirectE"))
295 t)
287 ;; This package relies on lualatex, so check for it: 296 ;; This package relies on lualatex, so check for it:
288 (TeX-check-engine-add-engines 'luatex) 297 (TeX-check-engine-add-engines 'luatex)
289 (TeX-add-symbols 298 (TeX-add-symbols
@@ -308,6 +317,8 @@
308 0) 317 0)
309 '("linelabel" "label" 318 '("linelabel" "label"
310 0) 319 0)
320 '("ilabel" "indexed label"
321 0)
311 '("app" [ TeX-arg-key-val LaTeX-ekdosis-app-options ] 322 '("app" [ TeX-arg-key-val LaTeX-ekdosis-app-options ]
312 t) 323 t)
313 '("lem" [ LaTeX-ekdosis-long-key-val LaTeX-ekdosis-lem-options ] 324 '("lem" [ LaTeX-ekdosis-long-key-val LaTeX-ekdosis-lem-options ]
@@ -390,6 +401,7 @@
390 '("EnvtoTEI*" "env name" "TEI element" [ "TEI attributes" ] 0) 401 '("EnvtoTEI*" "env name" "TEI element" [ "TEI attributes" ] 0)
391 '("TeXtoTEIPat" "TeX pattern" "TEI pattern" 0) 402 '("TeXtoTEIPat" "TeX pattern" "TEI pattern" 0)
392 '("teidirect" [ "xml attributes" ] "xml element" "code" 0) 403 '("teidirect" [ "xml attributes" ] "xml element" "code" 0)
404 '("teidirectE" [ "xml attributes" ] "xml element" 0)
393 '("AddxmlBibResource" "basename or name.xml" 0) 405 '("AddxmlBibResource" "basename or name.xml" 0)
394 ) 406 )
395 (LaTeX-add-environments 407 (LaTeX-add-environments