dgrtwo / tidy-text-mining

Manuscript of the book "Tidy Text Mining with R" by Julia Silge and David Robinson
http://tidytextmining.com
Other
1.32k stars 805 forks source link

Chapter 3 idf formula formatting issue #63

Closed MikeJohnPage closed 5 years ago

MikeJohnPage commented 5 years ago

The formula for calculating idf is not rendering properly on the tidytextmining site:

Screenshot from 2019-05-06 16-09-50

I ran the 03-tf-idf.Rmd file locally and had no issues, so I am not sure what is going on.

juliasilge commented 5 years ago

This is working for me today @MikeJohnPage. What about for you?

I did notice a problem for a few days with MathJax (the rendering engine that makes equations in this case) but it seems to be OK now?

MikeJohnPage commented 5 years ago

I didn't think to check different browsers, etc.

It is working on Firefox but not on Google Chrome (on Ubuntu 18.04). It is also working on Chrome on my Android phone. Must be an Ubuntu-Chrome specific issue.

juliasilge commented 5 years ago

I just checked Firefox, Safari, and Chrome on MacOS as well as Safari and Firefox on iOS, and it looked normal on all of those.

I did just double-check that I am using the latest MathJax in this project and it looks up-to-date.

MikeJohnPage commented 5 years ago

In that case, it must be an issue with my set-up. Thanks for looking into it.