-
Notifications
You must be signed in to change notification settings - Fork 7
/
header.tex
41 lines (36 loc) · 870 Bytes
/
header.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
\documentclass[a4paper, 12pt, fleqn]{article}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amssymb}
\usepackage[margin=1in]{geometry}
\usepackage{xcolor}
\usepackage{float}
\usepackage{url}
\usepackage{array}
\usepackage{comment}
\usepackage[bookmarksnumbered=true,hypertexnames=false]{hyperref}
\usepackage{algorithm, algpseudocode}
\usepackage[capitalize,sort]{cleveref}
\input{colorscheme.tex}
\hypersetup{colorlinks,linkcolor=textRed,citecolor=textRed,urlcolor=textBlue}
\input{macros.tex}
% INITIALIZATIONS
\newcommand{\initMinimal}{
\setlength{\parindent}{0pt}
\setlength{\parskip}{0.5em}
}
\newcommand{\initFromContents}{
\tableofcontents
\newpage
\initMinimal{}
}
\newcommand{\initAfterBeginDocument}{
\maketitle
\initFromContents{}
}
\newcommand{\addMyBib}{
\bibliographystyle{plainurl}
\bibliography{bibdb}
}
\author{Eklavya Sharma}
\date{\empty}