Merge "MathJax: Ignore pagecolor command"

This commit is contained in:
jenkins-bot 2013-04-28 21:52:16 +00:00 committed by Gerrit Code Review
commit 4aa2741e8f
1 changed files with 3 additions and 2 deletions

View File

@ -134,8 +134,9 @@ MathJax.Hub.Register.StartupHook("TeX Jax Ready",function () {
arcsec: 'NamedFn',
arccsc: 'NamedFn',
bold: ['Macro','\\boldsymbol'], // boldsymbol
href: 'NamedFn', // disable dangerous command
style: 'NamedFn' // disable dangerous command
href: 'NamedFn', // disable dangerous command
style: 'NamedFn', // disable dangerous command
pagecolor: ['Macro','',1] // ignore \pagecolor{}
}
});