Skip to content
This repository has been archived by the owner on Nov 24, 2020. It is now read-only.

Prod Limit Issue #4

Closed
ntldrake opened this issue Jul 30, 2014 · 3 comments
Closed

Prod Limit Issue #4

ntldrake opened this issue Jul 30, 2014 · 3 comments

Comments

@ntldrake
Copy link

The first code renders fine, but when I try to change _j to _{j=1}, it fails.

Code:

j as second lower limit

$$\begin{aligned} \Pr(D \mid \textbf{W,S}) & = {\prod\limits_{i=1}^{I} \Pr(S_j \mid D) \Pr(D) ; \prod\limits_j^J \Pr(S_j \mid D) \Pr(D) \over \Pr(\textbf{W,S})} \end{aligned}$$

j=1 as second lower limit

$$\begin{aligned} \Pr(D \mid \textbf{W,S}) & = {\prod\limits_{i=1}^{I} \Pr(S_j \mid D) \Pr(D) ; \prod\limits_{j=1}^J \Pr(S_j \mid D) \Pr(D) \over \Pr(\textbf{W,S})} \end{aligned}$$

Screenshot of Rendering:
http://cl.ly/image/151H1x180c2d

@ntldrake
Copy link
Author

It looks as though the rendering of <em> tags from using two _ is taking precedence.

mathjax/MathJax#329

@pkra
Copy link

pkra commented Jul 30, 2014

A duplicate of #3, I suppose. See my comments on potential improvements this plugin.

@SamyPesse
Copy link
Member

Fixed with version 0.7.0 of gitbook

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants