diff --git a/latex/main.pdf b/latex/main.pdf index 74a3868..ed5a52c 100644 Binary files a/latex/main.pdf and b/latex/main.pdf differ diff --git a/latex/main.tex b/latex/main.tex index 85d48f7..7649808 100644 --- a/latex/main.tex +++ b/latex/main.tex @@ -3,15 +3,20 @@ % For preview: skriv i terminal: latexmk -pdf -pvc filnavn % If you want a single-column, remove "reprint" +% Silence warning of revtex4-1 +\usepackage{silence} +\WarningFilter{revtex4-1}{Repair the float} + % Allows special characters (including æøå) \usepackage[utf8]{inputenc} +\usepackage{fontawesome} % \usepackage[english]{babel} %% Note that you may need to download some of these packages manually, it depends on your setup. %% I recommend downloading TeXMaker, because it includes a large library of the most common packages. \usepackage{physics,amssymb} % mathematical symbols (physics imports amsmath) -\include{amsmath} + \usepackage{graphicx} % include graphics such as plots \def\resources{\graphicspath{{"./images/"}}} \usepackage{xcolor} % set colors @@ -40,7 +45,7 @@ \begin{document} \title{Project 3} % self-explanatory -\author{Cory Alexander Balaton \& Janita Ovidie Sandtrøen Willumsen} % self-explanatory +\author{Cory Alexander Balaton \& Janita Ovidie Sandtrøen Willumsen \\ \faGithub \, \url{https://github.uio.no/FYS3150-G2-2023/Project-3}} % self-explanatory \date{\today} % self-explanatory \noaffiliation % ignore this, but keep it. @@ -50,7 +55,6 @@ \maketitle -\textit{https://github.uio.no/FYS3150-G2-2023/Project-3} % Introduction \subfile{./sections/introduction.tex}