34 lines
559 B
TeX
34 lines
559 B
TeX
\documentclass{article}
|
|
|
|
%other packages
|
|
\usepackage{amsmath}
|
|
\usepackage{amssymb}
|
|
\usepackage{physics}
|
|
|
|
% \usepackage[
|
|
% style=phys, articletitle=false, biblabel=brackets, chaptertitle=false, pageranges=false, url=true
|
|
% ]{biblatex}
|
|
|
|
\usepackage{graphicx}
|
|
\usepackage{todonotes}
|
|
\usepackage{siunitx}
|
|
|
|
\usepackage{cleveref}
|
|
|
|
\title{Surface plasmon notes}
|
|
|
|
% \addbibresource{./bibliography.bib}
|
|
|
|
\graphicspath{{./figures/}}
|
|
|
|
\newcommand{\vf}{v_{\mathrm{F}}}
|
|
\newcommand{\qf}{q_{\mathrm{F}}}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
% \printbibliography
|
|
|
|
\end{document}
|