-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackages.tex
More file actions
90 lines (78 loc) · 2.58 KB
/
Copy pathpackages.tex
File metadata and controls
90 lines (78 loc) · 2.58 KB
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
%---------references
\usepackage{natbib} %references
%\DeclareRobustCommand{\van}[3]{#2} %add \DeclareRobustCommand{\van}[3]{#3} before the bibliography
\DeclareRobustCommand{\van}[3]{{#3}} %according to review, this is the way its done with a small letter.
%---------math
\usepackage{array} %math arrays
\usepackage{amsmath} %math matrices
\DeclareMathOperator{\sign}{sign} % requires amsopn (which is loaded by default with \usepackage{amsmath})
\usepackage{amssymb}
\usepackage{cancel} %cancel term in equation
\usepackage{bbm} %bold math 0
\usepackage{bbold} %bold math characters
\usepackage{multirow} %necessary for bracket in matrix
\usepackage{bigdelim} %necessary for bracket in matrix
\usepackage{arydshln} %\hdashline[2pt/2pt] {c;{2pt/2pt}c;{2pt/2pt}c;{2pt/2pt}c}
\usepackage{upgreek} %\uppi to make \pi number and not variable
%---------include pdf
\usepackage{pdfpages}
\usepackage{pdflscape}
\usepackage[pdf]{graphviz} %needed package with pdf option
%---------figures
\usepackage{graphics}
\usepackage{graphicx}
\usepackage[section]{placeins}
%\usepackage[subsection]{extraplaceins}
%\graphicspath{{figures/}}
\usepackage{chngpage}
%---------tables
\usepackage{longtable}
\usepackage{tablefootnote}
%---------currency
\usepackage{eurosym}
\usepackage{euro}
\EUROSYM{EUR}{\euro}
\EUROFORMAT{main}{\out}
\EUROFORMAT{all}{%
\form{\,}{.}{\,}%
\round{-2}%
\zero{0}{0}{}%
\plus{}{}%
\minus{\(-\)}{}
}
%---------glossary
\usepackage[nopostdot,nonumberlist]{glossaries}
%\makenoidxglossaries
%\makeglossaries
%---------other
\usepackage{siunitx} %SI units
\usepackage{alphalph} %after \appendix add \renewcommand\thesection{\AlphAlph{\value{section}}}
%\usepackage{enumitem} adjusts report defaults of itemize/enumerate
\usepackage{booktabs}
\usepackage{mfirstuc} %make first letter of sentence capital: \MFUsentencecase, \makefirstuc
\usepackage[nofancy]{svninfo}
\usepackage{xr} %external reference
%\usepackage{authblk} %affiliations
%\usepackage{ulem} % strikethrough \sout{}
\usepackage{listings}
\usepackage{xcolor}
\lstset{
language=fortran,
backgroundcolor=\color{gray!5},
basicstyle=\ttfamily\small,
keywordstyle=\color{blue},
stringstyle=\color{orange},
commentstyle=\color{gray},
showstringspaces=false,
frame=single,
breaklines=true
}
%---------prevent breakng paragraphs
\widowpenalties 1 10000
\raggedbottom
%---------suppress hbox warnings
\hbadness=99999
\usepackage{pgf, pgffor} % /foreach
%\usepackage{import}
%\usepackage{svg} %\includesvg
\usepackage{needspace}