Merge "Math: Add texvc alias \image to MathJax"

This commit is contained in:
jenkins-bot 2013-05-24 20:07:58 +00:00 committed by Gerrit Code Review
commit b05d44c0dc
1 changed files with 2 additions and 1 deletions

View File

@ -124,7 +124,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']
}
});