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 13825 for NEMO/branches/2020/dev_r13787_doc_latex_recovery/doc/latex/global/new_cmds.tex – NEMO

Ignore:
Timestamp:
2020-11-19T09:46:43+01:00 (4 years ago)
Author:
nicolasmartin
Message:

#2414 Skechty fixes to complete the manual compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r13787_doc_latex_recovery/doc/latex/global/new_cmds.tex

    r12377 r13825  
    99%% NEMO and Fortran in small capitals 
    1010\newcommand{\NEMO}{\textsc{nemo}~} 
     11\newcommand{\TOP   }{\textsl{TOP}} 
     12\newcommand{\PISCES}{\textsl{PISCES}} 
    1113\newcommand{\fortran}{\textsc{Fortran}~} 
    1214\newcommand{\fninety}{\textsc{Fortran 90}~} 
     
    2527\newcommand{\rdt}{\Delta t} 
    2628 
    27 %% Text env. for Gurvan 
    28 \newcommand{\gmcomment}[1]{} 
     29%% Gurvan's comments 
     30\newcommand{\cmtgm}[1]{} 
    2931 
    3032%% Maths 
     
    3638%% Workaround for issue with \listoffigures 
    3739\DeclareRobustCommand{\triad}[6][]{\ensuremath{{}_{#2}^{#3}{\mathbb{#4}_{#1}}_{#5}^{\,#6}}} 
     40 
     41%% New command for ToC 
     42\newcommand{\chaptertoc}[1][Table of contents]{ 
     43  \thispagestyle{empty} 
     44  \etocsettocstyle{\addsec*{#1}}{} 
     45  \localtableofcontents 
     46  \vfill 
     47} 
Note: See TracChangeset for help on using the changeset viewer.