Added 'mpContext' and 'mpMouse' to menu settings type in 'mathjax'.

This commit is contained in:
Daniel Rosenwasser
2015-08-21 14:53:34 -07:00
parent c94a7f9e18
commit b2057ec974

View File

@@ -549,7 +549,10 @@ declare module jax {
* from “Show Source” and put it into a page that uses MathJaxs MathML input jax and expect to get the same
* results as the original TeX. (Without this, there may be some spacing differences.)
*/
texHints?:boolean;
texHints?: boolean;
mpContext?: boolean;
mpMouse?: boolean;
}
export interface IErrorSettings {