Develop #14

Merged
coryab merged 124 commits from develop into main 2023-10-24 20:43:56 +00:00
2 changed files with 7 additions and 3 deletions
Showing only changes of commit 1841de0693 - Show all commits

Binary file not shown.

View File

@ -3,15 +3,20 @@
% For preview: skriv i terminal: latexmk -pdf -pvc filnavn % For preview: skriv i terminal: latexmk -pdf -pvc filnavn
% If you want a single-column, remove "reprint" % 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 æøå) % Allows special characters (including æøå)
\usepackage[utf8]{inputenc} \usepackage[utf8]{inputenc}
\usepackage{fontawesome}
% \usepackage[english]{babel} % \usepackage[english]{babel}
%% Note that you may need to download some of these packages manually, it depends on your setup. %% 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. %% I recommend downloading TeXMaker, because it includes a large library of the most common packages.
\usepackage{physics,amssymb} % mathematical symbols (physics imports amsmath) \usepackage{physics,amssymb} % mathematical symbols (physics imports amsmath)
\include{amsmath}
\usepackage{graphicx} % include graphics such as plots \usepackage{graphicx} % include graphics such as plots
\def\resources{\graphicspath{{"./images/"}}} \def\resources{\graphicspath{{"./images/"}}}
\usepackage{xcolor} % set colors \usepackage{xcolor} % set colors
@ -40,7 +45,7 @@
\begin{document} \begin{document}
\title{Project 3} % self-explanatory \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 \date{\today} % self-explanatory
\noaffiliation % ignore this, but keep it. \noaffiliation % ignore this, but keep it.
@ -50,7 +55,6 @@
\maketitle \maketitle
\textit{https://github.uio.no/FYS3150-G2-2023/Project-3}
% Introduction % Introduction
\subfile{./sections/introduction.tex} \subfile{./sections/introduction.tex}