source:
NEMO/trunk/doc/latex/global/indexes.tex
@
11579
Last change on this file since 11579 was 11579, checked in by nicolasmartin, 5 years ago | |
---|---|
File size: 1.5 KB |
Line | |
---|---|
1 | |
2 | \usepackage{imakeidx} |
3 | |
4 | %% Naming customization |
5 | \renewcommand{\listingname}{namelist} |
6 | \renewcommand{\listlistingname}{List of Namelists} |
7 | |
8 | %% Index entries (italic font for files, preformat for code) |
9 | \newcommand{\hf}[1]{ \index{h90 files!#1} \textit{#1.h90} } |
10 | \newcommand{\ifile}[1]{\index{Input NetCDF files!#1.nc} \textit{#1.nc} } |
11 | \newcommand{\jp}[1]{ \index{Model parameters!#1} \texttt{#1} } |
12 | \newcommand{\key}[1]{ \index[keys]{#1@\texttt{\textbf{key\_#1}}} \texttt{\textbf{key\_#1}}} |
13 | \newcommand{\mdl}[1]{ \index[modules]{#1@\textit{#1.F90}} \textit{#1.F90} } |
14 | \newcommand{\nam}[2]{ \index[blocks]{#1@\texttt{\&nam#2}} \forcode{&nam#1} (\autoref{lst:nam#1}) } |
15 | \newcommand{\np}[3][]{\index[parameters]{\texttt{#3}} \forcode{#2#1} } |
16 | %\newcommand{\nam}[1]{ \index[blocks]{\texttt{\&nam#1}} \forcode{&nam#1} } |
17 | %\newcommand{\np}[1]{ \index[parameters]{\texttt{#1}} \forcode{#1} } |
18 | \newcommand{\rou}[1]{ \index[subroutines]{#1@\texttt{#1}} \texttt{#1} } |
19 | |
20 | |
21 | \indexsetup{toclevel=section, othercode=\small} |
22 | |
23 | \makeindex[intoc=true, name=blocks , title=Namelist blocks , columns=3] |
24 | \makeindex[intoc=true, name=keys , title=CPP keys ] |
25 | \makeindex[intoc=true, name=modules , title=\fortran\ modules , columns=3] |
26 | \makeindex[intoc=true, name=parameters , title=Namelist parameters , columns=3] |
27 | \makeindex[intoc=true, name=subroutines, title=\fortran\ subroutines ] |
Note: See TracBrowser
for help on using the repository browser.