Пожалуйста, подпишитесь на официальный канал Codeforces в Telegram по ссылке https://t.me/codeforces_official. ×

Блог пользователя lis05

Автор lis05, история, 2 года назад, По-английски

Latex in problems is broken. Fix it please!

  • Проголосовать: нравится
  • +55
  • Проголосовать: не нравится

»
2 года назад, # |
  Проголосовать: нравится +34 Проголосовать: не нравится

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.

  • »
    »
    2 года назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    Thanks, it worked!

  • »
    »
    2 года назад, # ^ |
    Rev. 4   Проголосовать: нравится 0 Проголосовать: не нравится

    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

    • »
      »
      »
      2 года назад, # ^ |
        Проголосовать: нравится 0 Проголосовать: не нравится

      Yeah, visiting it and telling your browser to trust it gets rid the issue of the browser marking it as insecure.