Merge branch 'issue872' into develop. Issue #872.
This commit is contained in:
commit
b85e5a48ad
|
@ -1902,6 +1902,7 @@ MathJax.Hub = {
|
||||||
inputJax: {}, // mime-type mapped to input jax (by registration)
|
inputJax: {}, // mime-type mapped to input jax (by registration)
|
||||||
outputJax: {order:{}}, // mime-type mapped to output jax list (by registration)
|
outputJax: {order:{}}, // mime-type mapped to output jax list (by registration)
|
||||||
|
|
||||||
|
processSectionDelay: 50, // pause between input and output phases of processing
|
||||||
processUpdateTime: 250, // time between screen updates when processing math (milliseconds)
|
processUpdateTime: 250, // time between screen updates when processing math (milliseconds)
|
||||||
processUpdateDelay: 10, // pause between screen updates to allow other processing (milliseconds)
|
processUpdateDelay: 10, // pause between screen updates to allow other processing (milliseconds)
|
||||||
|
|
||||||
|
@ -2058,11 +2059,15 @@ MathJax.Hub = {
|
||||||
["Post",this.signal,["Begin Math Input",elements,action]],
|
["Post",this.signal,["Begin Math Input",elements,action]],
|
||||||
["processInput",this,state],
|
["processInput",this,state],
|
||||||
["Post",this.signal,["End Math Input",elements,action]],
|
["Post",this.signal,["End Math Input",elements,action]],
|
||||||
|
["Delay",MathJax.Callback,this.processSectionDelay],
|
||||||
["prepareOutput",this,state,"preProcess"],
|
["prepareOutput",this,state,"preProcess"],
|
||||||
|
["Delay",MathJax.Callback,this.processSectionDelay],
|
||||||
["Post",this.signal,["Begin Math Output",elements,action]],
|
["Post",this.signal,["Begin Math Output",elements,action]],
|
||||||
["processOutput",this,state],
|
["processOutput",this,state],
|
||||||
["Post",this.signal,["End Math Output",elements,action]],
|
["Post",this.signal,["End Math Output",elements,action]],
|
||||||
|
["Delay",MathJax.Callback,this.processSectionDelay],
|
||||||
["prepareOutput",this,state,"postProcess"],
|
["prepareOutput",this,state,"postProcess"],
|
||||||
|
["Delay",MathJax.Callback,this.processSectionDelay],
|
||||||
["Post",this.signal,["End Math",elements,action]],
|
["Post",this.signal,["End Math",elements,action]],
|
||||||
["Post",this.signal,["End "+action,elements]]
|
["Post",this.signal,["End "+action,elements]]
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user