aboutsummaryrefslogtreecommitdiff
path: root/arabluatex.el
diff options
context:
space:
mode:
Diffstat (limited to 'arabluatex.el')
-rw-r--r--arabluatex.el10
1 files changed, 9 insertions, 1 deletions
diff --git a/arabluatex.el b/arabluatex.el
index bb596d8..4fc17b8 100644
--- a/arabluatex.el
+++ b/arabluatex.el
@@ -55,6 +55,12 @@
55 (newline)) 55 (newline))
56 "Option for outfile command.") 56 "Option for outfile command.")
57 57
58(defvar LaTeX-arabluatex-arbmark-options
59 '(;;
60 (rl)
61 (lr))
62 "Option for arbmark command.")
63
58(TeX-add-style-hook 64(TeX-add-style-hook
59 "arabluatex" 65 "arabluatex"
60 (lambda () 66 (lambda ()
@@ -84,6 +90,9 @@
84 '("arbcolor" [ (TeX-arg-eval completing-read "Color: " 90 '("arbcolor" [ (TeX-arg-eval completing-read "Color: "
85 LaTeX-arabluatex-color-options) ] 91 LaTeX-arabluatex-color-options) ]
86 t) 92 t)
93 '("arbmark" [ (TeX-arg-eval completing-read "Option: "
94 LaTeX-arabluatex-arbmark-options) ]
95 t)
87 '("ArbOutFile" [ (TeX-arg-eval completing-read "Color: " 96 '("ArbOutFile" [ (TeX-arg-eval completing-read "Color: "
88 LaTeX-arabluatex-outfile-options) ] 97 LaTeX-arabluatex-outfile-options) ]
89 t) 98 t)
@@ -102,7 +111,6 @@
102 "RLfootnote" 111 "RLfootnote"
103 "FixArbFtnmk" 112 "FixArbFtnmk"
104 "MkArbBreak" 113 "MkArbBreak"
105 "arbmark"
106 '("newarbmark" 3) 114 '("newarbmark" 3)
107 '("setRL" 0) 115 '("setRL" 0)
108 '("setLR" 0)) 116 '("setLR" 0))