summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex/arabluatex/arabluatex.el
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-08-29 23:36:46 +0000
committerKarl Berry <karl@freefriends.org>2018-08-29 23:36:46 +0000
commitfc029dfa40169989b3bd548b60a7bbea2111de5a (patch)
tree8587ebb38750c9786663db10b1bfed96248ac33d /Master/texmf-dist/doc/lualatex/arabluatex/arabluatex.el
parentfc15ee2d849910383de2d7e7fa5fea38f3a9c4e7 (diff)
arabluatex (29aug18)
git-svn-id: svn://tug.org/texlive/trunk@48507 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/arabluatex/arabluatex.el')
-rw-r--r--Master/texmf-dist/doc/lualatex/arabluatex/arabluatex.el25
1 files changed, 17 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/lualatex/arabluatex/arabluatex.el b/Master/texmf-dist/doc/lualatex/arabluatex/arabluatex.el
index 4fc17b8b197..d8e8dff1467 100644
--- a/Master/texmf-dist/doc/lualatex/arabluatex/arabluatex.el
+++ b/Master/texmf-dist/doc/lualatex/arabluatex/arabluatex.el
@@ -21,19 +21,28 @@
;; along with this program. If not, see
;; <http://www.gnu.org/licenses/>.
-(defvar LaTeX-arabluatex-package-options
- '("voc" "fullvoc" "novoc" "trans")
+(defvar LaTeX-arabluatex-preamble-options
+ '(;;
+ ("voc")
+ ("fullvoc")
+ ("novoc")
+ ("trans")
+ ("export" ("true" "false")))
"Package options for the arabluatex package.")
+(defun LaTeX-arabluatex-package-options ()
+ "Prompt for package options for arabluatex package."
+ (TeX-read-key-val t
+ (append LaTeX-arabluatex-preamble-options)))
+
(defvar LaTeX-arabluatex-mode-options
'(;;
("voc")
("fullvoc")
("novoc")
("trans")
- ("export")
)
- "Global or local options.")
+ "Local options.")
(defvar LaTeX-arabluatex-key-val-options
'(;;
@@ -44,7 +53,7 @@
("color")
("delim" ("true" "false"))
("utf" ("true" "false"))
- ("export"))
+ ("export" ("true" "false")))
"Key=value options for arabverse environment.")
(defvar LaTeX-arabluatex-color-options
@@ -52,13 +61,13 @@
(defvar LaTeX-arabluatex-outfile-options
'(;;
- (newline))
+ ("newline"))
"Option for outfile command.")
(defvar LaTeX-arabluatex-arbmark-options
'(;;
- (rl)
- (lr))
+ ("rl")
+ ("lr"))
"Option for arbmark command.")
(TeX-add-style-hook