SuzanneSoy / scribble-math

Integration of MathJax, KaTeX and Asymptote with scribble, to typeset math in Racket documentation
http://docs.racket-lang.org/scribble-math/
Other
17 stars 4 forks source link

asymptote calls display; causes output when rendering documentation #12

Open benknoble opened 5 months ago

benknoble commented 5 months ago

https://github.com/SuzanneSoy/scribble-math/blob/a69b6fad193757de5a62b6a1cabacb7557d02ff7/asymptote.rkt#L28

This is especially disruptive with the recent terminal control changes for raco setup; a simple fix is to remove the display calls (or provide some other side-channel for communicating if this information is useful beyond debugging).