Skip to content
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

Document "equation_numbering" #16

Open
verga opened this issue Jun 16, 2021 · 0 comments
Open

Document "equation_numbering" #16

verga opened this issue Jun 16, 2021 · 0 comments

Comments

@verga
Copy link

verga commented Jun 16, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant