MathJax: Support the texvc command \vline

Bug: 35186
Change-Id: If38014bde908bb202dc63213fa21a72b52a6a42d
This commit is contained in:
Nageh 2013-04-29 01:05:23 +02:00 committed by Gerrit Code Review
parent 5245d0f555
commit d9a2017e45
1 changed files with 2 additions and 1 deletions

View File

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