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 6992 for branches/2015/nemo_v3_6_STABLE/DOC/TexFiles/Styles/math_abbrev.sty – NEMO

Ignore:
Timestamp:
2016-10-05T14:07:19+02:00 (8 years ago)
Author:
nicolasmartin
Message:

Global reorganisation of DOC directory to ensure the export of NEMO Reference Manual both in PDF & HTML

  • Move 'Figures' and 'Namelists' from ./TexFiles? to the root, create 'Styles' directory in ./TexFiles? with corresponding files and generate EPS version of all figures
  • Fix LaTex? typos, add the possibility to compile each chapter separately with 'subfiles' package and clean the main LaTeX file by creating 'Preamble.tex' & 'Top_Matter.tex' in ./TexFiles?
  • Provide LaTeX2HTML.sh script for producing HTML output (LaTeX2HTML tool needed with patch)
  • Remove PDF files from versionned files
Location:
branches/2015/nemo_v3_6_STABLE/DOC/TexFiles/Styles
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • branches/2015/nemo_v3_6_STABLE/DOC/TexFiles/Styles/math_abbrev.sty

    r6982 r6992  
    1818\newcommand{\curl}{\nabla \times} % for curl 
    1919\newcommand{\pd}[2][]{\frac{\partial #1}{\partial #2}} 
    20 \def\deg{\degres}                            % degrees  (NB: \r{} can % % also be used) 
     20\def\deg{$^{\circ}$}                           % degrees  (NB: \r{} can % % also be used) 
     21\def\degC{$^{\circ}C$} 
     22\def\degK{$^{\circ}K$} 
     23\def\degN{$^{\circ}N$} 
     24\def\degS{$^{\circ}S$} 
    2125\newcommand{\alpbet} {\left(\alpha / \beta \right)}   % alpha/beta  for slp computation 
    2226\newcommand{\triad}[6][]{\ensuremath{{}_{#2}^{#3}{\mathbb{#4}_{#1}}_{#5}^{\,#6}}} 
Note: See TracChangeset for help on using the changeset viewer.