repo.or.cz
/
supercollider.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
scide: implement selectionLength for openDocument
[supercollider.git]
/
HelpSource
/
MathJax
/
config
/
scmathjax.js
blob
4704e598e0e3f4fda2a0fce6e5fd0565efd2eaa9
1
MathJax
.
Hub
.
Config
({
2
tex2jax
: {
3
skipTags
: [
"script"
,
"noscript"
,
"style"
,
"textarea"
,
"pre"
,
"code"
],
4
ignoreClass
:
".*"
,
5
processClass
:
"math"
,
6
processEnvironments
:
false
,
7
},
8
MathMenu
: {
9
showRenderer
:
false
,
10
showFontMenu
:
false
,
11
showContext
:
false
,
12
},
13
"HTML-CSS"
: {
14
scale
:
110
,
15
availableFonts
: []
16
}
17
});
18
19
MathJax
.
Ajax
.
loadComplete
(
"[MathJax]/config/scmathjax.js"
);
20