certik / theoretical-physics

Source code of the Theoretical Physics Reference online book
https://theoretical-physics.com
MIT License
220 stars 48 forks source link

Number all equations using subsections #88

Closed certik closed 5 years ago

certik commented 5 years ago

Now the equations numbering is identical in html and pdf.

However, unfortunately, all equations in html have a latex number (1), and then a (correct) html number. The pdf only has the correct number. We need to figure out how to remove the (1) from all latex equations.

I reported this bug upstream at https://github.com/sphinx-doc/sphinx/issues/5298.

certik commented 5 years ago

The bug is fixed and the numbering is enabled in https://github.com/certik/theoretical-physics/pull/92.