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 10585 for NEMO/trunk/doc/latex/NEMO/main/NEMO_manual.sty – NEMO

Ignore:
Timestamp:
2019-01-27T20:34:18+01:00 (5 years ago)
Author:
nicolasmartin
Message:

Shrink SI3 abstract in REFERENCES.bib and add missing \hf{} index entry for .h90 routines in NEMO manual

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/doc/latex/NEMO/main/NEMO_manual.sty

    r10544 r10585  
    125125\newcommand{\gmcomment}[1]{} 
    126126 
    127 %% Index (italic font for files, preformat for code) 
     127%% Index entries (italic font for files, preformat for code) 
     128\newcommand{\hf}[1]{\textit{#1.h90}            \index{h90 file!#1}} 
    128129\newcommand{\ifile}[1]{\textit{#1.nc}          \index{Input NetCDF files!#1.nc}} 
    129 \newcommand{\mdl}[1]{\textit{#1.F90}           \index{Modules!#1}} 
    130130\newcommand{\jp}[1]{\texttt{#1}                \index{Model parameters!#1}} 
    131131\newcommand{\key}[1]{\texttt{\textbf{key\_#1}} \index{CPP keys!key\_#1}} 
     132\newcommand{\mdl}[1]{\textit{#1.F90}           \index{Modules!#1}} 
    132133\newcommand{\ngn}[1]{\texttt{#1}               \index{Namelist Group Name!#1}} 
    133134\newcommand{\np}[1]{\texttt{#1}                \index{Namelist variables!#1}} 
Note: See TracChangeset for help on using the changeset viewer.