aboutsummaryrefslogtreecommitdiff
path: root/arabluatex.el
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2018-08-23 18:31:23 +0200
committerRobert Alessi <alessi@robertalessi.net>2018-08-23 18:31:23 +0200
commite6046846f9d7564b490a4a1013d5e66253f512b8 (patch)
tree0b2cc7a2b2d82f031c45b9753b8eba4c7984eda8 /arabluatex.el
parentc799c8d68ac88a340328d9f26e480a1811753e46 (diff)
downloadarabluatex-e6046846f9d7564b490a4a1013d5e66253f512b8.tar.gz
updated arabluatex.el
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))