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
2 changes: 1 addition & 1 deletion src/mathjax/mathJaxConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const MathJaxConfig = {
TeX: {
packages: ['base', 'ams', 'boldsymbol', 'html', 'newcommand', 'unicode', 'color', 'mhchem', 'enclose', 'extpfeil', 'empheq', 'cases',
'cancel',
'fix-unicode', 'icon'], // extensions to use
'fix-unicode', 'icon', 'bbox'], // extensions to use
tagSide: "right", // side for \tag macros
tagIndent: "0.8em", // amount to indent tags
multlineWidth: "100%", // width of multline environment
Expand Down