From 90cf4bb17e7fa6363050630b74668722dd857fbe Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Thu, 22 Jun 2023 18:54:08 +0200 Subject: new functions for combining footnotes into a single paragraph --- ekdosis.el | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ekdosis.el') diff --git a/ekdosis.el b/ekdosis.el index 37ac9f4..ccc1853 100644 --- a/ekdosis.el +++ b/ekdosis.el @@ -242,6 +242,18 @@ ("lineation" ("page" "document"))) "Local options for alignment env.") +(defvar LaTeX-ekdosis-footnotes-key-val-options + '(("layout" ("default" "paragraph")) + ("type") + ("textfnmark") + ("appfnmark")) + "Local options for footnotes combined in a single paragraph.") + +(defvar LaTeX-ekdosis-footnote-options + '(("type") + ("mark")) + "Local options for footnote macro.") + (defvar LaTeX-ekdosis-ekdverse-key-val-options '(("width") ("type")) @@ -400,8 +412,12 @@ '("SetDefaultApparatus" "apparatus name" 0) '("DeclareApparatus" "apparatus name" [ TeX-arg-key-val LaTeX-ekdosis-declareapparatus-options ] 0) + '("footnote" [ TeX-arg-key-val LaTeX-ekdosis-footnote-options ] + t) '("indentpattern" "pattern" 0) '("vin" 0) + '("SetFootnotes" + (TeX-arg-key-val LaTeX-ekdosis-footnotes-key-val-options)) '("SetLineation" (TeX-arg-key-val LaTeX-ekdosis-setlineation-options)) '("innerlinenumbers" 0) '("outerlinenumbers" 0) -- cgit v1.2.3