jupyterlab-myst icon indicating copy to clipboard operation
jupyterlab-myst copied to clipboard

Default should be `numbering: equation: false`

Open tavin opened this issue 1 year ago • 2 comments

Dollar math displays (e.g. $$ 1 + 1 $$) are getting numbered automatically. It's possible to disable this with numbering: equation: false in the frontmatter. But for consistency with other tools and rendering pathways, the setting should be false by default.

Off the shelf, only \begin{equation}, \begin{align}, and so forth should trigger numbering. My testing confirms that equation environments are still numbered when the above setting is false.

tavin avatar Feb 27 '24 00:02 tavin

Hey @tavin, are you suggesting that this should be changed for jupyterlab-myst, or also for the MyST-MD stack too?

agoose77 avatar Mar 19 '24 11:03 agoose77

Hey @tavin, are you suggesting that this should be changed for jupyterlab-myst, or also for the MyST-MD stack too?

Hi @agoose77, I don't know about the latter, I am just using jupyterlab-myst to preview jupyter book files.

I would suggest that Myst-MD should follow the same conventions for numbering equations that you get e.g. if you write in latex.

tavin avatar Mar 19 '24 17:03 tavin