Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 33 additions & 1 deletion src/mathjax/mathJaxConfig.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,39 @@
//TODO: use AMS numbering once the package will be available

const MathJaxConfig = {
TeX: {
packages: ['base', 'ams', 'boldsymbol', 'newcommand', 'unicode', 'color', 'mhchem', 'enclose'], // extensions to use
packages: [
'base',
'action',
'ams',
'amscd',
'bbox',
'boldsymbol',
'braket',
'bussproofs',
'cancel',
'cases',
'centernot',
'color',
'colortbl',
'empheq',
'enclose',
'extpfeil',
'gensymb',
'html',
'mathtools',
'mhchem',
'newcommand',
//'noerrors',
//'noundefined',
'upgreek',
'unicode',
'verb',
'configmacros',
'tagformat',
'textcomp',
'textmacros'
],
tagSide: "right", // side for \tag macros
tagIndent: "0.8em", // amount to indent tags
multlineWidth: "100%", // width of multline environment
Expand Down