>From 2ccf4883c38b0bbe9ea18e8d8db8042dbdb428b3 Mon Sep 17 00:00:00 2001 From: Arash Esbati Date: Sat, 28 Mar 2015 16:59:58 +0100 Subject: [PATCH 2/3] Ask for a `Width' in minibuffer and not a `Length'. * style/ltxtable.el ("ltxtable"): Ask for a `Width' and not for a `Length' in minibuffer. --- ChangeLog | 3 +++ style/ltxtable.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9cb2e6a..3ba89e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2015-03-28 Arash Esbati + * style/ltxtable.el ("ltxtable"): Ask for a `Width' and not for a + `Length' in minibuffer. + * latex.el (LaTeX-common-initialization): Add standard LaTeX lengths `arraycolsep', `arrayrulewidth' and `doublerulesep'. diff --git a/style/ltxtable.el b/style/ltxtable.el index ddc7c89..93dd218 100644 --- a/style/ltxtable.el +++ b/style/ltxtable.el @@ -37,7 +37,7 @@ (TeX-run-style-hooks "tabularx" "longtable") (TeX-add-symbols '("LTXtable" - (TeX-arg-length) + (TeX-arg-length "Width" "1.0\\linewidth") (TeX-arg-eval (lambda () (let ((longtable (file-relative-name -- 2.3.4