blob: 5741529a28f8dd75b2ab4424fb182c2f166a0fd3 (
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
56
57
58
59
60
61
62
|
%\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{titling}
\setlength{\parskip}{0.5em}
\renewcommand{\familydefault}{\sfdefault}
\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}}
\title{The Stasi and the nature of surveillance}
\author{Mohit Agarwal}
\date{June 2021}
%\maketitle
|