Made changes to preamble affecting warning of revtex and use of amsmath
This commit is contained in:
parent
c42426847d
commit
271e3dd944
Binary file not shown.
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user