New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 3294 for trunk/DOC/TexFiles/math_abbrev.sty – NEMO

Ignore:
Timestamp:
2012-01-28T17:44:18+01:00 (12 years ago)
Author:
rblod
Message:

Merge of 3.4beta into the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DOC/TexFiles/math_abbrev.sty

    r2349 r3294  
    66\def\stwelfth{\sfrac{1}{12}} 
    77\def\sthirtysixth{\sfrac{1}{36}} 
    8 \def\grad{\boldsymbol{\nabla}} 
    9 \def\gradh{\boldsymbol{\nabla}_h} 
     8% \newcommand{\grad}{\boldsymbol{\nabla}} 
     9% \newcommand{\gradh}{\boldsymbol{\nabla}_h} 
     10\newcommand{\grad}{\nabla} 
     11\newcommand{\gradh}{\nabla_h} 
    1012\def\bgamma\boldsymbol{\gamma} 
    1113\def\rdt{\Delta t} 
    1214\newcommand{\ew}[3]{{e_{3#1}}_{\,#2}^{\,#3} } 
    13 \newcommand{\vect}[1]{ \rm{\textbf{#1}} }    % vector style: non-italic bold 
    14 \def\deg{\degres}                            % degrees  (NB: \r{} can also be used) 
     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}} 
Note: See TracChangeset for help on using the changeset viewer.