aboutsummaryrefslogtreecommitdiff
path: root/ekdosis.el
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2023-07-05 18:46:13 +0200
committerRobert Alessi <alessi@robertalessi.net>2023-07-05 18:46:13 +0200
commitdb278dc6dc66de26dcc07a78af0bfc5c673e4af9 (patch)
tree2f4aafbf1c0aba635cfe4249d1cb2a1e75fb2282 /ekdosis.el
parent0b0b7e3fa6cd81555cf44dc4bed4b4682a49adb0 (diff)
downloadekdosis-db278dc6dc66de26dcc07a78af0bfc5c673e4af9.tar.gz
hopefully clearer commands and options for footnotes
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"))