Skip to content

No consecutive numbering of single line equations #1

Description

@chrisschuerz

Single line equations written as:

$$
y = x^2
$$

are translated to:

\[
y = x^2
\]

in the .tex document.
For a correct enumeration in the final .pdf document however, the translation must be:

\begin{equation}
y = x^2
\end{equation}

A manual change in the .tex document and the knitting of the the corrected document fixes the problem. Nevertheless, an automized version is most likely preferable 😁

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions