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

source: NEMO/trunk/doc/latex/global/preamble.tex @ 11515

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

Style changes

  • logo for DOI links
  • Tweak cmds to apply manual color to chapter headings
  • Fix headings on bibliography and indexes sections
  • Remove minitoc pkg and use instead appropriate \chaptertoc custom cmd
File size: 784 bytes
Line 
1
2%% Specific configuration
3\input{../main/definitions}
4
5%% Global configuration
6\input{../../global/packages}
7\input{../../global/highlighting}
8\input{../../global/indexes}
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 = true  %% Links even with draft building
19}
20
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}
Note: See TracBrowser for help on using the repository browser.