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

source: NEMO/trunk/doc/latex/global/packages.sty @ 11148

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

Reorganisation of the latex directory
Creation of frontpages.tex to standardise the look of the manuals and few !LaTeX files to facilitate the overall modifications

  • minted : syntax highlighting
  • packages.sty : !LaTeX packages to load
  • styles.sty : gathering of all rules affecting the style
  • new_cmds.sty : custom LaTeX commands
  • todonotes.sty: insertion of TODO bubbles inline or at the margin
File size: 1.3 KB
Line 
1%% LaTeX packages
2%% ==============================================================================
3\usepackage{natbib}                      %% bib
4\usepackage{caption}                     %% caption
5\usepackage{xcolor}                      %% color
6\usepackage{times}                       %% font
7\usepackage{hyperref}                    %% hyper
8%\usepackage{idxlayout}                   %% index
9\usepackage{enumitem}                    %% list
10\usepackage[outputdir=../build]{minted}  %% listing
11\usepackage{amsmath}                     %% maths
12\usepackage{fancyhdr}                    %% page
13\usepackage{minitoc}                     %% toc
14\usepackage{subfiles}                    %% subdocs
15\usepackage[utf8]{inputenc}              %% input encoding
16\usepackage{draftwatermark}              %% watermark
17\usepackage{textcomp}                    %% Companion fonts
18\usepackage{titling}
19
20%% Extensions in bundle package
21\usepackage{amssymb, graphicx, makeidx, tabularx}
22
23%% Configuration
24\captionsetup{margin=10pt, font={small}, labelsep=colon, labelfont={bf}}
25%\idxlayout{font=footnotesize, columns=3}
26%\renewcommand{\bibfont}{\footnotesize}
27%\renewcommand{\bibsep}{3pt}
28
29%% Load custom packages in './latex/global' directory
30\usepackage{../../global/styles}
31\usepackage{../../global/new_cmds}
32\usepackage{../../global/minted}
33\usepackage{../../global/todonotes}
Note: See TracBrowser for help on using the repository browser.