Steven Silvester 7 лет назад
Родитель
Сommit
5cb917f257
1 измененных файлов с 0 добавлено и 1 удалено
  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',