summaryrefslogtreecommitdiff
path: root/formatting.tex
blob: 90ae2846f5bfd52761cafc272f6bd6e040405f0b (plain)
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
%\documentclass[12pt, oneside]{extarticle}

\sloppy

\hyphenpenalty=10000
\hbadness=10000

\PassOptionsToPackage{hyphens}{url}
\usepackage{titlesec}
\usepackage{xcolor}
\usepackage[top=1.3in, bottom=1.5in, right=1.9in, left=1.9in]{geometry}

\usepackage[scale=0.82]{plex-mono}
\usepackage[scale=0.87]{plex-sans}
\usepackage{CormorantGaramond}
\renewcommand{\familydefault}{\sfdefault}

\usepackage{titling}

\setlength{\parskip}{0.5em}
\renewcommand\refname{\bfseries Bibliography and references}

\usepackage[
%    backref=page
]{hyperref}

\hypersetup{
    colorlinks,
    citecolor=red,
    filecolor=black,
    linkcolor=teal,
    urlcolor=teal
}

\newenvironment{myquote}
{
    \list{}
    { \leftmargin=0.4in\rightmargin=0.4in}
\item[]
}
{\endlist}

\titleformat{\section}{\large\bfseries}{}{0em}{}



\setlength{\droptitle}{-3cm}

\pretitle{\begin{flushleft}\LARGE\itshape}
\posttitle{\par\end{flushleft}}
\preauthor{\begin{flushleft}\large}
\postauthor{\end{flushleft}}
\predate{\begin{flushleft}\vspace{-5pt}\large}
\postdate{\par\end{flushleft}}