Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 1
    Does defining \vfrac using \def\vfrac#1#2{\mathpalette\relax{\vfr@c{#1}{#2}}} or \def\vfrac#1#2{\mathpalette{\vfr@c{#1}{#2}}\relax} solve your problem? Commented Nov 10, 2011 at 19:15
  • @Werner: it fixed the correct reading of arguments, but the \hbox contents do not get the correct size (now that I think about it, how could they). I should somehow be able to put the first argument to \mathpalette as an argument to \vr@c I think. Commented Nov 10, 2011 at 19:19