diff options
author | Robert Alessi <alessi@robertalessi.net> | 2020-04-16 19:39:12 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2020-04-16 19:39:12 +0200 |
commit | 999aecc0c98749f218d4871c2ebfbf1be14b925b (patch) | |
tree | 6060b68edb170161385ae4e1438545fa153ff12b | |
parent | d19ca5dc724fc8a0a8724c948c28595e5ca17646 (diff) | |
download | arabluatex-999aecc0c98749f218d4871c2ebfbf1be14b925b.tar.gz |
arabluatex.el: being prompted for an index tag makes no sense with \arind
-rw-r--r-- | arabluatex.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arabluatex.el b/arabluatex.el index 34d6466..8977b32 100644 --- a/arabluatex.el +++ b/arabluatex.el | |||
@@ -66,7 +66,8 @@ | |||
66 | 66 | ||
67 | (defvar LaTeX-arabluatex-arind-options | 67 | (defvar LaTeX-arabluatex-arind-options |
68 | '(("index") | 68 | '(("index") |
69 | ("root") | 69 | ("root" |
70 | ("1" "2" "3" "4" "5" "6" "7" "8" "9" "10" "11" "12" "13" "14" "15")) | ||
70 | ("form") | 71 | ("form") |
71 | ("pipe")) | 72 | ("pipe")) |
72 | "Option for arind command.") | 73 | "Option for arind command.") |
@@ -168,7 +169,7 @@ | |||
168 | 'function)) | 169 | 'function)) |
169 | ;; RefTeX support | 170 | ;; RefTeX support |
170 | (when (fboundp 'reftex-add-index-macros) | 171 | (when (fboundp 'reftex-add-index-macros) |
171 | (reftex-add-index-macros '(("\\arind[]{*}" 1 ?a "" nil t)))) | 172 | (reftex-add-index-macros '(("\\arind[]{*}" "" ?a "" nil t)))) |
172 | ) | 173 | ) |
173 | LaTeX-dialect) | 174 | LaTeX-dialect) |
174 | 175 | ||