What is the difference between
{some-expression}\over{another-expression}
and
\frac{some-expression}{another-expression}
?
Which is preferable?
|
What is the difference between
Which is preferable? |
||||
|
|
|
The command Assuming you have the
where If you're a user of LaTeX, there's no reason whatsoever for not using the |
|||||
|
|
The latter is preferable. It corrects a behavior that in some situations can reveal itself in a bad way. The LaTeX definition is
In some cases an assignment made in the numerator can affect also the denominator. It's difficult to produce it with standard LaTeX commands, but you can compare the result of
with
In the first case both "a" and "b" will be upright, which is probably not expected. Another relevant argument against the
|
|||||
|
|
In User’s Guide for the amsmath Package p.14 it is written the following:
And in Technical notes on the amsmath package p.2:
|
||||
|
|