-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.tex
More file actions
114 lines (113 loc) · 3.06 KB
/
setup.tex
File metadata and controls
114 lines (113 loc) · 3.06 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
%----------------------------------------------------------------------------------------
% Document Setup and Geometry
\documentclass[
11pt,
a4paper,
openright,
twoside,
]{book}
\usepackage[
paper = a4paper, % 21 x 29.7 cm
top = 2.10cm,
bottom = 2.60cm,
left = 3.25cm,
right = 3.25cm,
% inner = 4.00cm, % Two sided options for binding
% outer = 2.50cm, % Two sided options for binding
% twoside, % Two sided options for binding
includehead,
includefoot
]{geometry}
%----------------------------------------------------------------------------------------
\usepackage{emptypage} % no numbering on empty pages
\hyphenpenalty=5000 % helps to discourage hyphenation 10000 for no hyphens
\tolerance=1000
%----------------------------------------------------------------------------------------
%----------------------------------------------------------------------------------------
% Packag options
\PassOptionsToPackage{T1}{fontenc}
\PassOptionsToPackage{utf8}{inputenc}
\usepackage{
adjustbox,
amsfonts,
afterpage,
amsmath,
amssymb,
amstext,
booktabs,
caption,
changepage,
circuitikz,
color,
enumitem,
eqparbox,
environ,
fancyhdr,
fancyvrb,
float,
fontenc,
graphicx,
indentfirst,
inputenc,
listings,
minted,
multicol,
multirow,
newtxtext,
newtxmath,
pagecolor,
pdfpages,
pgfplots,
pmboxdraw,
setspace,
staves,
subcaption,
svg,
tabularray,
xcolor
}
\usepackage{xparse}
\usepackage{expl3}
\usepackage[hyphens]{url}
\usepackage[hidelinks]{hyperref}
% \pagecolor{black}
% \color{white}
%----------------------------------------------------------------------------------------
% Table and Matrix Vertical Space
\renewcommand{\arraystretch}{1.4}
%----------------------------------------------------------------------------------------
\usepackage{newunicodechar}
\newunicodechar{└}{\textSFii}
\newunicodechar{┴}{\textSFvii}
\newunicodechar{┬}{\textSFvi}
\newunicodechar{├}{\textSFviii}
\newunicodechar{─}{\textSFx}
\newunicodechar{┼}{\textSFv}
\newunicodechar{│}{\textSFxi}
\newunicodechar{┌}{\textSFi}
\newunicodechar{┐}{\textSFiii}
\newunicodechar{┘}{\textSFiv}
\newunicodechar{┤}{\textSFix}
% \usepackage{breakurl}
%----------------------------------------------------------------------------------------
\usepackage{tikz}
\usepackage{forest}
\usetikzlibrary{arrows, positioning, shapes.symbols, shapes.callouts, patterns, calc}
\newcommand\rowsep{3.6}
\UseTblrLibrary{amsmath}
\setcounter{MaxMatrixCols}{25}
\usetikzlibrary{calc}
%----------------------------------------------------------------------------------------
% Bibliography
\usepackage[
style = numeric-comp,
backend = biber,
maxnames = 99,
maxcitenames = 1,
doi = true,
url = true,
sorting = nyt,
sortcites = true,
]{biblatex}
\addbibresource{main.bib}
\renewcommand*{\bibfont}{\normalfont\footnotesize}