-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.tex
37 lines (26 loc) · 1.15 KB
/
config.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
\PassOptionsToPackage{style=arsclassica, eulerchapternumbers, dottedtoc, pdfspacing, floatperchapter, beramono}{classicthesis}
\PassOptionsToPackage{T1}{fontenc}
\usepackage{fontenc}
\PassOptionsToPackage{backend=biber, style=alphabetic}{biblatex} % You can change the bibliography style here.
\usepackage{biblatex}
\addbibresource{Bibliography.bib}
\usepackage{graphicx}
\graphicspath{{Images/}} % Set images as the default path.
\usepackage{amssymb, amsthm, mathtools} % If you don't plan to write any maths, just remove this line.
\usepackage{epigraph} % If you don't want to add quotes at the beginning of the chapters, just remove this line.
% Conditional to check if on Overleaf.
\newif\ifoverleaf
\IfFileExists{output.log}{\overleaftrue}{\overleaffalse}
% If you don't need to write any code, just remove these lines.
\ifoverleaf
\usepackage[outputdir=../]{minted}
\else
\usepackage{minted}
\fi
\DeclarePairedDelimiter{\abs}{\lvert}{\rvert}
\theoremstyle{definition}
\newtheorem{postulate}{Postulate}
\newtheorem{defn}{Definition}[chapter]
\theoremstyle{plain}
\newtheorem{theorem}{Theorem}[chapter]
\usepackage{frontespizio, classicthesis}