diff options
author | Robert Alessi <alessi@robertalessi.net> | 2020-04-09 15:13:35 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2020-04-09 15:13:35 +0200 |
commit | 509ac4c5f774475269b472fe60b1775ae4962fd9 (patch) | |
tree | a0c8c3760b7127544fb72e78b946e77153a45a4a | |
parent | 31391d3642f9e22185982099017e1e2e61a1df24 (diff) | |
download | arabluatex-509ac4c5f774475269b472fe60b1775ae4962fd9.tar.gz |
updated .el style file
-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" |