mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 03:00:50 +02:00
fix: links
This commit is contained in:
parent
f9b227c335
commit
9b2e271c7c
830 changed files with 4612 additions and 1131 deletions
26
modules/blox-bootstrap/assets/js/mathjax-config.js
Normal file
26
modules/blox-bootstrap/assets/js/mathjax-config.js
Normal file
|
@ -0,0 +1,26 @@
|
|||
// MathJax Configuration
|
||||
//
|
||||
// v2 to v3 upgrade notes:
|
||||
// - The CommonHTML.linebreaks option is not yet implemented (but may be in a future release)
|
||||
// - The TeX.noUndefined.attributes option is not yet implemented (but may be in a future release)
|
||||
window.MathJax = {
|
||||
options: {
|
||||
// Don't render math in mindmaps as Markmap has its own math renderer.
|
||||
ignoreHtmlClass: 'markmap',
|
||||
},
|
||||
tex: {
|
||||
inlineMath: [
|
||||
['$', '$'],
|
||||
['\\(', '\\)'],
|
||||
],
|
||||
displayMath: [
|
||||
['$$', '$$'],
|
||||
['\\[', '\\]'],
|
||||
],
|
||||
processEscapes: false,
|
||||
packages: {'[+]': ['noerrors']},
|
||||
},
|
||||
loader: {
|
||||
load: ['[tex]/noerrors'],
|
||||
},
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue