mirror of https://github.com/axmolengine/axmol.git
36 lines
1.1 KiB
JavaScript
36 lines
1.1 KiB
JavaScript
|
//<![CDATA[
|
||
|
MathJax.Hub.Config(
|
||
|
{
|
||
|
TeX: {
|
||
|
Macros: {
|
||
|
qprel: [ "{\\gtreqless}", 0],
|
||
|
qpx: [ "{\\mathbf{x}}", 0],
|
||
|
qpl: [ "{\\mathbf{l}}", 0],
|
||
|
qpu: [ "{\\mathbf{u}}", 0],
|
||
|
qpc: [ "{\\mathbf{c}}", 0],
|
||
|
qpb: [ "{\\mathbf{b}}", 0],
|
||
|
qpy: [ "{\\mathbf{y}}", 0],
|
||
|
qpw: [ "{\\mathbf{w}}", 0],
|
||
|
qplambda: [ "{\\mathbf{\\lambda}}", 0],
|
||
|
ssWpoint: [ "{\\bf #1}", 1],
|
||
|
ssWeight: [ "{w_{#1}}", 1],
|
||
|
dabs: [ "{\\parallel\\! #1 \\!\\parallel}", 1],
|
||
|
E: [ "{\\mathrm{E}}", 0],
|
||
|
A: [ "{\\mathrm{A}}", 0],
|
||
|
R: [ "{\\mathrm{R}}", 0],
|
||
|
N: [ "{\\mathrm{N}}", 0],
|
||
|
Q: [ "{\\mathrm{Q}}", 0],
|
||
|
Z: [ "{\\mathrm{Z}}", 0],
|
||
|
ccSum: [ "{\\sum_{#1}^{#2}{#3}}", 3],
|
||
|
ccProd: [ "{\\prod_{#1}^{#2}{#3}}", 3],
|
||
|
pyr: [ "{\\operatorname{Pyr}}", 0],
|
||
|
aff: [ "{\\operatorname{aff}}", 0],
|
||
|
Ac: [ "{\\cal A}", 0],
|
||
|
Sc: [ "{\\cal S}", 0],
|
||
|
},
|
||
|
equationNumbers: { autoNumber: "AMS" }
|
||
|
}
|
||
|
}
|
||
|
);
|
||
|
//]]>
|