[BUG] Wrong Equation Numbering #62

Closed
opened 2025-05-14 05:16:41 +00:00 by nuluh · 2 comments
nuluh commented 2025-05-14 05:16:41 +00:00 (Migrated from github.com)

Bug Description

Equation numbering appears in undesured output, slightly missmatch with what was asked.

Steps to Reproduce

\begin{equation}
X(t, \omega) = \int_{-\infty}^{\infty} x(\tau) w(\tau - t) e^{-j \omega \tau} d\tau
\end{equation}

Expected Behavior

(2.1)

Actual Behavior

(II.1)

Image

Error Logs


Component

LaTeX Document

Version/Commit

190cd0904e

Environment

No response

Additional Context

No response

### Bug Description Equation numbering appears in undesured output, slightly missmatch with what was asked. ### Steps to Reproduce ```tex \begin{equation} X(t, \omega) = \int_{-\infty}^{\infty} x(\tau) w(\tau - t) e^{-j \omega \tau} d\tau \end{equation} ``` ### Expected Behavior (2.1) ### Actual Behavior (II.1) ![Image](https://github.com/user-attachments/assets/4edbd5fe-8919-4a13-a178-f4bd38146ee5) ### Error Logs ```shell ``` ### Component LaTeX Document ### Version/Commit 190cd0904ef864ec67247602d04b88e34740f1cc ### Environment _No response_ ### Additional Context _No response_
nuluh commented 2025-05-14 05:19:32 +00:00 (Migrated from github.com)

seems like as easy as renew the \theequation command with \arabic{chapter}.\arabic{equation}

seems like as easy as renew the `\theequation` command with `\arabic{chapter}.\arabic{equation}`
nuluh commented 2025-05-14 05:23:59 +00:00 (Migrated from github.com)

Yeah, as expected.

Image

Yeah, as expected. ![Image](https://github.com/user-attachments/assets/4e28f5be-c902-4431-b3be-4dbcb52201e6)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nuluh/thesis#62