The exact same approach is used to inject user css into preview? Is that broken on Windows and Linux too?
Try his simple example, and the fire up Preview's Inspector and check to make sure the injected mathjax javascript file url is correct in head.
If it is, then the issue must be in URLInterceptor as it explicitly allows file calls inside of the mathjax folder. The MainWindow determines both the maxjaxurl which it passes to Preview and the enclosing mathjax folder which URLInterceptor takes from the MainWindow via a GetMathjaxFolder call defined in MainWindow.h.
Something there must be broken.
|