aboutsummaryrefslogtreecommitdiff
path: root/ekdosis.el
diff options
context:
space:
mode:
Diffstat (limited to 'ekdosis.el')
-rw-r--r--ekdosis.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/ekdosis.el b/ekdosis.el
index 7eb6dfa..291e022 100644
--- a/ekdosis.el
+++ b/ekdosis.el
@@ -243,7 +243,9 @@
243 "Local options for alignment env.") 243 "Local options for alignment env.")
244 244
245(defvar LaTeX-ekdosis-footnotes-key-val-options 245(defvar LaTeX-ekdosis-footnotes-key-val-options
246 '(("layout" ("default" "column" "page" "merge" "paragraph")) 246 '(("arrangement" ("column" "page" "merge"))
247 ("reset")
248 ("paragraph" ("true" "false"))
247 ("type") 249 ("type")
248 ("textfnmark") 250 ("textfnmark")
249 ("appfnmark")) 251 ("appfnmark"))