From 999aecc0c98749f218d4871c2ebfbf1be14b925b Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Thu, 16 Apr 2020 19:39:12 +0200 Subject: arabluatex.el: being prompted for an index tag makes no sense with \arind --- arabluatex.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'arabluatex.el') diff --git a/arabluatex.el b/arabluatex.el index 34d6466..8977b32 100644 --- a/arabluatex.el +++ b/arabluatex.el @@ -66,7 +66,8 @@ (defvar LaTeX-arabluatex-arind-options '(("index") - ("root") + ("root" + ("1" "2" "3" "4" "5" "6" "7" "8" "9" "10" "11" "12" "13" "14" "15")) ("form") ("pipe")) "Option for arind command.") @@ -168,7 +169,7 @@ 'function)) ;; RefTeX support (when (fboundp 'reftex-add-index-macros) - (reftex-add-index-macros '(("\\arind[]{*}" 1 ?a "" nil t)))) + (reftex-add-index-macros '(("\\arind[]{*}" "" ?a "" nil t)))) ) LaTeX-dialect) -- cgit v1.2.3