Latex in problems is broken. Fix it please!
# | User | Rating |
---|---|---|
1 | tourist | 4009 |
2 | jiangly | 3831 |
3 | Radewoosh | 3646 |
4 | jqdai0815 | 3620 |
4 | Benq | 3620 |
6 | orzdevinwang | 3529 |
7 | ecnerwala | 3446 |
8 | Um_nik | 3396 |
9 | gamegame | 3386 |
10 | ksun48 | 3373 |
# | User | Contrib. |
---|---|---|
1 | cry | 164 |
1 | maomao90 | 164 |
3 | Um_nik | 163 |
4 | atcoder_official | 160 |
5 | -is-this-fft- | 158 |
6 | awoo | 157 |
7 | adamant | 156 |
8 | TheScrasse | 154 |
8 | nor | 154 |
10 | Dominater069 | 153 |
Latex in problems is broken. Fix it please!
Name |
---|
Posted this reply in another thread, but will repost here.
Codeforces uses the Mathjax library to format mathematical equations, and if you view network traffic on your browser, you will see that when trying to get the Mathjax library it is not getting anything back :(. So mathjax library is not being loaded.
Also, I have found a fix. Visit https:// cdn-mathjax dot codeforces dot com/MathJax.js?config=TeX-AMS_HTML-full and then reload your codeforces tab and it should fix it, it worked for me.
Thanks, it worked!
looks like the Cf mathsjax link one's ssl expired, that's why when i reloaded that mathjax thing ,it's showing codeforces is unsecure after that
Yeah, visiting it and telling your browser to trust it gets rid the issue of the browser marking it as insecure.