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

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

Extension renaming
As .tex extension seems to be recognized natively by Trac for syntax highlighting, prefer to use it for all files under ./latex/global.
The difference between .tex or .sty is a bit cryptic for what I currently know

File size: 1.1 KB
RevLine 
[11170]1%% LaTeX packages in use
[11148]2%% ==============================================================================
[11170]3
[11148]4\usepackage{natbib}                      %% bib
5\usepackage{caption}                     %% caption
6\usepackage{xcolor}                      %% color
7\usepackage{times}                       %% font
8\usepackage{hyperref}                    %% hyper
9%\usepackage{idxlayout}                   %% index
10\usepackage{enumitem}                    %% list
11\usepackage[outputdir=../build]{minted}  %% listing
12\usepackage{amsmath}                     %% maths
[11170]13%\usepackage{fancyhdr}                    %% page
[11148]14\usepackage{minitoc}                     %% toc
15\usepackage{subfiles}                    %% subdocs
16\usepackage{draftwatermark}              %% watermark
[11170]17\usepackage{titling}                     %% titlepage
[11148]18
19%% Extensions in bundle package
[11170]20\usepackage{amssymb, graphicx, makeidx, tabularx, textcomp}
21\usepackage[utf8]{inputenc}              %% input encoding
[11148]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}
Note: See TracBrowser for help on using the repository browser.