[BUG] Wrong Equation Numbering #62
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug Description
Equation numbering appears in undesured output, slightly missmatch with what was asked.
Steps to Reproduce
Expected Behavior
(2.1)
Actual Behavior
(II.1)
Error Logs
Component
LaTeX Document
Version/Commit
190cd0904eEnvironment
No response
Additional Context
No response
seems like as easy as renew the
\theequationcommand with\arabic{chapter}.\arabic{equation}Yeah, as expected.