0

I cannot seem to make this work. My equation looks like this in plain text:

P[C] >= MPC

I can use this to get some display:

P[C] >= MPC

but when I try, what I think the book is suggesting:

$$P\left[C\right]\ \ge\ MPC$$

I do not get an equation but a reprint of the text inside the dollar signs.

If I knit the single page with equations I get the correct equation:

P[C] ≥ MPC 

Why can I not get the equation to work creel;y in the bookdown book?

Yihui Xie
  • 28,913
  • 23
  • 193
  • 419
Joe Hightower
  • 139
  • 1
  • 8
  • 1
    Please provide a minimal reproducible example. – Yihui Xie Apr 14 '17 at 03:20
  • I provided the code above. What additional would I need to make a valid example? Does this require a full .Rmd file? A full bookdown book? A screenshot? – Joe Hightower Apr 14 '17 at 15:09
  • Something that I can run on my computer to reproduce your problem. – Yihui Xie Apr 15 '17 at 06:06
  • I am working on an example. One thing I noticed is that if I use the build book commands the equations do not render correctly as I stated. If I however us the knit button in Rstudio, the equations render correctly. – Joe Hightower Apr 18 '17 at 16:18

0 Answers0