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/trunk/doc/latex/global – NEMO

source: NEMO/trunk/doc/latex/global/packages.tex @ 11595

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

Fix the paths for graphics searching

File size: 1.1 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[footsepline=0.25pt, headsepline=0.25pt]{scrlayer-scrpage}
9
10%% customization (layout, header/footer styles & contents, background)
11\usepackage{draftwatermark}
12\usepackage[margin = 2cm]{geometry}
13\usepackage[pages = some]{background}   %% 'some' for title page
14\usepackage[Bjornstrup]{fncychap}
15
16%% Fonts
17\usepackage{fontspec}
18%% Issue with fontawesome pkg: path to FontAwesome.otf has to be hard-coded
19\defaultfontfeatures{
20    Path = /home/ntmlod/.local/texlive2019/texmf-dist/fonts/opentype/public/fontawesome/
21}
22\usepackage{academicons, fontawesome, newtxtext}
23
24%% Formatting
25\usepackage{etoc, tabularx, xcolor}
26
27%% Graphics
28\usepackage{caption, graphicx}
29
30%% Labels
31\usepackage{lastpage, natbib}
32
33%% Mathematics
34\usepackage{amsmath, amssymb}
35
36%% Versatility
37\usepackage{subfiles}
38
39%% Configuration
40\graphicspath{ {../../../} {../figures/} }
41
42%% Missing utmr8a font
43\usepackage{times}
Note: See TracBrowser for help on using the repository browser.