cms-analysis / HiggsAnalysis-CombinedLimit

CMS Higgs Combination toolkit.
https://cms-analysis.github.io/HiggsAnalysis-CombinedLimit/latest
Apache License 2.0
75 stars 380 forks source link

Fix equation rendering #927

Closed kcormi closed 5 months ago

kcormi commented 5 months ago

Standalone equation blocks using $$ [eqn] $$ can't have any other text on the same line, fixing one instance I spotted.

A few more issues that were spotted and fixed:

Inline equation renderd $ ... $ doesn't seem to work if there are spaces between the $ and the start/end of the equation. Bold text ** ... ** doesn't work if there are spaces between the asterices(sp?) and the text \boldsymbol needed a mathjax fix other minor consistency with paper notation or missing \ etc.