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.
styles.tex in NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/doc/latex/global – NEMO

source: NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/doc/latex/global/styles.tex @ 11512

Last change on this file since 11512 was 11512, checked in by smasson, 5 years ago

dev_r10984_HPC-13 : merge with trunk@11511, see #2285

File size: 1.1 KB
Line 
1
2%% Styles
3%% ==============================================================================
4
5\setcolor
6%\definecolor{ghcolor}{HTML}{000333}
7\definecolor{orcidcolor}{HTML}{A6CE39}
8%\definecolor{wpcolor}{HTML}{464646}
9
10%% Page layout
11\pagestyle{scrheadings}
12\addtokomafont{pagehead}{  \sffamily              }
13\addtokomafont{pagefoot}{  \sffamily \footnotesize}
14\addtokomafont{pagenumber}{\sffamily \slshape     }
15\ohead{} \ofoot{}   %% Clear defaults
16
17%% Caption
18\captionsetup{font = footnotesize, justification = justified}
19
20%% Additional fonts
21\DeclareMathAlphabet{\mathpzc}{OT1}{pzc}{m}{it}
22
23%% Bibliography
24\bibliographystyle{../../global/ametsoc}
25\renewcommand{\bibfont}{\small}
26\renewcommand{\bibpreamble }{\begin{multicols}{2}}
27\renewcommand{\bibpostamble}{  \end{multicols}   }
28
29%% Catcodes
30\makeatletter
31
32%% Prevent error with tikz and namelist inclusion
33\global\let\tikz@ensure@dollar@catcode=\relax
34
35%% Apply engine color for chapter boxes (code from fncychap.sty)
36%\renewcommand{\DOTI}[1]{
37%  \nointerlineskip\raggedright
38%  \fboxsep=\myhi
39%  \vskip-1ex
40%  \colorbox[manualcolor]{.85}{\parbox[t]{\mylen}{\CTV\FmTi{#1}}}\par\nobreak
41%  \vskip 40\p@
42%}
43
44\makeatother
Note: See TracBrowser for help on using the repository browser.