LaTeX Troubleshooting Latex Equations: Tips for Viewing Code on Offline Pages

  • Thread starter Thread starter xAxis
  • Start date Start date
  • Tags Tags
    Latex
AI Thread Summary
When downloading web pages for offline viewing, LaTeX equations may not display correctly because they rely on external scripts loaded from a Content Delivery Network (CDN), which requires an internet connection. Users have noted that while some sites generate LaTeX as images, others, like those using Mathjax, do not function offline due to this dependency. A recent change in how LaTeX is handled on certain platforms has shifted from server-stored images to client-side rendering, complicating offline access. Refreshing the page sometimes resolves display issues, but this does not address the core problem of offline script availability. To view LaTeX equations offline, users may need to explore alternative methods or configurations for Mathjax.
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
 
What exactly do you mean when you say you download the pages? If you're loading the pages in a browser at the cafe, the equations should render at that time.
 
Back
Top