Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with math rendering in manual #7

Open
PierreMarion23 opened this issue Mar 3, 2020 · 1 comment
Open

Issue with math rendering in manual #7

PierreMarion23 opened this issue Mar 3, 2020 · 1 comment
Assignees

Comments

@PierreMarion23
Copy link
Member

The math (latex formulas with Mathjax) does not render when the manual is loaded in https, but it does render when the manual is loaded in http.

Example : https://umontreal-simul.github.io/latnetbuilder/d6/d4c/feats_figures.html
http://umontreal-simul.github.io/latnetbuilder/d6/d4c/feats_figures.html

It probably has to do with the Mathjax path specified in Doxyfile.in. The path starts with http whereas it should start with https.
MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest

Additionaly, cdn.mathjax.org should not be used, because this CDN has shutdown and the path is just a redirection of cdnjs.cloudflare.com, see https://www.mathjax.org/cdn-shutting-down/

@PierreMarion23 PierreMarion23 self-assigned this Mar 3, 2020
@PierreMarion23
Copy link
Member Author

Patched by changing URL from https to http in README (commit 7a416d3).

Root of the problem remains to be solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant