Skip to content

Document "equation_numbering" #16

Open
@verga

Description

@verga

I found that adding to pelicanconf.py the option

'equation_numbering': "AMS"

to the item

MATH_JAX = {...'equation_numbering': "AMS",...}

allows equations to be numbered if displayed with, for example,

\begin{equation}\label{eq}a+b=1\end{equation}

Otherwise the default value of equation_numbering is 'none', and numbering is suppressed. As a consequence $\eqref{eq}$ would return (???), instead of the equation number (1).

It could be useful to document this setting.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions