Troubleshooting Latex Equations: Tips for Viewing Code on Offline Pages

  • Context: LaTeX 
  • Thread starter Thread starter xAxis
  • Start date Start date
  • Tags Tags
    Latex
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 4K views
xAxis
Messages
223
Reaction score
4
Hi. As I currenhaven't got the internet, I occasionaly download pages from cafe and read at ho9me. But I can't see the equations, only the code itself. This has been hapening for some time even with the latest IE. What am I missing?
 
Physics news on Phys.org
LaTeX is rendered by a code that is loaded separately from the page code, could be it doesn't work when you are not connected. Perhaps Mathjax can be configured to work off line?
 
Borek said:
LaTeX is rendered by a code that is loaded separately from the page code, could be it doesn't work when you are not connected. Perhaps Mathjax can be configured to work off line?

No because every page links to the CDN.
 
What is CDN?..Anyways, I hoped someone had the same problem and that there was some addon or tex that I'm missing.
Interestingly, the code from other sites that use latex works fine. (the ones that generate the pngs). And I also remember that I used to download from PF before and it usually (if not always) worked.
Thanks
 
I don't know if this applies to your situation, but sometimes this happens to me and I just refresh the page.
 
xAxis said:
What is CDN?..Anyways, I hoped someone had the same problem and that there was some addon or tex that I'm missing.
Interestingly, the code from other sites that use latex works fine. (the ones that generate the pngs). And I also remember that I used to download from PF before and it usually (if not always) worked.

Some time ago we changed the way LaTeX is treated - before each LaTeX equation was rendered as an image and stored on the server (which meant we had literally millions of the pictures that were occupying server space), now LaTeX is rendered on the client side using http://en.wikipedia.org/wiki/Mathjax. Mathjax scripts are downloaded by your computer from CDN - http://en.wikipedia.org/wiki/Content_delivery_network

Please check this thread to see if the problems you see were not addressed earlier: https://www.physicsforums.com/showthread.php?t=499624