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 11573 for NEMO/branches/2019/dev_r11233_AGRIF-05_jchanut_vert_coord_interp/doc/latex/global/indexes.tex – NEMO

Ignore:
Timestamp:
2019-09-19T11:18:03+02:00 (5 years ago)
Author:
jchanut
Message:

#2222, merged with trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11233_AGRIF-05_jchanut_vert_coord_interp/doc/latex/global/indexes.tex

    r11212 r11573  
    33 
    44%% Index entries (italic font for files, preformat for code) 
    5 \newcommand{\hf}[1]{\textit{#1.h90}   \index{h90 files!#1}} 
    6 \newcommand{\ifile}[1]{\textit{#1.nc} \index{Input NetCDF files!#1.nc}} 
    7 \newcommand{\jp}[1]{\texttt{#1}       \index{Model parameters!#1}} 
    8 \newcommand{\key}[1]{\index[keys]{#1}        \texttt{\textbf{key\_#1}}} 
    9 \newcommand{\mdl}[1]{\index[modules]{#1}     \textit{#1.F90}          } 
    10 \newcommand{\ngn}[1]{\index[blocks]{#1}      \texttt{#1}              } 
    11 \newcommand{\np}[1]{ \index[parameters]{#1}  \texttt{#1}              } 
    12 \newcommand{\rou}[1]{\index[subroutines]{#1} \texttt{#1}              } 
     5\newcommand{\hf}[1]{   \index{h90 files!#1}             \textit{#1.h90}          } 
     6\newcommand{\ifile}[1]{\index{Input NetCDF files!#1.nc} \textit{#1.nc}           } 
     7\newcommand{\jp}[1]{   \index{Model parameters!#1}      \texttt{#1}              } 
     8\newcommand{\key}[1]{  \index[keys]{#1@\texttt{\textbf{key\_#1}}} \texttt{\textbf{key\_#1}}} 
     9\newcommand{\mdl}[1]{  \index[modules]{#1@\textit{#1.F90}}        \textit{#1.F90}          } 
     10\newcommand{\nam}[1]{  \index[blocks]{#1@\texttt{\&nam#1}}        \forcode{&nam#1}         } 
     11\newcommand{\np}[1]{   \index[parameters]{#1@\texttt{#1}}         \texttt{#1}              } 
     12\newcommand{\npnew}[2][]{\index[parameters]{#2@\texttt{#2}}       \forcode{#2#1}           } 
     13\newcommand{\rou}[1]{  \index[subroutines]{#1@\texttt{#1}}        \texttt{#1}              } 
    1314 
    1415\indexsetup{toclevel=section, othercode=\small} 
    1516 
    16 \makeindex[intoc=true, name=keys       , title=CPP keys                      ] 
    17 \makeindex[intoc=true, name=modules    , title=Modules                       ] 
    18 \makeindex[intoc=true, name=blocks     , title=Namelist blocks               ] 
    19 \makeindex[intoc=true, name=parameters , title=Namelist parameters, columns=3] 
    20 \makeindex[intoc=true, name=subroutines, title=Subroutines                   ] 
    21  
    22  
    23 %% Load hyperref at the end of the preamble to make it work with other pkgs 
    24 \usepackage{hyperref}                    %% hyper 
    25 \hypersetup{ 
    26 %  pdftitle={\heading}, 
    27 %  pdfauthor={\firstauthor and \secondauthor}, 
    28   colorlinks, 
    29   citecolor=olive, 
    30   linkcolor=blue, 
    31   urlcolor=gray 
    32 } 
     17\makeindex[intoc=true, name=blocks     , title=Namelist blocks      , columns=3] 
     18\makeindex[intoc=true, name=keys       , title=CPP keys                        ] 
     19\makeindex[intoc=true, name=modules    , title=\fortran\ modules    , columns=3] 
     20\makeindex[intoc=true, name=parameters , title=Namelist parameters  , columns=3] 
     21\makeindex[intoc=true, name=subroutines, title=\fortran\ subroutines           ] 
Note: See TracChangeset for help on using the changeset viewer.