certik / theoretical-physics

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

Add more equation numbers #59

Closed RKBK closed 5 years ago

RKBK commented 8 years ago

I thought these sections could use more equation numbers (ideally all equations might need a number, but I'm not sure if there is some way to turn that on without using labels). Having not used rst before, I hope I haven't made any errors.

certik commented 8 years ago

I wanted to put equation numbers to each equation. That would be the best. I'll merge your PR later today. Thanks.

Sent from my mobile phone. On Nov 11, 2015 5:34 AM, "RKBK" notifications@github.com wrote:

I thought these sections could use more equation numbers (ideally all equations might need a number, but I'm not sure if there is some way to turn that on without using labels). Having not used rst before, I hope I

haven't made any errors.

You can view, comment on, or merge this pull request online at:

https://github.com/certik/theoretical-physics/pull/59 Commit Summary

  • Add more equation numbers

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/certik/theoretical-physics/pull/59.

certik commented 8 years ago

You need to put an empty line below the label line. Then tests should pass.

certik commented 8 years ago

In the long run, we should figure out how to number all equations, both in latex and in html.

certik commented 5 years ago

I am closing this in favor of https://github.com/certik/theoretical-physics/pull/88, which adds equation numbers to all equations.