diff --git a/latex/assignment_1.pdf b/latex/assignment_1.pdf index c29ca0d..2446e3b 100644 Binary files a/latex/assignment_1.pdf and b/latex/assignment_1.pdf differ diff --git a/latex/assignment_1.tex b/latex/assignment_1.tex index 87de2c0..45f77c5 100644 --- a/latex/assignment_1.tex +++ b/latex/assignment_1.tex @@ -1,7 +1,9 @@ \documentclass[english,notitlepage]{revtex4-1} % defines the basic parameters of the document %For preview: skriv i terminal: latexmk -pdf -pvc filnavn - +% Silence warning of revtex4-1 +\usepackage{silence} +\WarningFilter{revtex4-1}{Repair the float} % if you want a single-column, remove reprint @@ -13,7 +15,7 @@ %% 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{amsmath} \usepackage{graphicx} % include graphics such as plots \usepackage{xcolor} % set colors \usepackage{hyperref} % automagic cross-referencing (this is GODLIKE)