emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex c1f04df 41/43: * style/amsmath.el ("amsmath"): C


From: Tassilo Horn
Subject: [elpa] externals/auctex c1f04df 41/43: * style/amsmath.el ("amsmath"): Correct \cfrac spec.
Date: Tue, 20 Mar 2018 11:34:16 -0400 (EDT)

branch: externals/auctex
commit c1f04df1d2c1d2483000ad17922d1e9084cfaaf1
Author: Ikumi Keita <address@hidden>
Commit: Ikumi Keita <address@hidden>

    * style/amsmath.el ("amsmath"): Correct \cfrac spec.
---
 style/amsmath.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/style/amsmath.el b/style/amsmath.el
index 76f922f..7495d67 100644
--- a/style/amsmath.el
+++ b/style/amsmath.el
@@ -1,6 +1,7 @@
 ;;; amsmath.el --- Style hook for the AMS-LaTeX amsmath package.
 
-;; Copyright (C) 2002, 2005-2007, 2012-2014  Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2005-2007, 2012-2014, 2017-2018
+;;      Free Software Foundation, Inc.
 ;; FIXME: What about the copyright for <= 2001?
 
 ;; Author: Carsten Dominik <address@hidden>
@@ -71,7 +72,7 @@
      '("tbinom" 2)
      '("genfrac" "Left delimiter" "Right delimiter" "Thickness"
        "Mathstyle" 2)
-     '("cfrac" ["position (l or r)"] t)
+     '("cfrac" ["position (l or r)"] 2)
      '("smash" ["where (t or b)"] t)
      '("sideset" "Left" "Right")
      '("tag" "(Tag)")



reply via email to

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