scientific-python / blog.scientific-python.org

Community blog posts on scientific-python.org
https://blog.scientific-python.org
Other
22 stars 33 forks source link

Fix aTSP math rendering #206

Closed mjschwenne closed 5 months ago

mjschwenne commented 5 months ago

Currently, all of the math rendering is broken on the asymmetric traveling salesperson posts. I believe this is due to using \[, \], \( and \) for math delimitiers. I've updated them to use $ and $$.

image