Fix link to repo

This commit is contained in:
Janita Willumsen 2023-10-03 13:55:13 +02:00
parent 1e12f8d0f1
commit 1841de0693
2 changed files with 7 additions and 3 deletions

Binary file not shown.

View File

@ -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}