Math: Add texvc alias \image to MathJax

Bug: 35186
Change-Id: If2fb219a1191caeecb0ed04bf0c0105621725dce
This commit is contained in:
Derk-Jan Hartman 2013-05-19 20:12:52 +02:00
parent 163ff0a019
commit 6b58a5143d
1 changed files with 2 additions and 1 deletions

View File

@ -121,7 +121,8 @@ MathJax.Hub.Register.StartupHook("TeX Jax Ready",function () {
href: 'NamedFn', // disable dangerous command
style: 'NamedFn', // disable dangerous command
pagecolor: ['Macro','',1], // ignore \pagecolor{}
vline: ['Macro','\\smash{\\large\\lvert}',0]
vline: ['Macro','\\smash{\\large\\lvert}',0],
image: ['Macro','\\Im']
}
});