sagemathinc / cocalc

CoCalc: Collaborative Calculation in the Cloud
https://CoCalc.com
Other
1.15k stars 209 forks source link

jupyter: File --> Print -- the math latex formulas in the markdown area appear twice #7514

Closed williamstein closed 3 months ago

williamstein commented 3 months ago

Input -- a markdown cell with any math

image

File --> Print and click on the html link:

image

Note the same formula appears twice.

By adding display:none to the katex-html class, the problem goes away:

image

So the solution is to either add some css to do that, or somehow strip all katex-html elements from the DOM.

WORKAROUND: Use pretty much any other export option via nbconvert, which work fine:

image image