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

_______________________________________________
auctex-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to