mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-28 01:10:09 +00:00
Adding arccot, arcsec and arccsc for bug 35186.
This says to treat these commands as Named functions, just as arcsin, arctan etc. Change-Id: Ib11d9cb99f4ced0a063fd0913b9cacf544049f36
This commit is contained in:
parent
58e2a0796c
commit
5013c60be1
3
modules/MathJax/extensions/TeX/texvc.js
vendored
3
modules/MathJax/extensions/TeX/texvc.js
vendored
|
@ -114,6 +114,9 @@ MathJax.Hub.Register.StartupHook("TeX Jax Ready",function () {
|
|||
|
||||
macros: {
|
||||
sgn: 'NamedFn',
|
||||
arccot: 'NamedFn',
|
||||
arcsec: 'NamedFn',
|
||||
arccsc: 'NamedFn',
|
||||
textcolor: ['Macro','\\color{#1}',1],
|
||||
bold: ['Macro','\\boldsymbol'] // boldsymbol
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue