Added packages
This commit is contained in:
parent
423c8366cb
commit
28c4f3fbd8
|
|
@ -7,10 +7,10 @@
|
||||||
%%------------------------------ Import Packages -----------------------------%%
|
%%------------------------------ Import Packages -----------------------------%%
|
||||||
%%----------------------------------------------------------------------------%%
|
%%----------------------------------------------------------------------------%%
|
||||||
|
|
||||||
\usepackage{booktabs} % professionally typeset tables
|
%\usepackage{booktabs} % professionally typeset tables
|
||||||
\usepackage{amsmath}
|
%\usepackage{amsmath}
|
||||||
\usepackage{textcomp} % better copyright sign, among other things
|
\usepackage{textcomp} % better copyright sign, among other things
|
||||||
\usepackage{xcolor}
|
%\usepackage{xcolor}
|
||||||
\usepackage{lipsum} % filler text
|
\usepackage{lipsum} % filler text
|
||||||
\usepackage{longtable}
|
\usepackage{longtable}
|
||||||
%\usepackage{subfig} % composite figures
|
%\usepackage{subfig} % composite figures
|
||||||
|
|
@ -18,8 +18,24 @@
|
||||||
%\usepackage{fancyhdr} % creates headers
|
%\usepackage{fancyhdr} % creates headers
|
||||||
%\pagestyle{fancy}
|
%\pagestyle{fancy}
|
||||||
|
|
||||||
|
\usepackage[utf8]{inputenc}
|
||||||
|
\usepackage[english]{babel}
|
||||||
|
\usepackage{amssymb,amsthm,amsmath,amstext,amsbsy,amsopn,mathrsfs}
|
||||||
|
\usepackage{bbm}
|
||||||
|
\usepackage{nicefrac}
|
||||||
|
\usepackage{slashed}
|
||||||
|
%\usepackage{hyperref} % cannot compile with this
|
||||||
|
\usepackage{leftidx}
|
||||||
\usepackage{environ}
|
\usepackage{environ}
|
||||||
|
\usepackage{mathtools}
|
||||||
|
\usepackage{xspace}
|
||||||
|
\usepackage{array}
|
||||||
|
\usepackage{xcolor}
|
||||||
|
\usepackage{isotope}
|
||||||
\usepackage{suffix}
|
\usepackage{suffix}
|
||||||
|
\usepackage{booktabs,colortbl}
|
||||||
|
\usepackage{nth}
|
||||||
|
\usepackage{braket}
|
||||||
|
|
||||||
%Citations should be of the form ``author year'' not ``author, year''
|
%Citations should be of the form ``author year'' not ``author, year''
|
||||||
\bibpunct{(}{)}{;}{a}{}{,} % changes apalike bst into AMS format
|
\bibpunct{(}{)}{;}{a}{}{,} % changes apalike bst into AMS format
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue