From d6bd287017e43ce12724d43c63dfff26358a2231 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Fri, 17 Aug 2018 10:41:43 +0200 Subject: updated arabluatex.el file --- arabluatex.el | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'arabluatex.el') diff --git a/arabluatex.el b/arabluatex.el index 810917b..bb596d8 100644 --- a/arabluatex.el +++ b/arabluatex.el @@ -31,6 +31,7 @@ ("fullvoc") ("novoc") ("trans") + ("export") ) "Global or local options.") @@ -40,13 +41,20 @@ ("width") ("gutter") ("metre") + ("color") ("delim" ("true" "false")) - ("utf" ("true" "false"))) + ("utf" ("true" "false")) + ("export")) "Key=value options for arabverse environment.") (defvar LaTeX-arabluatex-color-options '(())) +(defvar LaTeX-arabluatex-outfile-options + '(;; + (newline)) + "Option for outfile command.") + (TeX-add-style-hook "arabluatex" (lambda () @@ -62,6 +70,7 @@ "SetTranslitFont" "SetTranslitStyle" "SetTranslitConvention" + "SetArbOutSuffix" "arbup" '("ArbUpDflt" 0) '("NoArbUp" 0) @@ -75,6 +84,12 @@ '("arbcolor" [ (TeX-arg-eval completing-read "Color: " LaTeX-arabluatex-color-options) ] t) + '("ArbOutFile" [ (TeX-arg-eval completing-read "Color: " + LaTeX-arabluatex-outfile-options) ] + t) + '("ArbOutFile*" [ (TeX-arg-eval completing-read "Option: " + LaTeX-arabluatex-outfile-options) ] + t) "SetHemistichDelim" '("bayt" 2) "abjad" @@ -97,6 +112,7 @@ LaTeX-arabluatex-mode-options) ] 0) "txarab" + "arabexport" '("arabverse" LaTeX-env-args [ TeX-arg-key-val LaTeX-arabluatex-key-val-options ] 0)) ) -- cgit v1.2.3