-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Add support for equation numbering #32
Comments
[November 2021] This was reported / requested by Rebus: https://pressbooks.zendesk.com/agent/tickets/7703 |
Yes, we're hoping that this can be implemented across the board soon. This is proving to be an important feature in many STEM texts we are supporting. They rely on MathJax to render accessible formulae and need to reference equations at different points throughout the texts — numbering/indexing/labelling is a surefire way to point to equations across all the formats (rather than asking users to look at the equations 'above' or 'below' another element in the book). It'll make for a much easier workflow and aesthetic, accessible book! |
Hey team - just checking in on whether this issue is being addressed in any current sprints/planned for the near future? |
[May 2022] This has also been requested by Virginia Tech: https://pressbooks.zendesk.com/agent/tickets/10583 |
[July 2022] New thread on this topic: https://pressbooks.community/t/use-of-latex-for-equations/ |
MathJax allows users to include automatic numbering for equations. See https://docs.mathjax.org/en/v2.7-latest/tex.html#automatic-equation-numbering + http://docs.mathjax.org/en/latest/input/tex/eqnumbers.html. We do not support this feature in Pressbooks currently. Turning it on in webbooks seems fairly straightforward, but we will want to ensure this works properly in ebook and PDF exports. #23 is related
The text was updated successfully, but these errors were encountered: