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/styles.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/styles.tex

    r11567 r11572  
    1919\captionsetup{font = footnotesize, justification = justified} 
    2020 
    21 %% `\autoref` names (uncapitalize) 
    22 \renewcommand{\appendixautorefname}{appendix} 
    23 \renewcommand{\equationautorefname}{equation} 
    24 \renewcommand{\figureautorefname}{figure} 
    25 %\renewcommand{\listingautorefname}{namelist} 
    26 \renewcommand{\tableautorefname}{table} 
    27  
    2821%% Footnote 
    2922\renewcommand{\thefootnote}{\fnsymbol{footnote}} 
     
    4033%% Prevent error with tikz and namelist inclusion 
    4134\global\let\tikz@ensure@dollar@catcode=\relax 
     35 
     36%% First page 
     37\backgroundsetup{ 
     38  firstpage = true, 
     39  scale = 1, angle = 0, opacity = 1, 
     40  contents = { 
     41    \begin{tikzpicture}[remember picture, overlay] 
     42      \path [fill = manualcolor] (-0.5\paperwidth, 7) rectangle (0.5\paperwidth, 10); 
     43    \end{tikzpicture} 
     44  } 
     45} 
    4246 
    4347%% Apply engine color for chapter headings: tweaking snippets from fncychap.sty 
Note: See TracChangeset for help on using the changeset viewer.