LATEX-L Archives

Mailing list for the LaTeX3 project

LATEX-L@LISTSERV.UNI-HEIDELBERG.DE

Options: Use Forum View

Use Monospaced Font
Show HTML Part by Default
Condense Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Sender:
Mailing list for the LaTeX3 project <[log in to unmask]>
Date:
Tue, 28 Oct 2014 06:29:51 -0400
MIME-version:
1.0
Reply-To:
Mailing list for the LaTeX3 project <[log in to unmask]>
Content-type:
text/plain; charset=utf-8; format=flowed
Subject:
From:
Bruce Miller <[log in to unmask]>
Message-ID:
Content-transfer-encoding:
7bit
Parts/Attachments:
text/plain (20 lines)
Hi all;
  Not sure whether this is the right place for this
message, but a colleague is using breqn, which
pulls in a lot of l3kernel stuff, and also mathstyle.

Unfortunately, it appears that the package mathstyle
redefines \genfrac with a different argument order
than amsmath. (and worse, wants to be loaded after
amsmath, so you're stuck with the redefinition)

mathstyle's api seems to be:
   \genfrac{style}{open}{close}{thickness}{numer}{denom}
while amsmath's is
   \genfrac{open}{close}{thickness}{style}{numer}{denom}

Is there a good reason for this?

thanks
bruce

ATOM RSS1 RSS2