1 | \def\half{\textstyle\frac{1}{2}} |
---|
2 | \def\hhalf{\scriptstyle\frac{1}{2}} |
---|
3 | \def\quarter{\textstyle\frac{1}{4}} |
---|
4 | \def\qquarter{\scriptstyle\frac{1}{4}} |
---|
5 | \def\squarter{\sfrac{1}{4}} |
---|
6 | \def\stwelfth{\sfrac{1}{12}} |
---|
7 | \def\sthirtysixth{\sfrac{1}{36}} |
---|
8 | % \newcommand{\grad}{\boldsymbol{\nabla}} |
---|
9 | % \newcommand{\gradh}{\boldsymbol{\nabla}_h} |
---|
10 | \newcommand{\grad}{\nabla} |
---|
11 | \newcommand{\gradh}{\nabla_h} |
---|
12 | \def\bgamma\boldsymbol{\gamma} |
---|
13 | \def\rdt{\Delta t} |
---|
14 | \newcommand{\ew}[3]{{e_{3#1}}_{\,#2}^{\,#3} } |
---|
15 | \newcommand{\vect}[1]{\ensuremath{\mathbf{#1}}} % for vectors % non-italic bold |
---|
16 | \newcommand{\Div}{\grad\cdot} |
---|
17 | % \newcommand{\curl}{\boldsymbol{\nabla} \times} % for curl |
---|
18 | \newcommand{\curl}{\nabla \times} % for curl |
---|
19 | \newcommand{\pd}[2][]{\frac{\partial #1}{\partial #2}} |
---|
20 | \def\deg{\degres} % degrees (NB: \r{} can % % also be used) |
---|
21 | \newcommand{\alpbet} {\left(\alpha / \beta \right)} % alpha/beta for slp computation |
---|
22 | \newcommand{\triad}[6][]{\ensuremath{{}_{#2}^{#3}{\mathbb{#4}_{#1}}_{#5}^{\,#6}}} |
---|
23 | \newcommand{\triadd}[5]{\ensuremath{{}_{#1}^{#2}{\mathbb{#3}}_{#4}^{\,#5}}} |
---|
24 | \newcommand{\triadt}[5]{\ensuremath{{}_{#1}^{#2}{\tilde{\mathbb{#3}}}_{#4}^{\,#5}}} |
---|
25 | \newcommand{\rtriad}[2][]{\ensuremath{\triad[#1]{i}{k}{#2}{i_p}{k_p}}} |
---|
26 | \newcommand{\rtriadt}[1]{\ensuremath{\triadt{i}{k}{#1}{i_p}{k_p}}} |
---|
27 | \newcommand{\Alts}{{A}} |
---|
28 | \newcommand{\Alt}{{A^{lT}}} |
---|
29 | \newcommand{\rMLt}[1][i]{\tilde{r}_{\mathrm{ML}\,#1}} |
---|
30 | \newcommand{\rML}[1][i]{r_{\mathrm{ML}\,#1}} |
---|
31 | \newcommand{\mygstrut}[2]{\rule[#1 em]{0pt}{#2 em}} |
---|
32 | \newcommand{\mystrut}{\rule[-.9 em]{0pt}{1.79 em}} |
---|