CERTCC / CERT-Guide-to-CVD

Content for the CERT Guide to Coordinated Vulnerability Disclosure
https://certcc.github.io/CERT-Guide-to-CVD/
Other
8 stars 4 forks source link

Site sometimes fails to render inline LaTeX on first load #35

Closed ahouseholder closed 1 month ago

ahouseholder commented 1 month ago

Describe the bug

Inline $\LaTeX$ doesn't always render the first time a page loads.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://certcc.github.io/CERT-Guide-to-CVD/howto/preparation/topology/
  2. The Pairwise Communiction Complexity inset at top right should have $(N^2-N)/2$ in it. Sometimes it doesn't.
  3. If it doesn't show up, reload the page
  4. Note that the inline $\LaTeX$ shows up after reload

Expected behavior

Inline $\LaTeX$ should load correctly the first time.

Additional context

Solution is to modify mathjax.js as in CERTCC/Vultron#74