LaTeX Resolving Latex Bug on Forum with Flush Technique

  • Thread starter Thread starter WildEnergy
  • Start date Start date
  • Tags Tags
    Latex
AI Thread Summary
The discussion centers around a bug in the LaTeX preview feature on the forum, which is causing it to cache outdated LaTeX renders. Users have identified that entering multiple LaTeX sections can help flush out these stale images. A quick workaround for this issue is to use the Ctrl + F5 command, which forces a reload from the origin and is applicable across various browsers, including Internet Explorer and Firefox on Windows. It is suggested that the web master implement cachebusters in the image URLs to prevent this caching problem. The thread emphasizes the importance of retaining the discussion for its practical advice on resolving the LaTeX rendering issue.
WildEnergy
Messages
35
Reaction score
0
trying to flush out latex bug on the forum

\sqrt{dog}
\sqrt{dog}
\sqrt{dog}
\sqrt{dog}
\sqrt{dog}
\sqrt{dog}
\sqrt{dog}

[edit] ok that worked // there is a bug in the latex preview // it caches old, stale latex renders and reuses them inappropriately // to fix just enter lots of tex sections to flush out the stale images // and don't use latex + preview
 
Physics news on Phys.org


Easier to clear cache or reload images. (I forget if that still works)
 


oh yes - they aren't using cachebusters on the image urls

super quick workaround = ctrl + f5 (force reload from origin)
 


WildEnergy said:
oh yes - they aren't using cachebusters on the image urls

super quick workaround = ctrl + f5 (force reload from origin)
I was unaware of that workaround, is it a Mac or a Windows trick? Is it browser-specific?

I see no reason to delete this thread, if it contains potentially useful advice like this.
 
AFAIK all browsers have this feature - what key binding they use I don't know

CTRL-F5 works on IE and FF for Windows

http://support.mozilla.com/en-us/kb/keyboard+shortcuts

this option alters the HTTP request to force intermediate caching proxies to pass on the request (including browsers local cache)

the web master should alter the preview image URLs by adding a cachebuster:
Code:
latex_images/preview221794-0.png?buster=489579834
 

Similar threads

Replies
4
Views
4K
Replies
2
Views
2K
Replies
3
Views
2K
Replies
3
Views
2K
Replies
1
Views
2K
Replies
4
Views
4K
Replies
11
Views
3K
Replies
6
Views
3K
Back
Top