File: cs_mathjax_macros.js

package info (click to toggle)
code-saturne 7.0.2%2Brepack-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 62,868 kB
  • sloc: ansic: 395,271; f90: 100,755; python: 86,746; cpp: 6,227; makefile: 4,247; xml: 2,389; sh: 1,091; javascript: 69
file content (69 lines) | stat: -rw-r--r-- 2,493 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
MathJax.Hub.Config({
    TeX: { Macros: {
        dive: "{\\text{div}\\,}",
        divs: "{\\text{div}\\,}",
        divv: "{\\underline{\\text{div}}\\,}",
        divt: "{\\underline{\\underline{\\text{div}}}\\,}",
        grad: "{\\underline{\\nabla}}",
        ggrad: "{\\text{g}\\underline{\\underline{\\text{rad}}}\\,}",
        gradv: "{\\underline{\\nabla}}",
        gradt: "{\\underline{\\underline{\\nabla}}}",
        gradtt: "{\\underline{\\underline{\\underline{\\nabla}}}}",
        mat: ["{\\underline{\\textrm{#1}}}",1],
        matt: ["{\\underline{\\underline{\\textrm{#1}}}}",1],
        rot: "{\\underline{\\text{rot}}\\ }",
        vect: ["{\\underline{#1}}",1],
        tens: ["{\\underline{\\underline{#1}}}",1],
        transpose: ["{#1^T}",1],
        symmetric: ["{#1^S}",1],
        trace: "{tr}",
        deviator: ["{#1^D}",1],
        norm: ["{\\left| #1 \\right|}",1],
        rans: ["{{\\overline{#1}}}",1],
        ints: ["{{\\overline{#1}_{#2}}}",2],
        fluct: ["{{{#1}^\\prime}}",1],
        favre: ["{{\\widetilde{#1}}}",1],
        intss: ["{{\\widetilde{#1}_{#2}}}",2],
        fluctt: ["{{{#1}^{\\prime \\prime}}}",1],
        intt: ["{{{#1}^{#2}}}",2],
        Facei: ["{\\mathcal{F}^{int}_{#1}}",1],
        Faceb: ["{\\mathcal{F}^{ext}_{#1}}",1],
        Face: ["{\\mathcal{F}_{#1}}",1],
        face: "{{f}}",
        fij: "{{f_{ij}}}",
        fib: "{{f_{b}}}",
        iface: "{{f_\\celli}}",
        ij: "{{ij}}",
        ji: "{{ji}}",
        ib: "{{ib}}",
        celli: "{i}",
        centi: "{I}",
        centip: "{{I^\\prime}}",
        ipf: "{{I^\\prime}}",
        vol: ["{\\Omega_{#1}}",1],
        cellj: "{j}",
        centj: "{J}",
        centjp: "{{J^\\prime}}",
        jpf: "{{J^\\prime}}",
        centf: "{F}",
        cento: "{O}",
        dd: "{\\mathrm{d}}",
        der: ["{\\dfrac{\\partial #1}{\\partial #2}}",2],
        DP: ["{\\dfrac{\\dd #1}{\\dd t}}",1],
        varia: "{Y}",
        variav: "{\\vect{v}}",
        variat: "{\\tens{t}}",
        ncell: "{{N_{cell}}}",
        Neigh: ["{Neigh\\left(#1\\right)}",1],
        Bound: ["{Bound\\left(#1\\right)}",1],
        bm: ["{\\text{\\boldmath $#1$ \\unboldmath} \\! \\!}",1],
        comp: ["{\\textrm{#1}}",1],
        degresC: "{$^\\circ$C}",
        fort: ["{\\texttt{#1}}",1],
        code: ["{\\texttt{#1}}",1],
        ind: ["{\\text{$_{#1}$}}",1],
        Max: "{\\text{Max}}",
        Min: "{\\text{Min}}",
        nl: "{\\vspace{1ex}}",
    } }
});