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