diff options
-rw-r--r-- | arabluatex.el | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arabluatex.el b/arabluatex.el index 5dde223..2bc667c 100644 --- a/arabluatex.el +++ b/arabluatex.el | |||
@@ -70,6 +70,14 @@ | |||
70 | ("lr")) | 70 | ("lr")) |
71 | "Option for arbmark command.") | 71 | "Option for arbmark command.") |
72 | 72 | ||
73 | (defvar LaTeX-arabluatex-arind-options | ||
74 | '(;; | ||
75 | ("index") | ||
76 | ("root") | ||
77 | ("form") | ||
78 | ("pipe")) | ||
79 | "Option for arind command.") | ||
80 | |||
73 | (TeX-add-style-hook | 81 | (TeX-add-style-hook |
74 | "arabluatex" | 82 | "arabluatex" |
75 | (lambda () | 83 | (lambda () |
@@ -108,6 +116,9 @@ | |||
108 | '("ArbOutFile*" [ (TeX-arg-eval completing-read "Option: " | 116 | '("ArbOutFile*" [ (TeX-arg-eval completing-read "Option: " |
109 | LaTeX-arabluatex-outfile-options) ] | 117 | LaTeX-arabluatex-outfile-options) ] |
110 | t) | 118 | t) |
119 | '("arind" [ (TeX-arg-key-val | ||
120 | LaTeX-arabluatex-arind-options) ] | ||
121 | t) | ||
111 | "SetHemistichDelim" | 122 | "SetHemistichDelim" |
112 | '("bayt" 2) | 123 | '("bayt" 2) |
113 | "abjad" | 124 | "abjad" |