further work on stuff
This commit is contained in:
+16
-8
@@ -9,19 +9,27 @@
|
||||
\usepackage{amsmath}
|
||||
\usepackage{array}
|
||||
\usepackage{amsfonts}
|
||||
\usepackage[a4paper, margin=1in]{geometry}
|
||||
|
||||
\usepackage{graphicx}
|
||||
\graphicspath{{resources/figures/}}
|
||||
|
||||
\usepackage{blindtext}
|
||||
\usepackage[style=ieee, backend=biber]{biblatex}
|
||||
\addbibresource{../main.bib}
|
||||
\usepackage{booktabs}
|
||||
\usepackage{tabularx}
|
||||
\usepackage{pdflscape}
|
||||
\usepackage{adjustbox}
|
||||
\usepackage{multirow}
|
||||
\usepackage{blindtext}
|
||||
\usepackage[a4paper, margin=1in]{geometry}
|
||||
|
||||
\usepackage{graphicx}
|
||||
\graphicspath{{resources/figures/}}
|
||||
|
||||
\usepackage[style=ieee, backend=biber]{biblatex}
|
||||
\addbibresource{../main.bib}
|
||||
|
||||
\usepackage{hyperref}
|
||||
\hypersetup{
|
||||
colorlinks = true, % Colours links instead of ugly boxes
|
||||
urlcolor = blue, % Colour for external hyperlinks
|
||||
linkcolor = blue, % Colour of internal links
|
||||
citecolor = red % Colour of citations
|
||||
}
|
||||
|
||||
% Document
|
||||
\begin{document}
|
||||
|
||||
Reference in New Issue
Block a user