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.
packages.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/packages.tex @ 11525

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

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

File size: 1.2 KB
Line 
1
2%% LaTeX packages in use
3%% ==============================================================================
4
5%% 'hyperref' pkg is loaded at the end of the preamble for higher compatibility
6
7%% KOMA-script
8%\usepackage{scrhack}
9\usepackage[footsepline=0.25pt,
10headsepline=0.25pt]{scrlayer-scrpage}
11
12%% customization (layout, header/footer styles & contents, background)
13\usepackage{draftwatermark}
14\usepackage[pass]{geometry}             %% 'pass' to enable \restoregeometry only
15\usepackage[pages = some]{background}   %% 'some' for title page
16\usepackage[Bjornstrup]{fncychap}
17
18%% fonts
19\usepackage{fontspec}
20%% Issue with fontawesome pkg: path to FontAwesome.otf has to be hard-coded
21\defaultfontfeatures{
22    Path = /home/ntmlod/.local/texlive2019/texmf-dist/fonts/opentype/public/fontawesome/
23}
24\usepackage{academicons, fontawesome, newtxtext}
25
26%% formatting
27\usepackage{tabularx, etoc, xcolor}
28
29%% graphics
30\usepackage{caption, graphicx}
31
32%% labels
33\usepackage{bookmark, lastpage, natbib}
34
35%% mathematics
36\usepackage{amsmath, amssymb}
37
38%% versatility
39\usepackage{subfiles}
40
41%% Configuration
42\graphicspath{ {../../figures/} {../../figures/\engine/} }
43
44%% Missing utmr8a font
45\usepackage{times}
Note: See TracBrowser for help on using the repository browser.