Author |
Message |
rgerhards
|
|
Post subject: LaTex Displaymath anomalies... and \displaystyle
Posted: Mar 25, 2009 - 09:22 AM
|
|
Joined: Sep 25, 2006
Posts: 688
Status: Offline
|
|
This does not work:
while this does (note the two blank lines):
In the next sample, the two blank lines do not work
However, it turns out that this is the expected latex rendering. One can modify it with the \displaystyle override, done below:
 |
|
|
|
|
 |
rgerhards
|
|
Post subject:
Posted: Mar 25, 2009 - 10:28 AM
|
|
Joined: Sep 25, 2006
Posts: 688
Status: Offline
|
|
... and here the same as phpBB source:
This does not work:
[mm]
$$\prod_{i=0}^{n}(i+n)$$
[/mm]
while this does (note the two blank lines):
[mm]
$$\prod_{i=0}^{n}(i+n)$$
[/mm]
In the next sample, the two blank lines do not work
[mm]
$$(n-k)! = \frac{\prod_{i=0}^{n-1}(n-i)}{\prod_{i=0}^{k-1}(n-i)}$$
[/mm]
However, it turns out that this is the expected latex rendering. One can modify it with the \displaystyle override, done below:
[mm]
$$(n-k)! = \frac{\displaystyle\prod_{i=0}^{n-1}(n-i)}{\displaystyle\prod_{i=0}^{k-1}(n-i)}$$
[/mm] |
Last edited by rgerhards on Mar 25, 2009 - 10:38 AM; edited 1 time in total
|
|
|
|
 |
rgerhards
|
|
Post subject:
Posted: Mar 25, 2009 - 10:36 AM
|
|
Joined: Sep 25, 2006
Posts: 688
Status: Offline
|
|
|
|
 |
|
|
|