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 @ 11688

Last change on this file since 11688 was 11688, checked in by nicolasmartin, 4 years ago

Load grffile package to avoid import issue with file extension

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 = /usr/local/texlive/2019/texmf-dist/fonts/opentype/public/fontawesome/
21}
22\usepackage{academicons, fontawesome, newtxtext}
23
24%% Formatting
25\usepackage[inline]{enumitem}
26\usepackage{etoc, tabularx, xcolor}
27
28%% Graphics
29\usepackage{caption, graphicx, grffile}
30
31%% Labels
32\usepackage{lastpage, natbib}
33
34%% Mathematics
35\usepackage{amsmath, amssymb, mathtools}
36
37%% Versatility
38\usepackage{subfiles}
39
40%% Configuration
41\graphicspath{ {../../../} {../figures/} }
42
43%% Missing utmr8a font
44\usepackage{times}
Note: See TracBrowser for help on using the repository browser.