auctex-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-devel] Small patch for MinionPro.el


From: Arash Esbati
Subject: [AUCTeX-devel] Small patch for MinionPro.el
Date: Sat, 11 Oct 2014 08:10:21 +0200

Hi,

may I propose a small patch for MinionPro.el?  Rationale: \figureversion can 
contain `style' and `alignment' (e.g., \figureversion{osf,prop})

--- MinionPro.el~       2014-10-06 18:57:32.000000000 +0200
+++ MinionPro.el        2014-10-11 07:49:26.404204800 +0200
@@ -36,11 +36,10 @@
    (TeX-add-symbols
     ;; New symbols
     '("figureversion"
-      (TeX-arg-eval completing-read "Figure style: "
-                   '(("text") ("osf")
-                     ("lining") ("lf")
-                     ("tabular") ("tab")
-                     ("proportional") ("prop"))))
+      (TeX-arg-key-val (("text") ("osf")
+                        ("lining") ("lf")
+                        ("tabular") ("tab")
+                        ("proportional") ("prop")) "Style, align."))
     '("smallfrac" "Numerator" "Denominator")
     '("slantfrac" "Numerator" "Denominator")
     ;; IMHO they should be added to the other \text.. and \..shape commands

Best, Arash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]