Made changes to preamble affecting warning of revtex and use of amsmath

This commit is contained in:
Janita Willumsen 2023-09-08 09:41:58 +02:00
parent c42426847d
commit 271e3dd944
2 changed files with 4 additions and 2 deletions

Binary file not shown.

View File

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