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 11572 for NEMO/trunk/doc/latex/global/preamble.tex – NEMO

Ignore:
Timestamp:
2019-09-19T10:47:06+02:00 (5 years ago)
Author:
nicolasmartin
Message:

Review indexes style

File:
1 edited

Legend:

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

    r11515 r11572  
    1616  colorlinks, 
    1717  citecolor = manualcolor, linkcolor = manualcolor, urlcolor = manualcolor, 
    18   final = true  %% Links even with draft building 
     18  final   %% Links even in draft mode 
    1919} 
    2020 
    21 \backgroundsetup{ 
    22   firstpage = true, 
    23   scale = 1, angle = 0, opacity = 1, 
    24   contents = { 
    25     \begin{tikzpicture}[remember picture, overlay] 
    26       \path [fill = manualcolor] (-0.5\paperwidth, 7) rectangle (0.5\paperwidth, 10); 
    27     \end{tikzpicture} 
    28   } 
    29 } 
     21%% `\autoref` uncapitalization 
     22\renewcommand{\appendixautorefname}{appendix} 
     23\renewcommand{\equationautorefname}{equation} 
     24\renewcommand{\figureautorefname}{figure} 
     25%\renewcommand{\listingautorefname}{namelist} 
     26\renewcommand{\tableautorefname}{table} 
Note: See TracChangeset for help on using the changeset viewer.