Procházet zdrojové kódy

Remove auto-numbering

Steven Silvester před 7 roky
rodič
revize
5cb917f257
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      packages/rendermime/src/latex.ts

+ 0 - 1
packages/rendermime/src/latex.ts

@@ -189,7 +189,6 @@ function init() {
       processEscapes: true,
       processEnvironments: true
     },
-    TeX: { equationNumbers: { autoNumber: 'AMS' } },
     // Center justify equations in code and markdown cells. Elsewhere
     // we use CSS to left justify single line equations in code cells.
     displayAlign: 'center',