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 11567 for NEMO/trunk/doc/latex/global – NEMO

Ignore:
Timestamp:
2019-09-18T17:41:37+02:00 (5 years ago)
Author:
nicolasmartin
Message:

Style improvments

Location:
NEMO/trunk/doc/latex/global
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/doc/latex/global/highlighting.tex

    r11563 r11567  
    22%% ============================================================================== 
    33 
    4 \usepackage[outputdir=../build, section]{minted} 
     4\usepackage[outputdir=../build, chapter]{minted} 
    55 
    66%% Global highlighting style 
  • NEMO/trunk/doc/latex/global/indexes.tex

    r11563 r11567  
    88\newcommand{\key}[1]{\index[keys]{#1}        \texttt{\textbf{key\_#1}}} 
    99\newcommand{\mdl}[1]{\index[modules]{#1}     \textit{#1.F90}          } 
    10 \newcommand{\nam}[1]{\index[blocks]{#1}      \texttt{nam#1}           } 
    11 \newcommand{\np}[1]{ \index[parameters]{#1}  \texttt{#1}              } 
     10\newcommand{\nam}[1]{\index[blocks]{#1}      \forcode{&nam#1}         } 
     11\newcommand{\np}[1]{    \index[parameters]{#1}  \texttt{#1}           } 
     12\newcommand{\npnew}[2]{ \index[parameters]{#1}  \forcode{#1=#2}       } 
    1213\newcommand{\rou}[1]{\index[subroutines]{#1} \texttt{#1}              } 
    1314 
  • NEMO/trunk/doc/latex/global/styles.tex

    r11563 r11567  
    1818%% Caption 
    1919\captionsetup{font = footnotesize, justification = justified} 
     20 
     21%% `\autoref` names (uncapitalize) 
     22\renewcommand{\appendixautorefname}{appendix} 
     23\renewcommand{\equationautorefname}{equation} 
     24\renewcommand{\figureautorefname}{figure} 
     25%\renewcommand{\listingautorefname}{namelist} 
     26\renewcommand{\tableautorefname}{table} 
    2027 
    2128%% Footnote 
Note: See TracChangeset for help on using the changeset viewer.