-
Notifications
You must be signed in to change notification settings - Fork 3
/
packages.tex
119 lines (103 loc) · 4.62 KB
/
packages.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
% Packages used in chapter open science
%\usepackage{epstopdf}
%\usepackage{listings}
%\usepackage{fancyref}
% \usepackage[newfloat,draft=true]{minted}
\usepackage[newfloat,finalizecache=true]{minted}
\usepackage{booktabs}
\usepackage{outlines}
%\usepackage{har2nat}
%% Uncomment the following
\usepackage{xspace}
% \usepackage[cmyk,dvipsnames]{xcolor} % defined in MechThesis.cls
% \usepackage{sectsty}
\usepackage{enumitem}
% \usepackage{hyperref}
\usepackage{fancyhdr}
% \usepackage{titlesec}
\setlist[description]{leftmargin=1cm,labelindent=1cm}
%% Modify spacing
% \usepackage{setspace}
% \doublespacing
% The footnote package can save any footnotes entered inside a float and spit
% them out at the end (normally they are just thrown away, not sure why).
\usepackage{footnote}
\makesavenoteenv{figure}
\usepackage{braket}
%% Glossary
\usepackage[acronym,nonumberlist]{glossaries}
% \renewcommand*{\glsclearpage}{\clearpage}
% \usepackage{glossary-mcols}
\input{templates/mechthesis/packages}
% Insert HERE any additional packages
% \usepackage{graphicx} % Enhanced support for graphics
% Useful packages (not required):
%
% \usepackage{CJK} % CJK (Chinese, Japanese, Korean and Thai) language support
% \usepackage{listings} % Typeset source code listings using LaTeX
% \usepackage{longtable} % Allow tables to flow over page boundaries
% \usepackage{mathrsfs} % Support for using RSFS fonts in maths
% \usepackage{psfrag} % Replace strings in encapsulated PostScript figures
% \usepackage{rotating} % Rotation tools, including rotated full-page floats
% \usepackage{showframe} % Draw a page-layout diagram
% \usepackage[normalem]{ulem} % Package for underlining
%===============================================================================
% MechThesis includes the following
%===============================================================================
%
% The following packages are required by the MechThesis class
%
% \usepackage[utf8]{inputenc} % Accept different input encodings
% \usepackage[swedish,english]{babel} % Multilingual support for Plain TeX or LaTeX
% \usepackage{microtype} % Subliminal refinements towards typographical perfection
% \usepackage{csquotes} % Recommended for biblatex
% \usepackage[style=jfm,natbib=true]{biblatex}
% \usepackage{hyperref} % Extensive support for hypertext in LaTeX
% \usepackage{caption} % Correct figures and tables caption width
%
% The following packages are loaded by MechThesis.cls and need not to be loaded
% in this file:
% - color
% - amsmath
% - amsfonts
% - amssymb
% - amsthm
% - amsgen
% - crop (if [printA4] or [cropmarks] options are used)
% - fp (if [happyadvisor] option is used)
% Hyperref customizations
% Note: disable cmyk option in MechThesis.cls:362 to get true color
% \definecolor{hyperlinkcolor}{rgb}{0, 0, 1} % blue
\definecolor{hyperlinkcolor}{cmyk}{1, 1, 0, 0} % blue
% \definecolor{hyperlinkcolor}{rgb}{1, 0, 0} % red
% \definecolor{hyperlinkcolor}{cmyk}{98, 52, 0, 0} % KTH blue
% \definecolor{hyperlinkcolor}{HTML}{0645AD} % Wikipedia blue
% \definecolor{hyperlinkcolor}{HTML}{0072CF} % JFM blue: web
\hypersetup{
bookmarks=true, % show bookmarks bar?
unicode=true, % non-Latin characters in Acrobat’s bookmarks
pdftoolbar=true, % show Acrobat’s toolbar?
pdfmenubar=true, % show Acrobat’s menu?
% pdffitwindow=true, % window fit to page when opened
% pdfstartview={FitH}, % fits the width of the page to the window
pdftitle={Thesis - Advancements in stratified flows}, % title
pdfauthor={Ashwin Vishnu Mohanan}, % author
pdfsubject={Engineering Mechanics}, % subject of the document
% pdfcreator={\author}, % creator of the document
pdfproducer={KTH Royal Institute of Technology}, % producer of the document
pdfkeywords={%
geophysical flows, shallow water wave turbulence, energy cascade,%
stratified turbulence, waves and vortices, open source software%
}, % list of keywords
% pdfnewwindow=true, % links in new PDF window
% hidelinks,
colorlinks=true, % false: boxed links; true: colored links
linktoc=all, % link both the section names as well as the page number in toc
% linktocpage=true, % link just the page number in toc
linkcolor=hyperlinkcolor, % color of internal links (change box color with linkbordercolor)
citecolor=hyperlinkcolor, % color of links to bibliography
filecolor=hyperlinkcolor, % color of file links
urlcolor=hyperlinkcolor, % color of external links
}
\usepackage{subfig}
\usepackage{lmodern}