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 11799 for NEMO/branches/2019/dev_r11470_HPC_12_mpi3/doc/latex/global/new_cmds.tex – NEMO

Ignore:
Timestamp:
2019-10-25T16:27:34+02:00 (5 years ago)
Author:
mocavero
Message:

Update the branch to v4.0.1 of the trunk

Location:
NEMO/branches/2019/dev_r11470_HPC_12_mpi3/doc
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11470_HPC_12_mpi3/doc

    • Property svn:externals set to
      ^/utils/badges badges
      ^/utils/logos logos
  • NEMO/branches/2019/dev_r11470_HPC_12_mpi3/doc/latex

    • Property svn:ignore deleted
  • NEMO/branches/2019/dev_r11470_HPC_12_mpi3/doc/latex/global

    • Property svn:ignore deleted
  • NEMO/branches/2019/dev_r11470_HPC_12_mpi3/doc/latex/global/new_cmds.tex

    r11433 r11799  
    22%% ============================================================================== 
    33 
    4 %% Include references and index for compilation of single subfile 
    5 \newcommand{\mtoc}{\minitoc} 
    6 \newcommand{\biblio}{ \bibliography{../main/bibliography} } 
    7 \newcommand{\pindex}{\printindex} 
     4%% Same slanted font for NEMO and its core engines 
     5\newcommand{\NEMO  }{\textsl{NEMO}} 
     6\newcommand{\OPA   }{\textsl{OPA}} 
     7\newcommand{\SIcube}{\textsl{SI$^3$}} 
     8\newcommand{\TOP   }{\textsl{TOP}} 
     9\newcommand{\PISCES}{\textsl{PISCES}} 
     10\newcommand{\NEMOVAR}{\textsl{NEMOVAR}} 
    811 
    9 %% NEMO and Fortran in small capitals 
    10 \newcommand{\NEMO   }{\textsc{nemo}} 
    11 \newcommand{\SIcube }{\textsc{si$^3$}} 
    12 \newcommand{\TOP    }{\textsc{top}} 
     12%% Links for external components 
     13\newcommand{\AGRIF}{\href{http://agrif.imag.fr}{AGRIF}} 
     14\newcommand{\CICE }{\href{http://github.com/CICE-Consortium/CICE}{CICE}} 
     15\newcommand{\OASIS}{\href{http://portal.enes.org/oasis}{OASIS}} 
     16\newcommand{\XIOS }{\href{http://forge.ipsl.jussieu.fr/ioserver}{XIOS}} 
     17 
     18%% Fortran in small capitals 
    1319\newcommand{\fortran}{\textsc{Fortran}} 
    1420\newcommand{\fninety}{\textsc{Fortran 90}} 
     
    4955} 
    5056 
    51 %% Macro for link to orcid profile 
    52 \newcommand{\orcid}[1]{ \href{http://orcid.org/#1}{\textcolor{orcidcolor} \aiOrcidSquare} } 
     57%% Link to orcid profile 
     58\newcommand{\orcid}[1]{\href{http://orcid.org/#1}{\textcolor{orcidcolor}\aiOrcidSquare}} 
    5359 
    54 %% Workaround for issue with \listoffigures 
     60%% Workaround for \listoffigures 
    5561\DeclareRobustCommand{\triad}[6][]{\ensuremath{ {}_{#2}^{#3} { \mathbb{#4}_{#1} }_{#5}^{\,#6} }} 
     62 
     63%% New command for ToC 
     64\newcommand{\chaptertoc}[1][Table of contents]{% 
     65  \thispagestyle{empty} 
     66  \etocsettocstyle{\addsec*{#1}}{}% 
     67  \localtableofcontents% 
     68  \vfill 
     69} 
Note: See TracChangeset for help on using the changeset viewer.