-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathincludes.tex
More file actions
91 lines (77 loc) · 2.52 KB
/
includes.tex
File metadata and controls
91 lines (77 loc) · 2.52 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
91
\usepackage[english]{babel}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[binary-units=true]{siunitx} % Units formatting
\usepackage[a4paper,hmargin=2.8cm,vmargin=2.0cm,includeheadfoot]{geometry}
\usepackage{tabularx,longtable,multirow,subcaption,caption}%hangcaption
\usepackage{fancyhdr} % page layout
\usepackage{url}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage[standard]{ntheorem}
\usepackage[linguistics]{forest}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows,calc,fit,backgrounds,shapes.multipart, positioning, decorations, shadows}
\tikzstyle{block} = [draw, text centered, text width=.2cm, text height=.2cm]
\usepackage{pgfplots}
\pgfplotsset{compat=newest, colormap name=viridis}
\usepgfplotslibrary{groupplots}
\usepackage[
backend=bibtex,
citestyle=numeric-comp,
sorting=nty,
backref=true
]{biblatex}
\usepackage{csquotes}
\addbibresource{main.bib}
\usepackage[ruled, vlined]{algorithm2e}
\usepackage[hypertexnames=false,colorlinks]{hyperref} % provide links in pdf
\hypersetup{
pdftitle={\reporttitle},
pdfauthor={\reportauthor},
pdfsubject={},
pdfkeywords={},
pdfstartview=FitH,
pdfpagemode={UseOutlines},% None, FullScreen, UseOutlines
bookmarksnumbered=true, bookmarksopen=true, colorlinks,
citecolor=black,%
filecolor=black,%
linkcolor=black,%
urlcolor=black
}
\usepackage[all]{hypcap}
%%% Default fonts
\renewcommand*{\rmdefault}{bch}
\renewcommand*{\ttdefault}{cmtt}
%%% Default settings (page layout)
\setlength{\parindent}{0em} % indentation of paragraph
\setlength{\parskip}{\medskipamount} % a little space before a \par
\setlength{\parindent}{0pt} % don't indent first lines of paragraph
\setlength{\headheight}{14.5pt}
\pagestyle{fancy}
\renewcommand{\chaptermark}[1]{\markboth{\chaptername\ \thechapter.\ #1}{}}
\fancyfoot[ER,OL]{\sffamily\textbf{\thepage}}%Page no. in the left on odd pages and on right on even pages
\fancyfoot[OC,EC]{\sffamily }
\renewcommand{\headrulewidth}{0.1pt}
\renewcommand{\footrulewidth}{0.1pt}
\captionsetup{margin=10pt,font=small,labelfont=bf}
%--- chapter heading
\def\@makechapterhead#1{%
\vspace*{10\p@}%
{\parindent \z@ \raggedright \sffamily
\interlinepenalty\@M
\Huge\bfseries \thechapter \space\space #1\par\nobreak
\vskip 30\p@
}}
%---chapter heading for \chapter*
\def\@makeschapterhead#1{%
\vspace*{10\p@}%
{\parindent \z@ \raggedright
\sffamily
\interlinepenalty\@M
\Huge \bfseries #1\par\nobreak
\vskip 30\p@
}}
\allowdisplaybreaks