Skip to content

Commit 7751a27

Browse files
committed
Removes bussproofs macros.
1 parent be550ff commit 7751a27

File tree

2 files changed

+2
-2458
lines changed

2 files changed

+2
-2458
lines changed

samples/tex-json.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ import {chooseAdaptor} from '../mathjax3/js/adaptors/chooseAdaptor.js';
66
import {STATE} from '../mathjax3/js/core/MathItem.js';
77
import {AllPackages} from '../mathjax3/js/input/tex/AllPackages.js';
88
import {CHTML} from '../mathjax3/js/output/chtml.js';
9+
import '../mathjax3/js/input/tex/physics/PhysicsConfiguration.js';
910

1011
RegisterHTMLHandler(chooseAdaptor());
1112

1213
let html = mathjax.document('<html></html>', {
13-
InputJax: new TeX({packages: AllPackages}),
14+
InputJax: new TeX({packages: ['base', 'physics']}),
1415
OutputJax: new CHTML()
1516
});
1617

0 commit comments

Comments
 (0)