Browse Source

Remove auto-numbering

Steven Silvester 7 năm trước cách đây
mục cha
commit
5cb917f257
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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',