-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.tex
More file actions
69 lines (54 loc) · 1.47 KB
/
main.tex
File metadata and controls
69 lines (54 loc) · 1.47 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
\documentclass[a4paper,10pt]{article}
\usepackage{hyperref}
\usepackage{parskip}
\usepackage{tikz}
\usepackage{graphicx}
\setlength{\parskip}{1em}
\usepackage{subfiles}
\usepackage{geometry}
\usepackage{pdfpages}
\usepackage{titlesec}
\usepackage{comment}
\usepackage{xcolor}
\usepackage[numbers,sort&compress]{natbib}
\usepackage{multicol}
\newenvironment{changemargin}[2]{%
\begin{list}{}{%
\setlength{\topsep}{0pt}%
\setlength{\leftmargin}{#1}%
\setlength{\rightmargin}{#2}%
\setlength{\listparindent}{\parindent}%
\setlength{\itemindent}{\parindent}%
\setlength{\parsep}{\parskip}%
}%
\item[]}{\end{list}}
\setcounter{secnumdepth}{4}
%'Remember to cite' command
\newcommand{\ct}{\color{cyan} CITE HERE \color{black}}
%'Move everything up a little' command
\newcommand{\squeezeup}{\vspace{-2.5mm}}
%Set up equations easily
\newcommand{\eqn}[1]{\begin{math} #1 \end{math}}
\usepackage{hyperref}
\hypersetup{
colorlinks=true,
urlcolor=blue,
citecolor=blue,
filecolor=black,
linkcolor=black,
pdftitle={experimentalphysicsHEEs1739002},
}
%TITLE CREATION%
\subfile{sections/00-title}
%%%%%%%%%%%%%%%%%%%%%%%%DOCUMENT CREATION%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\maketitle
\savegeometry{default}
% ADD SECTIONS HERE
\subfile{sections/01-abstract}
\subfile{sections/02-introduction}
\bibliographystyle{unsrtnat}
\normalsize
\bibliography{sections/references.bib}
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%DOCUMENT CLOSURE%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%