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.
prologue.tex in NEMO/trunk/doc/latex/global – NEMO

source: NEMO/trunk/doc/latex/global/prologue.tex @ 11693

Last change on this file since 11693 was 11591, checked in by nicolasmartin, 5 years ago

Cleaning, linking and renaming

File size: 717 bytes
Line 
1
2%% Specific configuration
3\input{../main/settings}
4
5%% Global configuration
6\input{../../global/packages}
7\input{../../global/highlighting}
8\input{../../global/index}
9\input{../../global/styles}
10\input{../../global/new_cmds}
11%\input{../../global/todonotes}
12
13%% Load hyperref at the end of the preamble to make it work with other pkgs
14\usepackage{hyperref}   %% links
15\hypersetup{
16  colorlinks,
17  citecolor = manualcolor, linkcolor = manualcolor, urlcolor = manualcolor,
18  final   %% Links even in draft mode
19}
20
21%% `\autoref` uncapitalization
22\renewcommand{\appendixautorefname}{appendix}
23\renewcommand{\equationautorefname}{equation}
24\renewcommand{\figureautorefname}{figure}
25\renewcommand{\tableautorefname}{table}
Note: See TracBrowser for help on using the repository browser.