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

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

Fix missing LaTeX pkgs

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
[11673]25\usepackage[inline, shortlabels]{enumitem}
[11572]26\usepackage{etoc, tabularx, xcolor}
[11148]27
[11572]28%% Graphics
[11515]29\usepackage{caption, graphicx}
30
[11572]31%% Labels
32\usepackage{lastpage, natbib}
[11515]33
[11572]34%% Mathematics
[11673]35\usepackage{amsmath, amssymb, mathtools}
[11515]36
[11572]37%% Versatility
[11515]38\usepackage{subfiles}
39
[11148]40%% Configuration
[11595]41\graphicspath{ {../../../} {../figures/} }
[11515]42
43%% Missing utmr8a font
[11562]44\usepackage{times}
Note: See TracBrowser for help on using the repository browser.